This adds support for marking RL78 binaries as either supporting 32-bit
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
2
3 * config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES
4 and OPTION_64BIT_DOUBLES.
5 (md_longopts): Add -m32bit-doubles and -m64bit-doubles.
6 (md_parse_option): Parse -m32bit-doubles and -m64bit-doubles.
7 (md_show_usage): Show all of the RL78 options.
8 (rl78_float_cons): New static functions.
9 (md_pseudo_table): Update handler for "double".
10 * doc/c-rl78.texi: Document new options.
11 * doc/as.texinfo: Likewise.
12
13 2014-05-13 Matthew Fortune <matthew.fortune@imgtec.com>
14
15 * config/tc-mips.c (mips_set_options): Rename gp32 to gp throughout.
16 (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
17 (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
18 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.
19
20 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
21
22 * config/tc-mips.c (md_parse_option): Update missed file_mips_isa
23 references.
24
25 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
26
27 * config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
28 Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
29 (file_mips_gp32, file_mips_fp32, file_mips_soft_float,
30 file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
31 one struct...
32 (file_mips_opts): Here. New static global. Update throughout.
33 (mips_opts): Update defaults for gp32 and fp.
34
35 2014-05-08 Matthew Fortune <matthew.fortune@imgtec.com>
36
37 * config/tc-mips.c (streq): Define.
38 (mips_convert_symbolic_attribute): New function.
39 * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
40 (mips_convert_symbolic_attribute): New prototype.
41
42 2014-05-02 Max Filippov <jcmvbkbc@gmail.com>
43
44 * config/tc-xtensa.c (md_apply_fix): mark BFD_RELOC_XTENSA_DIFF*
45 fixups as signed.
46
47 2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
48
49 * tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
50 and mips64r5.
51 (ISA_HAS_64BIT_FPRS): Likewise.
52 (ISA_HAS_ROR): Likewise.
53 (ISA_HAS_ODD_SINGLE_FPR): Likewise.
54 (ISA_HAS_MXHC1): Likewise.
55 (hilo_interlocks): Likewise.
56 (md_longopts): Likewise.
57 (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
58 (ISA_HAS_DROR): Likewise.
59 (options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
60 OPTION_MIPS64R5.
61 (mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
62 mips64r5.
63 (md_parse_option): Likewise.
64 (s_mipsset): Likewise.
65 (mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
66 and mips64r5. Also change p5600 entry to be mips32r5.
67 * configure.in: Add support for mips32r3, mips32r5, mips64r3 and
68 mips64r5.
69 * configure: Regenerate.
70 * doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
71 -mips64r5 command line options.
72 * doc/as.texinfo: Likewise.
73
74 2014-04-28 Nick Clifton <nickc@redhat.com>
75
76 PR gas/16858
77 * config/tc-i386.c (md_apply_fix): Do not adjust value of
78 pc-relative fixes against weak symbols.
79
80 2014-04-26 Alan Modra <amodra@gmail.com>
81
82 * po/POTFILES.in: Regenerate.
83
84 2014-04-24 Nick Clifton <nickc@redhat.com>
85
86 * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
87 based targets.
88
89 2014-04-23 Will Newton <will.newton@linaro.org>
90
91 * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
92 directly instead of mapping_state.
93
94 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
95
96 * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
97 (md_longopts): Add xpa and no-xpa command line options.
98 (mips_ases): Add MIPS XPA ASE.
99 (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
100 * doc/as.texinfo: Document the MIPS XPA command line options.
101 * doc/c-mips.texi: Document the MIPS XPA command line options,
102 and assembler directives.
103
104 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
105
106 * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
107 unbreak self-test mode.
108
109 2014-04-22 Max Filippov <jcmvbkbc@gmail.com>
110
111 * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
112 first section frag.
113
114 2014-04-22 Christian Svensson <blue@cmd.nu>
115
116 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
117 * configure.in: Likewise.
118 * configure.tgt: Likewise.
119 * doc/as.texinfo: Likewise.
120 * config/obj-coff.h: Likewise.
121 * config/tc-or1k.c: New file.
122 * config/tc-or1k.h: New file.
123 * config/tc-openrisc.c: Delete.
124 * config/tc-openrisc.h: Delete.
125 * config/tc-or32.c: Delete.
126 * config/tc-or32.h: Delete.
127 * Makefile.in: Regenerate.
128 * configure: Regenerate.
129
130 2014-04-16 Alan Modra <amodra@gmail.com>
131
132 * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
133 * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
134
135 2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
136
137 * config/tc-avr.c: Add new flag mlink-relax.
138 (md_show_usage): Add flag and help text.
139 (md_parse_option): Record whether link relax is turned on.
140 (relaxable_section): New.
141 (avr_validate_fix_sub): New.
142 (avr_force_relocation): New.
143 (md_apply_fix): Generate DIFF reloc.
144 (avr_allow_local_subtract): New.
145
146 * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
147 (TC_FORCE_RELOCATION): Define.
148 (TC_FORCE_RELOCATION_SUB_SAME): Define.
149 (TC_VALIDATE_FIX_SUB): Define.
150 (avr_force_relocation): Declare.
151 (avr_validate_fix_sub): Declare.
152 (md_allow_local_subtract): Define.
153 (avr_allow_local_subtract): Declare.
154
155 2014-04-10 Andrew Bennett <andrew.bennett@imgtec.com>
156
157 * config/tc-mips.c (mips_cpu_info_table): Add P5600
158 configuation.
159 * doc/c-mips.texi: Document p5600.
160
161 2014-04-09 Nick Clifton <nickc@redhat.com>
162
163 * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
164 * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
165 * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
166 * read.c (emit_expr_fix): Mark the r parameter as potentially
167 unused.
168
169 2014-04-09 Alan Modra <amodra@gmail.com>
170
171 * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
172 New static vars.
173 (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
174 (ppc_elf_cons_fix_check): New function.
175 (md_assemble): Set last_insn, last_seg, last_subseg.
176 (ppc_byte, md_apply_fix): Handle warn_476.
177 * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
178 (ppc_elf_cons_fix_check): Declare.
179 * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
180
181 2014-04-09 Alan Modra <amodra@gmail.com>
182
183 * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
184 * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
185 * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
186 (TC_CONS_FIX_NEW): Add RELOC parameter.
187 * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
188 * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
189 * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
190 * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
191 * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
192 * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
193 * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
194 * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
195 * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
196 Similarly.
197 * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
198 * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
199 * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
200 * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
201 * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
202 * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
203 * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
204 * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
205 * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
206 * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
207 Similarly.
208 * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
209 * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
210 Similarly.
211 * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
212 * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
213 * gas/config/tc-avr.c (exp_mod_data): Make global.
214 (pexp_mod_data): Delete.
215 (avr_parse_cons_expression): Return exp_mod_data pointer.
216 (avr_cons_fix_new): Add exp_mod_data_t pointer param.
217 (exp_mod_data_t): Move typedef..
218 * gas/config/tc-avr.h: ..to here.
219 (exp_mod_data): Declare.
220 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
221 (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
222 (TC_CONS_FIX_NEW): Update.
223 * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
224 (cons_fix_new_hppa): Add hppa_field_selector param.
225 (fix_new_hppa): Adjust.
226 (parse_cons_expression_hppa): Return field selector.
227 * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
228 (cons_fix_new_hppa): Likewise.
229 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
230 * gas/config/tc-i386.c (got_reloc): Delete static var.
231 (x86_cons_fix_new): Add reloc param.
232 (x86_cons): Return got reloc.
233 * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
234 (TC_CONS_FIX_NEW): Add RELOC param.
235 * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param. Adjust
236 calls.
237 * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
238 (TC_CONS_FIX_NEW): Add reloc param.
239 * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
240 Return reloc.
241 (cons_fix_new_microblaze): Add reloc param.
242 * gas/config/tc-microblaze.h: Formatting.
243 (parse_cons_expression_microblaze): Update proto.
244 (cons_fix_new_microblaze): Likewise.
245 * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
246 (nios2_cons): Return ldo reloc.
247 (nios2_cons_fix_new): Delete.
248 * gas/config/tc-nios2.h (nios2_cons): Update prototype.
249 (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
250 * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
251 short. Make llong use cons.
252 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
253 (ppc_elf_cons): Delete.
254 (ppc_elf_parse_cons): New function.
255 (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
256 (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
257 * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
258 (ppc_elf_parse_cons): Declare.
259 * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
260 (sparc_cons): Return reloc specifier.
261 (cons_fix_new_sparc): Add reloc specifier param.
262 (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
263 * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
264 (TC_PARSE_CONS_RETURN_NONE): Define.
265 (sparc_cons, cons_fix_new_sparc): Update prototype.
266 * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
267 (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
268 (md_assemble): Likewise.
269 (parse_cons_expression_v850): Return reloc.
270 (cons_fix_new_v850): Add reloc parameter.
271 * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
272 (cons_fix_new_v850): Likewise.
273 * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
274 (vax_cons): Return reloc.
275 (vax_cons_fix_new): Add reloc parameter.
276 * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
277 * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
278 * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
279 * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
280 (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
281 * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
282 (do_parse_cons_expression): Adjust.
283 (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
284 to emit_expr_with_reloc.
285 (emit_expr_with_reloc): New function handling reloc, mostly
286 extracted from..
287 (emit_expr): ..here.
288 (emit_expr_fix): Add reloc param. Adjust TC_CONS_FIX_NEW invocation.
289 Handle reloc.
290 (parse_mri_cons): Convert to ISO.
291 * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
292 (TC_PARSE_CONS_RETURN_NONE): Define.
293 (emit_expr_with_reloc): Declare.
294 (emit_expr_fix): Update prototype.
295 * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
296
297 2014-04-03 Ilya Tocar <ilya.tocar@intel.com>
298
299 * config/tc-i386.c (cpu_arch): Add .se1.
300 * doc/c-i386.texi: Document .se1/se1.
301
302 2014-04-02 DJ Delorie <dj@redhat.com>
303
304 * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
305 pc-relative branches.
306
307 2014-04-02 Nick Clifton <nickc@redhat.com>
308
309 PR gas/16765
310 * config/tc-arm.c (create_unwind_entry): Report an error if an
311 attempt to recreate an unwind directive is encountered.
312
313 2014-03-27 Nick Clifton <nickc@redhat.com>
314
315 * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
316 sprintf in order to avoid a compile time warning.
317
318 2014-03-26 Nick Clifton <nickc@redhat.com>
319
320 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
321 relocation is used on an 8-bit operand or vice versa.
322 (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
323 (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
324
325 2014-03-25 Nick Clifton <nickc@redhat.com>
326
327 * config/obj-coff-seh.c (obj_coff_seh_code): New function -
328 switches the current segment back to the code segment recorded
329 when seh_proc was last invoked.
330 * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
331
332 2014-03-25 Alan Modra <amodra@gmail.com>
333
334 * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
335 (md_assemble): Likewise. Warn.
336
337 2014-03-21 David Weatherford <weath@cadence.com>
338 Max Filippov <jcmvbkbc@gmail.com>
339
340 * config/tc-xtensa.c (xtensa_check_frag_count)
341 xtensa_create_trampoline_frag,
342 xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
343 find_trampoline_seg, search_trampolines, get_best_trampoline,
344 check_and_update_trampolines, add_jump_to_trampoline,
345 dump_trampolines): New functions.
346 (md_parse_option): Add cases for --[no-]trampolines options.
347 (md_assemble, finish_vinsn, xtensa_end): Add call to
348 xtensa_check_frag_count.
349 (xg_assemble_vliw_tokens): Add call to
350 xtensa_maybe_create_trampoline_frag.
351 (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
352 (relax_frag_immed): Relax jump instructions that cannot reach its
353 target.
354 * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
355 relax state.
356 * doc/as.texinfo: Document --[no-]trampolines command-line options.
357 * doc/c-xtensa.texi: Document trampolines relaxation and command
358 line options.
359 * frags.c (get_frag_count, clear_frag_count): New function.
360 (frag_alloc): Increment totalfrags counter.
361 * frags.h (get_frag_count, clear_frag_count): New function.
362
363 2014-03-20 DJ Delorie <dj@redhat.com>
364
365 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
366 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
367 rl78_relax().
368 * config/tc-rl78.h (md_relax_frag): Define.
369 (rl78_relax_frag): Declare.
370 * config/tc-rl78.c (rl78_relax): Add.
371 (md_assemble): Set up the variable frags also when relaxing.
372 (op_type_T): New.
373 (rl78_opcode_type): New.
374 (rl78_frag_fix_value): New.
375 (md_estimate_size_before_relax): New-ish.
376 (rl78_relax_frag): New.
377 (md_convert_frag): New-ish.
378
379 2014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
380
381 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
382 * config/tc-mips.c (md_pcrel_from): Remove error message.
383 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
384 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
385 PC-relative expressions. Handle BFD_RELOC_8.
386
387 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
388
389 * config/tc-sparc.c (hpriv_reg_table): Added entries for
390 %hstick_offset and %hstick_enable.
391 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
392 %hstick_enable hyperprivileged registers.
393
394 2014-03-19 Daniel Gutson <daniel.gutson@tallertechnologies.com>
395 Nick Clifton <nickc@redhat.com>
396
397 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
398 CCS syntax compatibility mode is on or off.
399 (asmfunc_states): New enum to represent the asmfunc directive state.
400 (asmfunc_state): New variable holding the asmfunc directive state.
401 (comment_chars): Rename to arm_comment_chars.
402 (line_separator_chars): Rename to arm_line_separator_chars.
403 (s_ccs_ref): New function that handles the .ref directive.
404 (asmfunc_debug): New function.
405 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
406 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
407 (s_ccs_def): New function that handles the .def directive.
408 (tc_start_label_without_colon): New function.
409 (md_pseudo_table): Added new CCS directives.
410 (arm_ccs_mode): New function that handles the -mccs command line option.
411 (arm_long_opts): Added new -mccs command line option.
412 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
413 (TC_START_LABEL_WITHOUT_COLON): New macro.
414 (tc_start_label_without_colon): Added extern function declaration.
415 (tc_comment_chars): Define.
416 (tc_line_separator_chars): Define.
417 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
418 * read.c (read_begin): Likewise.
419 * doc/as.texinfo: Add documentation for the -mccs command line
420 option.
421 * doc/c-arm.texi: Likewise.
422 * doc/internals.texi: Document tc_line_separator_chars.
423 * NEWS: Mention the new feature.
424
425 2014-03-18 Jiong Wang <jiong.wang@arm.com>
426
427 * config/tc-aarch64.c (aarch64_opts): Add new option
428 "mno-verbose-error".
429 (verbose_error_p): Initialize to 1.
430 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
431 and -mno-verbose-error.
432
433 2014-03-17 Nick Clifton <nickc@redhat.com>
434
435 PR gas/16694
436 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
437 registers as well.
438
439 2014-03-13 Richard Earnshaw <rearnsha@arm.com>
440 Jiong Wang <Jiong.Wang@arm.com>
441
442 * doc/c-aarch64.texi: Clean up some formatting issues.
443 (AArch64 Options): Document -mcpu and -march.
444 (AArch64 Extensions): New node.
445
446 2014-03-13 Tristan Gingold <gingold@adacore.com>
447
448 * config/tc-i386.c (use_big_obj): Declare.
449 (OPTION_MBIG_OBJ): Define.
450 (md_longopts): Add -mbig-obj option.
451 (md_parse_option): Handle it.
452 (md_show_usage): Display help for this option.
453 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
454 * doc/c-i386.texi: Document the option.
455
456 2014-03-12 Nick Clifton <nickc@redhat.com>
457
458 PR gas/16688
459 * config/tc-aarch64.c (literal_expression): New structure.
460 (literal_pool): Replace exp array with literal_expression array.
461 (add_to_lit_pool): When adding a bignum cache the big value.
462 (s_ltorg): When emitting a bignum initialise the global bignum
463 array from the cached value.
464
465 2014-03-12 Alan Modra <amodra@gmail.com>
466
467 * Makefile.in: Regenerate.
468 * config.in: Regenerate.
469 * doc/Makefile.in: Regenerate.
470
471 2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
472 Vishnu KS <Vishnu.k_s@atmel.com>
473 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
474 Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
475
476 * gas/tc-avr.c: Add new devices
477 avr25: ata5272, attiny828
478 avr35: ata5505, attiny1634
479 avr4: atmega8a, ata6285, ata6286, atmega48pa
480 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
481 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
482 atmega16hva2
483 avr51: atmega128a, atmega1284
484 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
485 atxmega32e5, atxmega16e5, atxmega8e5
486 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
487 atxmega64c3, atxmega64d4
488 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
489 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
490 atxmega256c3, atxmega384c3, atxmega384d3
491 avrxmega7: atxmega128a4u
492 * doc/c-avr.texi: Ditto.
493
494 2014-03-05 Alan Modra <amodra@gmail.com>
495
496 Update copyright years.
497
498 2014-03-05 Alan Modra <amodra@gmail.com>
499
500 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
501 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
502
503 2014-03-05 Alan Modra <amodra@gmail.com>
504
505 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
506 later. Merge absolute and relative branch reloc selection.
507 Generate 16-bit relocs for most 16-bit insn fields given a
508 non-constant expression.
509
510 2014-03-05 Alan Modra <amodra@gmail.com>
511
512 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
513 (md_assemble): Don't call ppc_is_toc_sym for ELF.
514
515 2014-03-04 Heiher <r@hev.cc>
516
517 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
518 Loongson-3A.
519
520 2014-03-03 Nick Clifton <nickc@redhat.com>
521
522 * config/msp430/msp430.c: Replace known mcu array with known
523 msp430 ISA mcu name array.
524 Accept any name for -mmcu option.
525 Add -mz option to warn about missing NOP following an interrupt
526 status change.
527 (check_for_nop): New.
528 (msp430_operands): Emit a warning, if requested, when an interrupt
529 changing instruction is not followed by a NOP.
530 * doc/c-msp430.c: Document -mz option.
531
532 2014-03-03 Alan Modra <amodra@gmail.com>
533
534 * config/bfin-lex-wrapper.c: Correct copyright date.
535 * config/obj-fdpicelf.c: Likewise.
536 * config/obj-fdpicelf.h: Likewise.
537 * config/tc-frv.c: Correct copyright punctuation.
538 * config/tc-ip2k.c: Likewise.
539 * config/tc-iq2000.c: Likewise.
540 * config/tc-mep.c: Likewise.
541 * config/tc-tic4x.c: Likewise.
542 * config/tc-tic4x.h: Likewise.
543
544 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
545
546 * config/tc-avr.c: Remove atxmega16x1.
547
548 2014-02-28 Alan Modra <amodra@gmail.com>
549
550 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
551 field for 64-bit dwarf.
552
553 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
554
555 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
556 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
557
558 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
559
560 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
561 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
562 clflushopt/.clfushopt.
563
564 2014-02-10 Alan Modra <amodra@gmail.com>
565
566 * po/POTFILES.in: Regenerate.
567 * po/gas.pot: Regenerate.
568
569 2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
570
571 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
572 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
573 %got_hiadj relocation operators. Sort table and add comment
574 to explain ordering.
575 (nios2_fix_adjustable): Test for new relocs.
576 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
577 operators.
578
579 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
580
581 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
582 (nios2_assemble_args_m): Likewise.
583 (md_assemble): Likewise.
584
585 2014-01-24 DJ Delorie <dj@redhat.com>
586
587 * config/tc-msp430.c (msp430_section): Always flag data sections,
588 regardless of -md.
589 (msp430_frob_section): New. Make sure all sections are noticed if
590 they have content.
591 (msp430_lcomm): New. Flag bss if .lcomm is seen.
592 (msp430_comm): New. Likewise.
593 (md_pseudo_table): Add them.
594 * config/tc-msp430.h (msp430_frob_section): Declare.
595 (tc_frob_section): Define.
596
597 2014-01-23 Nick Clifton <nickc@redhat.com>
598
599 * config/tc-msp430.c (show_mcu_list): Delete.
600 (md_parse_option): Accept any MCU name. Accept several more
601 variants for the -mcpu option.
602 (md_show_usage): Do not call show_mcu_list.
603
604 2014-01-22 DJ Delorie <dj@redhat.com>
605
606 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
607 * doc/c-msp430.texi (MSP430 Directives): Document it.
608
609 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
610
611 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
612 gather assert.
613
614 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
615
616 PR gas/16489
617 * config/tc-i386.c (check_VecOperands): Add check for invalid
618 register set in AVX512 gathers.
619
620 2014-01-22 Alan Modra <amodra@gmail.com>
621
622 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
623
624 2014-01-21 DJ Delorie <dj@redhat.com>
625
626 * config/tc-rl78.c (require_end_of_expr): New.
627 (md_operand): Call it.
628 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
629 as not overflowing.
630
631 2014-01-17 Will Newton <will.newton@linaro.org>
632
633 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
634 for the s32.f64 flavours of VCVT.
635
636 2014-01-14 Nick Clifton <nickc@redhat.com>
637
638 PR gas/16434
639 * config/tc-z80.c (wrong_match): Provide format string to
640 as_warn.
641 (parse_exp_not_indexed): Delete unused variable dummy.
642 (emit_byte): Delete unused variable fixp.
643
644 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
645
646 * config/tc-i386.c (regbnd): Removed.
647 (vec_disp8): Likewise.
648
649 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
650
651 * as.c (parse_args): Update copyright year to 2014.
652
653 2014-01-07 Tom Tromey <tromey@redhat.com>
654
655 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
656 wrappers.
657
658 2014-01-07 Tom Tromey <tromey@redhat.com>
659
660 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
661 use PARAMS.
662
663 2014-01-07 Tom Tromey <tromey@redhat.com>
664
665 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
666
667 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
668
669 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
670
671 For older changes see ChangeLog-2013
672 \f
673 Copyright (C) 2014 Free Software Foundation, Inc.
674
675 Copying and distribution of this file, with or without modification,
676 are permitted in any medium without royalty provided the copyright
677 notice and this notice are preserved.
678
679 Local Variables:
680 mode: change-log
681 left-margin: 8
682 fill-column: 74
683 version-control: never
684 End:
This page took 0.107034 seconds and 4 git commands to generate.