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