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