sparc-aout and sparc-coff breakage
[platform/upstream/binutils.git] / gas / ChangeLog
1 2014-10-14  Alan Modra  <amodra@gmail.com>
2
3         * config/tc-sparc.c (sparc_md_end): Fix unused variable warnings.
4
5 2014-10-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
6
7         * config/tc-sparc.c (v9a_asr_table): Entry for %cps removed.
8         (sparc_arch_table): Remove the HWCAP_RANDOM, HWCAP_TRANS and
9         HWCAP_ASI_CACHE_SPARING from the architectures using them.
10         (HWS_V8): New define.
11         (HWS_V9): Likewise.
12         (HWS_VA): Likewise.
13         (HWS_VB): Likewise.
14         (HWS_VC): Likewise.
15         (HWS_VD): Likewise.
16         (HWS_VE): Likewise.
17         (HWS_VV): Likewise.
18         (sparc_arch): Use the HWS_* macros.  Fix the `sparc4' architecture
19         to cover the HWCAP_ASI_BLK_INIT and HWCAP_IMA capabilities.
20         (hwcap_seen): Variable widened to 64 bits.
21         (hwcap_allowed): Likewise.
22         (sparc_arch): new field `hwcap2_allowed'.
23         (sparc_arch_table): provide hwcap2_allowed values for existing
24         archs.
25         (sparc_md_end): Add a HWCAPS2 object attribute to the elf object
26         in case any of the HWCAP2_* caps are used.
27         (sparc_ip): Take into account the new hwcaps2 bitmap to build the
28         list of seen/allowed hwcaps.
29         (get_hwcap_name): Argument widened to 64 bits to handle HWCAP2
30         bits.
31         (HWS_VM): New define.
32         (HWS2_VM): Likewise.
33         (sparc_arch): New architectures `sparc5', `v9m' and `v8plusm'.
34         (v9a_asr_table): Add the %mwait (%asr28) ancillary state register
35         to the table.
36         (sparc_ip): Handle the %mcdper ancillary state register as an
37         operand.
38         (sparc_ip): Handle } arguments as fdrd floating point registers
39         (double) that are the same than frs1.
40         * doc/c-sparc.texi (Sparc-Opts): Document the -Av9e, -Av8pluse and
41         -xarch=v9e command line options.  Also fix the description of the
42         -Av9v and -Av8plusv command line options.
43         Document the -Av9m, -Av8plusm,-Asparc5, -xarch=v9m and
44         -xarch=sparc5 command line options.
45
46 2014-09-29  Terry Guo  <terry.guo@arm.com>
47
48         * as.c (create_obj_attrs_section): Move it and call it from ...
49         * write.c (create_obj_attrs_section): ... here.
50         (subsegs_finish_section): Refactored.
51
52 2014-09-27  Alan Modra  <amodra@gmail.com>
53
54         * dwarf2dbg.c (all_segs_hash): Delete.
55         (get_line_subseg): Delete last_seg, last_subseg, last_line_subseg.
56         Retrieve line_seg for section via seg_info.
57         * subsegs.h (segment_info_typet): Add dwarf2_line_seg.
58
59 2014-09-23  H.J. Lu  <hongjiu.lu@intel.com>
60
61         PR gas/17421
62         * config/tc-i386.c (md_assemble): Disallow VEX/EVEX encoded
63         instructions in 16-bit mode.
64
65 2014-09-22  Alan Modra  <amodra@gmail.com>
66
67         * config/tc-m68k.c (md_assemble): Add assert to work around
68         bogus trunk gcc warning.
69         * config/tc-pj.h (md_convert_frag): Warning fix.
70         * config/tc-xtensa.c (xg_assemble_vliw_tokens): Warning fix.
71
72 2014-09-17  Tristan Gingold  <gingold@adacore.com>
73
74         * config/tc-arm.c (move_or_literal_pool, add_to_lit_pool): Use
75         bfd_int64_t instead of int64_t.
76
77 2014-09-16  Ilya Tocar  <ilya.tocar@intel.com>
78
79         * config/tc-i386.c (evexrcig): New.
80         (build_evex_prefix): Force rounding bits.
81         (OPTION_MEVEXRCIG): New.
82         (md_longopts): Add mevexrcig.
83         (md_parse_option): Handle OPTION_MEVEXRCIG.
84         (md_show_usage): Document mevexrcig.
85         * doc/c-i386.texi (mevexrcig): Document new option.
86
87 2014-09-16  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
88
89         * config/tc-nds32.c (nds32_fsrs, nds32_fdrs, nds32_gprs): Remove.
90         (relax_table): Add new relaxation pattern.
91         (do_pseudo_la_internal, do_pseudo_ls_bhw): Expand for PIC suffix.
92         (do_pseudo_move, do_pseudo_neg, do_pseudo_pushpopm): Fix.
93         (get_range_type, nds32_elf_record_fixup_exp, nds32_get_align,
94         nds32_elf_build_relax_relation, md_assemble, invalid_prev_frag,
95         nds32_relax_frag, md_estimate_size_before_relax): Adjust relaxation.
96         (relocation_table): Remove.
97         (relax_ls_table): Load-store relaxation pattern.
98         (hint_map): Define-use chain pattern.
99         (nds32_find_reloc_table, nds32_match_hint_insn): Analysis
100         relaxation pattern.
101         (nds32_parse_name): Parse PIC suffix.
102         * config/tc-nds32.h: Declare.
103
104 2014-09-15  H.J. Lu  <hongjiu.lu@intel.com>
105
106         * config/tc-i386.c (OPTION_omit_lock_prefix): Renamed to ...
107         (OPTION_OMIT_LOCK_PREFIX): This.
108         (md_longopts): Updated.
109         (md_parse_option): Likewise.
110
111 2014-09-15  Andrew Bennett  <andrew.bennett@imgtec.com>
112             Matthew Fortune  <matthew.fortune@imgtec.com>
113
114         * config/tc-mips.c (mips_nan2008): New static global.
115         (mips_flag_nan2008): Removed.
116         (LL_SC_FMT): New define.
117         (COP12_FMT): Updated.
118         (ISA_IS_R6): New define.
119         (ISA_HAS_64BIT_REGS): Add mips64r6.
120         (ISA_HAS_DROR): Likewise.
121         (ISA_HAS_64BIT_FPRS): Add mips32r6 and mips64r6.
122         (ISA_HAS_ROR): Likewise.
123         (ISA_HAS_ODD_SINGLE_FPR): Likewise.
124         (ISA_HAS_MXHC1): Likewise.
125         (hilo_interlocks): Likewise.
126         (md_longopts): Likewise.
127         (ISA_HAS_LEGACY_NAN): New define.
128         (options): Add OPTION_MIPS32R6 and OPTION_MIPS64R6.
129         (mips_ase): Add field rem_rev.
130         (mips_ases): Updated to add which ISA an ASE was removed in.
131         (mips_isa_rev): Add support for mips32r6 and mips64r6.
132         (mips_check_isa_supports_ase): Add support to check if an ASE
133         has been removed in the specified MIPS ISA revision.
134         (validate_mips_insn): Skip '-' character.
135         (macro_build): Likewise.
136         (mips_check_options): Prevent R6 working with fp32, mips16,
137         micromips, or branch relaxation.
138         (file_mips_check_options): Set R6 floating point registers to
139         64 bit.  Also deal with the nan2008 option.
140         (limited_pcrel_reloc_p): Add relocs: BFD_RELOC_MIPS_21_PCREL_S2,
141         BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
142         BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
143         BFD_RELOC_LO16_PCREL.
144         (operand_reg_mask): Add support for OP_SAME_RS_RT, OP_CHECK_PREV
145         and OP_NON_ZERO_REG.
146         (match_check_prev_operand): New static function.
147         (match_same_rs_rt_operand): New static function.
148         (match_non_zero_reg_operand): New static function.
149         (match_operand): Added entries for: OP_SAME_RS_RT, OP_CHECK_PREV
150         and OP_NON_ZERO_REG.
151         (insns_between): Added case to deal with forbidden slots.
152         (append_insn): Added support for relocs: BFD_RELOC_MIPS_21_PCREL_S2
153         and BFD_RELOC_MIPS_26_PCREL_S2.
154         (match_insn): Add support for operands -A, -B, +' and +".  Also
155         skip '-' character.
156         (mips_percent_op): Add entries for %pcrel_hi and %pcrel_lo.
157         (md_parse_option): Add support for mips32r6 and mips64r6.  Also
158         update the nan option handling.
159         (md_pcrel_from): Add cases for relocs: BFD_RELOC_MIPS_21_PCREL_S2,
160         BFD_RELOC_MIPS_26_PCREL_S2.
161         (mips_force_relocation): Prevent forced relaxation for MIPS r6.
162         (md_apply_fix): Add support for relocs: BFD_RELOC_MIPS_21_PCREL_S2,
163         BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
164         BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
165         BFD_RELOC_LO16_PCREL.
166         (s_mipsset): Add support for mips32r6 and mips64r6.
167         (s_nan): Update to support the new nan2008 framework.
168         (tc_gen_reloc): Add relocs: BFD_RELOC_MIPS_21_PCREL_S2,
169         BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3,
170         BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and
171         BFD_RELOC_LO16_PCREL.
172         (mips_elf_final_processing): Updated to use the mips_nan2008.
173         (mips_cpu_info_table): Add entries for mips32r6 and mips64r6.
174         (macro): Enable ldc2, sdc2, ll, lld, swc2, sc, scd, cache, pref
175         macros for R6.
176         (mips_fix_adjustable): Make PC relative R6 relocations relative
177         to the symbol and not the section.
178         * configure.ac: Add support for mips32r6 and mips64r6.
179         * configure: Regenerate.
180         * doc/c-mips.texi: Document the -mips32r6 and -mips64r6 command line
181         options.
182         * doc/as.texinfo: Likewise.
183
184 2014-09-15  Matthew Fortune  <matthew.fortune@imgtec.com>
185
186         * tc-mips.c (check_fpabi): Move softfloat and singlefloat
187         checks higher.
188
189 2014-09-12  Jose E. Marchesi  <jose.marchesi@oracle.com>
190
191         * config/tc-sparc.c (sparc_ip): Update the set of allowed hwcaps
192         when bumping the current architecture.
193         (md_begin): Adjust the highetst architecture level also when a
194         specific architecture is not requested.
195
196 2014-09-12  Andrew Bennett  <andrew.bennett@imgtec.com>
197
198         * configure.tgt: Add mips*-img-elf* target triple.
199
200 2014-09-12  Alan Modra  <amodra@gmail.com>
201
202         * config/tc-i386.c (match_template): Remove redundant "!!" testing
203         single-bit bitfields.
204         (build_modrm_byte): Don't compare single-bit bitfields to "1".
205
206 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
207
208         * config/tc-arm.c (arm_cpus): Add cortex-a17.
209
210 2014-09-03  Jiong Wang  <jiong.wang@arm.com>
211
212         * config/tc-aarch64.c (parse_sys_reg): Remove the restriction on op0
213         field.
214
215 2014-09-03  Jiong Wang  <jiong.wang@arm.com>
216
217         * config/tc-aarch64.c (parse_operands): Recognize PAIRREG.
218         (aarch64_features): Add entry for lse extension.
219
220 2014-08-26  Jiong Wang  <jiong.wang@arm.com>
221
222         * config/tc-arm.c (aeabi_set_public_attributes): Update selected_cpu
223         based on the info we got during parsing.
224         (arm_handle_align): Make sure the p2align expanding logic under thumb
225         unchanged.
226
227 2014-08-26  Maciej W. Rozycki  <macro@codesourcery.com>
228
229         * config/tc-mips.c (macro) <M_SAA_AB>: Remove duplicate code and
230         jump to...
231         <M_SAAD_AB>: ... here.  Assert that !microMIPS.
232
233 2014-08-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
234
235         * config/tc-moxie.h (md_convert_frag): Silence warning.
236
237 2014-08-22  Richard Henderson  <rth@redhat.com>
238
239         * config/tc-aarch64.c (tc_aarch64_regname_to_dw2regnum): Fix
240         register number for vector register types.
241         * config/tc-aarch64.h (DWARF2_LINE_MIN_INSN_LENGTH): Set to 4.
242         (DWARF2_CIE_DATA_ALIGNMENT): Set to -8.
243
244 2014-08-22  Maciej W. Rozycki  <macro@codesourcery.com>
245
246         * config/tc-ppc.c (md_assemble): Only set the PPC_APUINFO_VLE
247         flag if both the processor and opcode flags match.
248
249 2014-08-22  Maciej W. Rozycki  <macro@codesourcery.com>
250
251         * config/tc-arm.c (add_to_lit_pool): Preinitialize `imm1'.
252
253 2014-08-20  Maciej W. Rozycki  <macro@codesourcery.com>
254
255         * dw2gencfi.c (make_debug_seg): Replace leading spaces with tabs.
256         (dot_cfi_val_encoded_addr, output_cfi_insn): Likewise.
257         (output_cie, cfi_change_reg_numbers, cfi_finish): Likewise.
258
259 2014-08-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
260
261         * config/tc-arm.c (parse_ifimm_zero): New function.
262         (enum operand_parse_code): Add OP_RSVD_FI0 value.
263         (parse_operands): Handle OP_RSVD_FI0.
264         (asm_opcode_insns): Use RSVD_FI0 for second operand of vcmp, vcmpe.
265
266 2014-08-20  Alan Modra  <amodra@gmail.com>
267
268         * Makefile.am: Typo fix.
269         * Makefile.in: Regenerate.
270         * po/POTFILES.in: Regenerate.
271
272 2014-08-19  Andreas Tobler  <andreast@fgznet.ch>
273
274         * Makefile.am: Add FreeBSD ARM support.
275         * Mafefile.in: Regenerate.
276         * configure.tgt: Add FreeBSD ARM support.
277         * config/te-armfbsdeabi.h: New file.
278         * config/te-armfbsdvfp.h: Likewise.
279
280 2014-08-19  Alan Modra  <amodra@gmail.com>
281
282         * configure: Regenerate.
283
284 2014-08-18  Nick Clifton  <nickc@redhat.com>
285
286         * config/tc-rl78.c (md_apply_fix): Correct handling of small sized
287         RELOC_RL78_DIFF fixups.
288
289 2014-08-18  Alan Modra  <amodra@gmail.com>
290
291         * read.c (parse_mri_cons): Warning fix.
292
293 2014-08-14  Alan Modra  <amodra@gmail.com>
294
295         * configure.ac: Move ACX_LARGEFILE after LT_INIT.
296         * config.in: Regenerate.
297         * configure: Regenerate.
298
299 2014-08-06  Ilya Tocar  <ilya.tocar@intel.com>
300
301         * config/tc-i386.c (omit_lock_prefix): New.
302         (output_insn): Omit lock prefix if omit_lock_prefix is true.
303         (OPTION_omit_lock_prefix): New.
304         (md_longopts): Add momit-lock-prefix.
305         (md_parse_option): Handle momit-lock-prefix.
306         (md_show_usage): Add momit-lock-prefix=[no|yes].
307         * doc/c-i386.texi (momit-lock-prefix): Document.
308
309 2014-08-01  Takashi Yoshii  <yoshii.takashi@renesas.com>
310
311         PR 10378
312         * config/tc-sh.c (tc_gen_reloc): Fix initialization of addend in
313         SWITCH_TABLE case.
314
315 2014-07-29  Matthew Fortune  <matthew.fortune@imgtec.com>
316
317         * config/tc-mips.c: Rename INSN_LOAD_COPROC_DELAY to INSN_LOAD_COPROC
318         and INSN_COPROC_MOVE_DELAY to INSN_COPROC_MOVE throughout.
319
320 2014-07-29  Matthew Fortune  <matthew.fortune@imgtec.com>
321
322         * config/tc-mips.c (mips_flags_frag): New static global.
323         (struct mips_set_options): Add oddspreg field.
324         (file_mips_opts, mips_opts): Initialize oddspreg.
325         (ISA_HAS_ODD_SINGLE_FPR): Add CPU argument and update for R5900 and
326         Loongson-3a.
327         (enum options, md_longopts, md_parse_option): Add -mfpxx, -modd-spreg
328         and -mno-odd-spreg options.
329         (md_begin): Create .MIPS.abiflags section.
330         (fpabi_incompatible_with, fpabi_requires): New static function.
331         (check_fpabi): Likewise.
332         (mips_check_options): Handle fp=xx and oddspreg restrictions.
333         (file_mips_check_options): Set oddspreg by default for fp=xx.
334         (mips_oddfpreg_ok): Re-write function.
335         (check_regno): Check odd numbered registers regardless of FPR size.
336         For fp != 32 use as_bad instead of as_warn.
337         (match_float_constant): Rewrite check regarding FP register width.  Add
338         support for generating constants when MXHC1 is present.  Handle fp=xx
339         to comply with the ABI.
340         (macro): Update M_LI_DD similarly to match_float_constant.  Generate
341         MTHC1 when available.  Check that correct code can be generated for
342         fp=xx and fp=64 ABIs.
343         (parse_code_option, s_mipsset): Add fp=xx, oddspreg and nooddspreg
344         options.
345         (mips_convert_ase_flags): New static function.
346         (mips_elf_final_processing): Use fpabi == Val_GNU_MIPS_ABI_FP_OLD_64
347         to determine when to add the EF_MIPS_FP64 flag.  Populate the
348         .MIPS.abiflags section.
349         (md_mips_end): Update .gnu_attribute based on command line and .module
350         as applicable.  Use check_fpabi to ensure .gnu.attribute and command
351         line/.module options are consistent.
352         * doc/as.texinfo: Add missing -mgp64/-mfp64 options and document new
353         -mfpxx, -modd-spreg and -mno-odd-spreg options.
354         * doc/c-mips.texi: Document -mfpxx, -modd-spreg, -mno-odd-spreg,
355         gnu_attribute values and FP ABIs.
356
357 2014-07-27  Joel Sherrill <joel.sherrill@oarcorp.com>
358
359         Add RTEMS target support and simplify matching
360
361         * gas/configure.tgt (or1k*-*-rtems*): Ensure a match.
362         (or1k*-*-*): Use or1k* to match or1knd and or1kZ.
363
364 2014-07-27  Anthony Green  <green@moxielogic.com>
365
366         * configure.tgt (generic_target): Add moxie-*-moxiebox*
367         * config/tc-moxie.c: Remove moxie_target_format.
368         (md_begin): Set default target_big_endian.
369         * config/tc-moxie.h: Only set TARGET_BYTES_BIG_ENDIAN if unset.
370         (TARGET_FORMAT): Set based on target_big_endian.
371
372 2014-07-26  Alan Modra  <amodra@gmail.com>
373
374         * config/bfin-parse.y: Don't include obstack.h.
375         * config/obj-aout.c: Likewise.
376         * config/obj-coff.c: Likewise.
377         * config/obj-som.c: Likewise.
378         * config/tc-bfin.c: Likewise.
379         * config/tc-i960.c: Likewise.
380         * config/tc-rl78.c: Likewise.
381         * config/tc-rx.c: Likewise.
382         * config/tc-tic4x.c: Likewise.
383         * expr.c: Likewise.
384         * listing.c: Likewise.
385         * config/obj-elf.c (elf_file_symbol): Make name_length a size_t.
386         * config/tc-aarch64.c (symbol_locate): Likewise.
387         * config/tc-arm.c (symbol_locate): Likewise.
388         * config/tc-mmix.c (mmix_handle_mmixal): Make len_0 a size_t.
389         * config/tc-score.c (s3_build_score_ops_hsh): Make len a size_t.
390         (s3_build_dependency_insn_hsh): Likewise.
391         * config/tc-score7.c (s7_build_score_ops_hsh): Likewise.
392         (s7_build_dependency_insn_hsh): Likewise.
393         * frags.c (frag_grow): Make parameter a size_t, and use size_t locals.
394         (frag_new): Make parameter a size_t.
395         (frag_var_init): Make max_chars and var parameters size_t.
396         (frag_var, frag_variant): Likewise.
397         (frag_room): Return a size_t.
398         (frag_align_pattern): Make n_fill parameter a size_t.
399         * frags.h: Update function prototypes.
400         * symbols.c (save_symbol_name): Make name_length a size_t.
401
402 2014-07-22  Sergey Guriev  <sergey.s.guriev@intel.com>
403             Alexander Ivchenko  <alexander.ivchenko@intel.com>
404             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
405             Sergey Lega  <sergey.s.lega@intel.com>
406             Anna Tikhonova  <anna.tikhonova@intel.com>
407             Ilya Tocar  <ilya.tocar@intel.com>
408             Andrey Turetskiy  <andrey.turetskiy@intel.com>
409             Ilya Verbin  <ilya.verbin@intel.com>
410             Kirill Yukhin  <kirill.yukhin@intel.com>
411             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
412
413         * config/tc-i386.c (cpu_arch): Add .avx512dq, CPU_AVX512DQ_FLAGS.
414         * doc/c-i386.texi: Document avx512dq/.avx512dq.
415
416 2014-07-22  Sergey Guriev  <sergey.s.guriev@intel.com>
417             Alexander Ivchenko  <alexander.ivchenko@intel.com>
418             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
419             Sergey Lega  <sergey.s.lega@intel.com>
420             Anna Tikhonova  <anna.tikhonova@intel.com>
421             Ilya Tocar  <ilya.tocar@intel.com>
422             Andrey Turetskiy  <andrey.turetskiy@intel.com>
423             Ilya Verbin  <ilya.verbin@intel.com>
424             Kirill Yukhin  <kirill.yukhin@intel.com>
425             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
426
427         * config/tc-i386.c (cpu_arch): Add .avx512bw, CPU_AVX512BW_FLAGS.
428         * doc/c-i386.texi: Document avx512bw/.avx512bw.
429
430 2014-07-22  Sergey Guriev  <sergey.s.guriev@intel.com>
431             Alexander Ivchenko  <alexander.ivchenko@intel.com>
432             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
433             Sergey Lega  <sergey.s.lega@intel.com>
434             Anna Tikhonova  <anna.tikhonova@intel.com>
435             Ilya Tocar  <ilya.tocar@intel.com>
436             Andrey Turetskiy  <andrey.turetskiy@intel.com>
437             Ilya Verbin  <ilya.verbin@intel.com>
438             Kirill Yukhin  <kirill.yukhin@intel.com>
439             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
440
441         * config/tc-i386.c (cpu_arch): Add .avx512vl, CPU_AVX512VL_FLAGS.
442         (build_vex_prefix): Don't abort on VEX.W.
443         (check_VecOperands): Support BROADCAST_1TO4 and BROADCAST_1TO2.
444         (check_VecOperations): Ditto.
445         * doc/c-i386.texi: Document avx512vl/.avx512vl.
446
447 2014-07-21  Joel Sherrill  <joel.sherrill@oarcorp.com>
448
449         Add or reactivate or1k-*-rtems*
450         * gas/configure.tgt (or1k-*-rtems*): Add.
451
452 2014-07-17  Ilya Tocar  <ilya.tocar@intel.com>
453
454         * config/tc-i386.c (parse_register): Set need_vrex.
455
456 2014-07-15  Jiong Wang  <jiong.wang@arm.com>
457
458         * config/tc-arm.c (add_to_lit_pool): Use "inst.operands[1].imm" for
459         sign extension.  Casting the type of imm1 and imm2 to offsetT.  Fix
460         one logic error when checking X_op.
461
462 2014-07-14  Andreas Schwab  <schwab@linux-m68k.org>
463
464         * config/tc-m68k.c (md_convert_frag_1): Don't complain with
465         --pcrel about TAB (DBCCLBR, LONG) conversion.
466
467 2014-07-12  David Majnemer  <david.majnemer@gmail.com>
468
469         * read.c (assign_symbol): Don't force "set" symbols local for PE.
470
471 2014-07-08  Jiong Wang  <jiong.wang@arm.com>
472
473         * config/tc-arm.c (literal_pool): New field "alignment".
474         (find_or_make_literal_pool): Initialize "alignment" to 2.
475         (s_ltorg): Align the pool using value of "alignment"
476         (parse_big_immediate): New parameter "in_exp". Return
477         parsed expression if "in_exp" is not null.
478         (parse_address_main): Invoke "parse_big_immediate" for
479         constant parameter.
480         (add_to_lit_pool): Add one parameter 'nbytes'.
481         Split 8 byte entry into two 4 byte entry.
482         Add padding to align 8 byte entry to 8 byte boundary.
483         (encode_arm_cp_address): Generate literal pool entry if possible.
484         (move_or_literal_pool): Generate entry for vldr case.
485         (enum lit_type): New enum type.
486         (do_ldst): Use new enum type.
487         (do_ldstv4): Likewise.
488         (do_t_ldst): Likewise.
489         (neon_write_immbits): Support Thumb-2 mode.
490
491 2014-07-07  Barney Stratford  <barney_stratford@fastmail.fm>
492
493         * config/tc-avr.c (avr_operand): Permit referring to r26-r31 by
494         name as [xyz][hl].  Permit using a symbol whoes name begins with
495         â€˜r’ to refer to a register.
496         Allow arbitrary expressions for the P and p operators.
497         (md_apply_fix): Check the BFD_RELOC_AVR_PORT5 and
498         BFD_RELOC_AVR_PORT6 relocations.
499
500 2014-07-04  Alan Modra  <amodra@gmail.com>
501
502         * doc/internals.texi: Update "configure.in" comments.
503         * acinclude.m4: Likewise.
504         * config/tc-sparc.c: Likewise.
505
506 2014-07-04  Alan Modra  <amodra@gmail.com>
507
508         * configure.ac: Rename from configure.in.
509         * Makefile.in: Regenerate.
510         * config.in: Regenerate.
511         * doc/Makefile.in: Regenerate.
512
513 2014-07-04  Alan Modra  <amodra@gmail.com>
514
515         * doc/Makefile.am (CONFIG_STATUS_DEPENDENCIES): Delete.
516         * doc/Makefile.in: Regenerate.
517
518 2014-07-04  Alan Modra  <amodra@gmail.com>
519
520         * configure.in: Include bfd/version.m4.
521         (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
522         (BFD_VERSION): Delete.
523         * configure.com: Get bfd version from bfd/version.m4.
524         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
525         * configure: Regenerate.
526         * Makefile.in: Regenerate.
527         * doc/Makefile.in: Regenerate.
528
529 2014-07-01  Barney Stratford   <barney_stratford@fastmail.fm>
530             Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
531             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
532             Soundararajan  <Sounderarajan.D@atmel.com>
533
534         * config/tc-avr.c (mcu_types): Add avrtiny arch.
535         Add avrtiny arch devices attiny4, attiny5, attiny9, attiny10, attiny20
536         and attiny40.
537         (md_show_usage): Add avrtiny arch in usage message.
538         (avr_operand): validate and issue error for invalid register for
539         avrtiny.
540         add new reloc exp for 16 bit lds/sts instruction.
541         (md_apply_fix): check 16 bit lds/sts operand for out of range and
542         encode.
543         (md_assemble): check ISA for arch and issue diagnostic.
544         * NEWS: Mention new support.
545         * doc/c-avr.texi: Document support for avrtiny architecture.
546
547 2014-06-27  Alan Modra  <amodra@gmail.com>
548
549         * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Don't set
550         SYM_MACHO_FIELDS_NOT_VALIDATED after reporting an error.
551         (obj_mach_o_frob_label): Avoid cascading errors.
552         (obj_mach_o_frob_symbol): Don't set SYM_MACHO_FIELDS_NOT_VALIDATED.
553
554 2014-06-18  DJ Delorie  <dj@redhat.com>
555
556         * config/rx-parse.y (BSET, BCLR, BTST, BNOT, BMCMD): Make .B
557         suffix optional.
558
559 2014-06-17  Hans-Peter Nilsson  <hp@bitrange.com>
560
561         * config/tc-mmix.c (loc_assert_s): New member frag.
562         (s_loc): Set it.
563         (mmix_md_end): If an error is reported for a LOC expression, patch
564         up the related frag.
565
566 2014-06-17  Chris Metcalf  <cmetcalf@tilera.com>
567
568         PR gas/16908
569         * macro.c (buffer_and_nest): Honour #line directives inside
570         macros.
571
572 2014-06-17 Jiong Wang <jiong.wang@arm.com>
573
574         * config/tc-arm.c (depr_it_insns): New check for inc/dec sp.
575
576 2014-06-17  Hans-Peter Nilsson  <hp@axis.com>
577
578         * config/tc-cris.c (cris_bad): New function.
579         (cris_process_instruction): Where applicable, use it instead of
580         as_bad.
581
582 2014-06-16  Nick Clifton  <nickc@redhat.com>
583
584         * config/tc-aarch64.c (md_apply_fix): Ignore unused relocs.
585
586 2014-06-16  Jiong Wang  <jiong.wang@arm.com>
587
588         * config/tc-aarch64.c (END_OF_INSN): New macro.
589         (parse_operands): Handle operand given and in wrong format when
590         operand is optional.
591
592 2014-06-16  Alan Modra  <amodra@gmail.com>
593
594         * write.h (subsegs_finish): Delete declaration.
595         * write.c (subsegs_finish): Make static.
596         (write_object_file): Call subsegs_finish from here.  Don't print
597         warning and error count here..
598         * as.c (main): ..do so here instead.  Remove dead code for "no
599         object file generated".  Split out count strings to better support
600         internationalisation.  Don't call subsegs_finish. Tidy setting of
601         "keep_it".  Run write_object_file even after errors.
602         (keep_it): Make static.
603         * config/obj-elf.c (elf_frob_symbol): Remove assert.
604         (elf_frob_file_before_adjust): Likewise.
605
606 2014-06-16  Alan Modra  <amodra@gmail.com>
607
608         * config/tc-dlx.c (machine_ip): Move initialisation of the_insn
609         earlier.
610
611 2014-06-16  Alan Modra  <amodra@gmail.com>
612
613         * config/tc-i386.c (reloc): Don't avoid pcrel check for
614         BFD_RELOC_SIZE64.  Return NO_RELOC on failing pcrel check.
615
616 2014-06-16  Alan Modra  <amodra@gmail.com>
617
618         * config/tc-tic6x.c (s_tic6x_ehtype): Clear after frag_more.
619         (tic6x_output_exidx_entry): Likewise.
620         (md_apply_fix): Simplify 1 byte md_number_to_chars.
621
622 2014-06-16  Alan Modra  <amodra@gmail.com>
623
624         * config/tc-tic54x.c (tic54x_mlib): Don't write garbage past
625         end of archive to temp file.
626         (tic54x_start_line_hook): Start scan for parallel on next line,
627         not one char into next line (which may overrun the buffer).
628
629 2014-06-16  Alan Modra  <amodra@gmail.com>
630
631         * config/tc-vax.c (md_apply_fix): Rewrite.
632         (tc_gen_reloc, vax_cons, vax_cons_fix_new): Style: Use NO_RELOC
633         define rather than the equivalent BFD_RELOC_NONE.
634
635 2014-06-16  Alan Modra  <amodra@gmail.com>
636
637         * config/tc-arm.c (s_arm_elf_cons): Initialise after frag_more.
638         (md_apply_fix): Delete now unnecessary zeroing for BFD_RELOC_ARM_GOT*
639         and BFD_RELOC_ARM_TLS* relocs.  Simplify BFD_RELOC_8 case.
640
641 2014-06-16  Alan Modra  <amodra@gmail.com>
642
643         * config/tc-cris.c (md_create_long_jump): Follow "short" jump
644         with a nop rather than leaving uninitialised.
645
646 2014-06-13  Chen Gang  <gang.chen.5i5j@gmail.com>
647
648         * config/tc-score7.c: Replace sprintf with strcpy where
649         appropriate.
650         (s7_b32_relax_to_b16): Use symbol_get_frag() to access a symbol's
651         frag.
652         * config/tc-score.c (s3_relax_branch_inst16): Likewise.
653         (s3_relax_cmpbranch_inst32): Likewise.
654
655 2014-06-07  Alan Modra  <amodra@gmail.com>
656
657         * config/tc-ppc.c (ppc_insert_operand): Handle PPC_OPERAND_SIGNOPT
658         on unsigned fields.  Comment on PPC_OPERAND_SIGNOPT signed fields
659         in 64-bit mode.
660
661 2014-06-02  Martin Storsjo  <martin@martin.st>
662
663         * doc/c-aarch64.texi: Fix the documentation on :pg_hi21:.
664
665 2014-06-05  Joel Brobecker  <brobecker@adacore.com>
666
667         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
668         bfd's development.sh.
669         * Makefile.in, configure: Regenerate.
670
671 2014-06-03  Nick Clifton  <nickc@redhat.com>
672
673         * config/tc-msp430.c (OPTION_WARN_INTR_NOPS): Use y instead of z.
674         (OPTION_NO_WARN_INTR_NOPS): Use Y instead of Z.
675         * doc/c-msp430.texi: Update command line option description.
676
677 2014-05-22  Alan Modra  <amodra@gmail.com>
678
679         * listing.c (listing_warning, listing_error): Add space after colon.
680         * messages.c (as_warn_internal, as_bad_internal): Use the same
681         string as above.
682
683 2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
684
685         * config/tc-mips.c (file_mips_opts_checked): New static global.
686         (s_module): New static function.
687         (file_ase): Remove.
688         (mips_pseudo_table): Add .module handler.
689         (mips_set_ase): Add opts argument and use instead of mips_opts.
690         (md_assemble): Use file_mips_check_options.
691         (md_parse_option): Update to use file_mips_opts instead of mips_opts.
692         (mips_set_architecture): Delete function.  Moved to...
693         (mips_after_parse_args): Here.  All logic now applies to
694         file_mips_opts first and then copies the final state to mips_opts.
695         Move error checking and defaults inference to mips_check_options and
696         file_mips_check_options.
697         (mips_check_options): New static function.  Common option checking for
698         command line, .module and .set.  Use .module values in error messages
699         instead of refering to command line options.
700         (file_mips_check_options): New static function.  A wrapper for
701         mips_check_options with file_mips_opts.  Updates BFD arch based on
702         final options.
703         (s_mipsset): Split into s_mipsset and parse_code_option.  Settings
704         supported by both .set and .module are moved to parse_code_option.
705         Warnings and errors are kept in s_mipsset because when
706         parse_code_option is used with s_module the warnings are deferred
707         until code is generated.  Any setting supporting 'default' value is
708         kept in s_mipsset as it is not applicable to s_module. Inferred
709         settings are also kept in s_mipsset as s_module does not infer any
710         settings.  Use mips_check_options.
711         (parse_code_option): New static function derived from s_mipsset.
712         (s_module): New static function that implements .module.  Allows file
713         level settings to be changed until code is generated.
714         (s_cpload, s_cpsetup, s_cplocal): Use file_mips_check_options.
715         (s_cprestore, s_cpreturn, s_cpadd, mips_address_bytes): Likewise.
716         (mips_elf_final_processing): Update file_ase to file_mips_opts.ase.
717         (md_mips_end): Use file_mips_check_options.
718         * doc/c-mips.texi: Document .module.
719
720 2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
721
722         * messages.c (as_warn_internal): Remove extra whitespace from
723         warning messages.
724
725 2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
726
727         * config/tc-mips.c (FP64_ASES): Add ASE_MSA.
728         (mips_after_parse_args): Do not select ASE_MSA without -mfp64.
729
730 2014-05-20  Mike Stump  <mikestump@comcast.net>
731
732         * messages.c (as_warn_internal): Ensure we don't interleave output
733         within a single line when make -j is used.
734         (as_bad_internal): Likewise.
735
736 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
737
738         * config/obj-elf.h (obj_elf_seen_attribute): Declare.
739         * config/obj-elf.c (recorded_attribute_info): New structure.
740         (recorded_attributes): New variable.
741         (record_attribute, obj_elf_seen_attribute): New functions.
742         (obj_elf_vendor_attribute): Record which attributes have been seen.
743
744 2014-05-20  Nick Clifton  <nickc@redhat.com>
745
746         * config/tc-msp430.c (CHECK_RELOC_MSP430): Add OP parameter.
747         Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
748         (msp430_srcoperand): Store vshift value in operand.
749
750 2014-05-19  Nick Clifton  <nickc@redhat.com>
751
752         PR gas/16858
753         * config/tc-i386.c (md_apply_fix): Improve the detection of code
754         symbols for 32-bit PE targets.
755
756 2014-05-18  Richard Sandiford  <rdsandiford@googlemail.com>
757
758         * config/tc-mips.c (md_obj_begin): Delete.
759         (md_obj_end): Fold into...
760         (md_mips_end): ...here.  Move to end of file.
761
762 2014-05-17  Nick Clifton  <nickc@redhat.com>
763
764         PR gas/16946
765         * config/tc-v850.c (handle_ctoff): Generate an error if called
766         when using the RH850 ABI.
767
768 2014-05-16  Kaushik Phata  <Kaushik.Phatak@kpit.com>
769
770         * config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES
771         and OPTION_64BIT_DOUBLES.
772         (md_longopts): Add -m32bit-doubles and -m64bit-doubles.
773         (md_parse_option): Parse -m32bit-doubles and -m64bit-doubles.
774         (md_show_usage): Show all of the RL78 options.
775         (rl78_float_cons): New static functions.
776         (md_pseudo_table): Update handler for "double".
777         * doc/c-rl78.texi: Document new options.
778         * doc/as.texinfo: Likewise.
779
780 2014-05-13  Matthew Fortune  <matthew.fortune@imgtec.com>
781
782         * config/tc-mips.c (mips_set_options): Rename gp32 to gp throughout.
783         (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
784         (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
785         (GPR_SIZE, FPR_SIZE): New macros. Use throughout.
786
787 2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
788
789         * config/tc-mips.c (md_parse_option): Update missed file_mips_isa
790         references.
791
792 2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
793
794         * config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
795         Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
796         (file_mips_gp32, file_mips_fp32, file_mips_soft_float,
797         file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
798         one struct...
799         (file_mips_opts): Here. New static global. Update throughout.
800         (mips_opts): Update defaults for gp32 and fp.
801
802 2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
803
804         * config/tc-mips.c (streq): Define.
805         (mips_convert_symbolic_attribute): New function.
806         * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
807         (mips_convert_symbolic_attribute): New prototype.
808
809 2014-05-02  Max Filippov  <jcmvbkbc@gmail.com>
810
811         * config/tc-xtensa.c (md_apply_fix): mark BFD_RELOC_XTENSA_DIFF*
812         fixups as signed.
813
814 2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
815
816         * tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
817         and mips64r5.
818         (ISA_HAS_64BIT_FPRS): Likewise.
819         (ISA_HAS_ROR): Likewise.
820         (ISA_HAS_ODD_SINGLE_FPR): Likewise.
821         (ISA_HAS_MXHC1): Likewise.
822         (hilo_interlocks): Likewise.
823         (md_longopts): Likewise.
824         (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
825         (ISA_HAS_DROR): Likewise.
826         (options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
827         OPTION_MIPS64R5.
828         (mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
829         mips64r5.
830         (md_parse_option): Likewise.
831         (s_mipsset): Likewise.
832         (mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
833         and mips64r5.  Also change p5600 entry to be mips32r5.
834         * configure.in: Add support for mips32r3, mips32r5, mips64r3 and
835         mips64r5.
836         * configure: Regenerate.
837         * doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
838         -mips64r5 command line options.
839         * doc/as.texinfo: Likewise.
840
841 2014-04-28  Nick Clifton  <nickc@redhat.com>
842
843         PR gas/16858
844         * config/tc-i386.c (md_apply_fix): Do not adjust value of
845         pc-relative fixes against weak symbols.
846
847 2014-04-26  Alan Modra  <amodra@gmail.com>
848
849         * po/POTFILES.in: Regenerate.
850
851 2014-04-24  Nick Clifton  <nickc@redhat.com>
852
853         * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
854         based targets.
855
856 2014-04-23  Will Newton  <will.newton@linaro.org>
857
858         * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
859         directly instead of mapping_state.
860
861 2014-04-23  Andrew Bennett  <andrew.bennett@imgtec.com>
862
863         * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
864         (md_longopts): Add xpa and no-xpa command line options.
865         (mips_ases): Add MIPS XPA ASE.
866         (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
867         * doc/as.texinfo: Document the MIPS XPA command line options.
868         * doc/c-mips.texi: Document the MIPS XPA command line options,
869         and assembler directives.
870
871 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
872
873         * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
874         unbreak self-test mode.
875
876 2014-04-22  Max Filippov  <jcmvbkbc@gmail.com>
877
878         * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
879         first section frag.
880
881 2014-04-22  Christian Svensson  <blue@cmd.nu>
882
883         * Makefile.am: Remove openrisc and or32 support.  Add support for or1k.
884         * configure.in: Likewise.
885         * configure.tgt: Likewise.
886         * doc/as.texinfo: Likewise.
887         * config/obj-coff.h: Likewise.
888         * config/tc-or1k.c: New file.
889         * config/tc-or1k.h: New file.
890         * config/tc-openrisc.c: Delete.
891         * config/tc-openrisc.h: Delete.
892         * config/tc-or32.c: Delete.
893         * config/tc-or32.h: Delete.
894         * Makefile.in: Regenerate.
895         * configure: Regenerate.
896
897 2014-04-16  Alan Modra  <amodra@gmail.com>
898
899         * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
900         * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
901
902 2014-04-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
903
904         * config/tc-avr.c: Add new flag mlink-relax.
905         (md_show_usage): Add flag and help text.
906         (md_parse_option): Record whether link relax is turned on.
907         (relaxable_section): New.
908         (avr_validate_fix_sub): New.
909         (avr_force_relocation): New.
910         (md_apply_fix): Generate DIFF reloc.
911         (avr_allow_local_subtract): New.
912
913         * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
914         (TC_FORCE_RELOCATION): Define.
915         (TC_FORCE_RELOCATION_SUB_SAME): Define.
916         (TC_VALIDATE_FIX_SUB): Define.
917         (avr_force_relocation): Declare.
918         (avr_validate_fix_sub): Declare.
919         (md_allow_local_subtract): Define.
920         (avr_allow_local_subtract): Declare.
921
922 2014-04-10  Andrew Bennett  <andrew.bennett@imgtec.com>
923
924         * config/tc-mips.c (mips_cpu_info_table): Add P5600
925         configuation.
926         * doc/c-mips.texi: Document p5600.
927
928 2014-04-09  Nick Clifton  <nickc@redhat.com>
929
930         * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
931         * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
932         * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
933         * read.c (emit_expr_fix): Mark the r parameter as potentially
934         unused.
935
936 2014-04-09  Alan Modra  <amodra@gmail.com>
937
938         * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
939         New static vars.
940         (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
941         (ppc_elf_cons_fix_check): New function.
942         (md_assemble): Set last_insn, last_seg, last_subseg.
943         (ppc_byte, md_apply_fix): Handle warn_476.
944         * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
945         (ppc_elf_cons_fix_check): Declare.
946         * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
947
948 2014-04-09  Alan Modra  <amodra@gmail.com>
949
950         * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
951         * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
952         * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
953         (TC_CONS_FIX_NEW): Add RELOC parameter.
954         * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
955         * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
956         * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
957         * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
958         * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
959         * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
960         * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
961         * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
962         * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
963         Similarly.
964         * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
965         * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
966         * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
967         * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
968         * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
969         * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
970         * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
971         * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
972         * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
973         * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
974         Similarly.
975         * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
976         * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
977         Similarly.
978         * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
979         * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
980         * gas/config/tc-avr.c (exp_mod_data): Make global.
981         (pexp_mod_data): Delete.
982         (avr_parse_cons_expression): Return exp_mod_data pointer.
983         (avr_cons_fix_new): Add exp_mod_data_t pointer param.
984         (exp_mod_data_t): Move typedef..
985         * gas/config/tc-avr.h: ..to here.
986         (exp_mod_data): Declare.
987         (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
988         (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
989         (TC_CONS_FIX_NEW): Update.
990         * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
991         (cons_fix_new_hppa): Add hppa_field_selector param.
992         (fix_new_hppa): Adjust.
993         (parse_cons_expression_hppa): Return field selector.
994         * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
995         (cons_fix_new_hppa): Likewise.
996         (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
997         * gas/config/tc-i386.c (got_reloc): Delete static var.
998         (x86_cons_fix_new): Add reloc param.
999         (x86_cons): Return got reloc.
1000         * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
1001         (TC_CONS_FIX_NEW): Add RELOC param.
1002         * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param.  Adjust
1003         calls.
1004         * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
1005         (TC_CONS_FIX_NEW): Add reloc param.
1006         * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
1007         Return reloc.
1008         (cons_fix_new_microblaze): Add reloc param.
1009         * gas/config/tc-microblaze.h: Formatting.
1010         (parse_cons_expression_microblaze): Update proto.
1011         (cons_fix_new_microblaze): Likewise.
1012         * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
1013         (nios2_cons): Return ldo reloc.
1014         (nios2_cons_fix_new): Delete.
1015         * gas/config/tc-nios2.h (nios2_cons): Update prototype.
1016         (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
1017         * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
1018         short.  Make llong use cons.
1019         (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1020         (ppc_elf_cons): Delete.
1021         (ppc_elf_parse_cons): New function.
1022         (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
1023         (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1024         * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
1025         (ppc_elf_parse_cons): Declare.
1026         * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
1027         (sparc_cons): Return reloc specifier.
1028         (cons_fix_new_sparc): Add reloc specifier param.
1029         (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
1030         * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
1031         (TC_PARSE_CONS_RETURN_NONE): Define.
1032         (sparc_cons, cons_fix_new_sparc): Update prototype.
1033         * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
1034         (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1035         (md_assemble): Likewise.
1036         (parse_cons_expression_v850): Return reloc.
1037         (cons_fix_new_v850): Add reloc parameter.
1038         * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
1039         (cons_fix_new_v850): Likewise.
1040         * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
1041         (vax_cons): Return reloc.
1042         (vax_cons_fix_new): Add reloc parameter.
1043         * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
1044         * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
1045         * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
1046         * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
1047         (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
1048         * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
1049         (do_parse_cons_expression): Adjust.
1050         (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
1051         to emit_expr_with_reloc.
1052         (emit_expr_with_reloc): New function handling reloc, mostly
1053         extracted from..
1054         (emit_expr): ..here.
1055         (emit_expr_fix): Add reloc param.  Adjust TC_CONS_FIX_NEW invocation.
1056         Handle reloc.
1057         (parse_mri_cons): Convert to ISO.
1058         * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
1059         (TC_PARSE_CONS_RETURN_NONE): Define.
1060         (emit_expr_with_reloc): Declare.
1061         (emit_expr_fix): Update prototype.
1062         * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
1063
1064 2014-04-03  Ilya Tocar  <ilya.tocar@intel.com>
1065
1066         * config/tc-i386.c (cpu_arch): Add .se1.
1067         * doc/c-i386.texi: Document .se1/se1.
1068
1069 2014-04-02  DJ Delorie  <dj@redhat.com>
1070
1071         * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
1072         pc-relative branches.
1073
1074 2014-04-02  Nick Clifton  <nickc@redhat.com>
1075
1076         PR gas/16765
1077         * config/tc-arm.c (create_unwind_entry): Report an error if an
1078         attempt to recreate an unwind directive is encountered.
1079
1080 2014-03-27  Nick Clifton  <nickc@redhat.com>
1081
1082         * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
1083         sprintf in order to avoid a compile time warning.
1084
1085 2014-03-26  Nick Clifton  <nickc@redhat.com>
1086
1087         * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
1088         relocation is used on an 8-bit operand or vice versa.
1089         (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
1090         (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
1091
1092 2014-03-25  Nick Clifton  <nickc@redhat.com>
1093
1094         * config/obj-coff-seh.c (obj_coff_seh_code): New function -
1095         switches the current segment back to the code segment recorded
1096         when seh_proc was last invoked.
1097         * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
1098
1099 2014-03-25  Alan Modra  <amodra@gmail.com>
1100
1101         * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
1102         (md_assemble): Likewise.  Warn.
1103
1104 2014-03-21  David Weatherford <weath@cadence.com>
1105             Max Filippov <jcmvbkbc@gmail.com>
1106
1107         * config/tc-xtensa.c (xtensa_check_frag_count)
1108         xtensa_create_trampoline_frag,
1109         xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
1110         find_trampoline_seg, search_trampolines, get_best_trampoline,
1111         check_and_update_trampolines, add_jump_to_trampoline,
1112         dump_trampolines): New functions.
1113         (md_parse_option): Add cases for --[no-]trampolines options.
1114         (md_assemble, finish_vinsn, xtensa_end): Add call to
1115         xtensa_check_frag_count.
1116         (xg_assemble_vliw_tokens): Add call to
1117         xtensa_maybe_create_trampoline_frag.
1118         (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
1119         (relax_frag_immed): Relax jump instructions that cannot reach its
1120         target.
1121         * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
1122         relax state.
1123         * doc/as.texinfo: Document --[no-]trampolines command-line options.
1124         * doc/c-xtensa.texi: Document trampolines relaxation and command
1125         line options.
1126         * frags.c (get_frag_count, clear_frag_count): New function.
1127         (frag_alloc): Increment totalfrags counter.
1128         * frags.h (get_frag_count, clear_frag_count): New function.
1129
1130 2014-03-20  DJ Delorie  <dj@redhat.com>
1131
1132         * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
1133         * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
1134         rl78_relax().
1135         * config/tc-rl78.h (md_relax_frag): Define.
1136         (rl78_relax_frag): Declare.
1137         * config/tc-rl78.c (rl78_relax): Add.
1138         (md_assemble): Set up the variable frags also when relaxing.
1139         (op_type_T): New.
1140         (rl78_opcode_type): New.
1141         (rl78_frag_fix_value): New.
1142         (md_estimate_size_before_relax): New-ish.
1143         (rl78_relax_frag): New.
1144         (md_convert_frag): New-ish.
1145
1146 2014-03-20  Richard Sandiford  <rdsandiford@googlemail.com>
1147
1148         * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
1149         * config/tc-mips.c (md_pcrel_from): Remove error message.
1150         (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
1151         BFD_RELOC_32_PCREL.  Report a specific error message for unhandled
1152         PC-relative expressions.  Handle BFD_RELOC_8.
1153
1154 2014-03-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
1155
1156         * config/tc-sparc.c (hpriv_reg_table): Added entries for
1157         %hstick_offset and %hstick_enable.
1158         * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
1159         %hstick_enable hyperprivileged registers.
1160
1161 2014-03-19  Daniel Gutson <daniel.gutson@tallertechnologies.com>
1162             Nick Clifton  <nickc@redhat.com>
1163
1164         * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
1165         CCS syntax compatibility mode is on or off.
1166         (asmfunc_states): New enum to represent the asmfunc directive state.
1167         (asmfunc_state): New variable holding the asmfunc directive state.
1168         (comment_chars): Rename to arm_comment_chars.
1169         (line_separator_chars): Rename to arm_line_separator_chars.
1170         (s_ccs_ref): New function that handles the .ref directive.
1171         (asmfunc_debug): New function.
1172         (s_ccs_asmfunc): New function that handles the .asmfunc directive.
1173         (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
1174         (s_ccs_def): New function that handles the .def directive.
1175         (tc_start_label_without_colon): New function.
1176         (md_pseudo_table): Added new CCS directives.
1177         (arm_ccs_mode): New function that handles the -mccs command line option.
1178         (arm_long_opts): Added new -mccs command line option.
1179         * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
1180         (TC_START_LABEL_WITHOUT_COLON): New macro.
1181         (tc_start_label_without_colon): Added extern function declaration.
1182         (tc_comment_chars): Define.
1183         (tc_line_separator_chars): Define.
1184         * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
1185         * read.c (read_begin): Likewise.
1186         * doc/as.texinfo: Add documentation for the -mccs command line
1187         option.
1188         * doc/c-arm.texi: Likewise.
1189         * doc/internals.texi: Document tc_line_separator_chars.
1190         * NEWS: Mention the new feature.
1191
1192 2014-03-18  Jiong Wang  <jiong.wang@arm.com>
1193
1194         * config/tc-aarch64.c (aarch64_opts): Add new option
1195         "mno-verbose-error".
1196         (verbose_error_p): Initialize to 1.
1197         * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
1198         and -mno-verbose-error.
1199
1200 2014-03-17  Nick Clifton  <nickc@redhat.com>
1201
1202         PR gas/16694
1203         * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
1204         registers as well.
1205
1206 2014-03-13  Richard Earnshaw  <rearnsha@arm.com>
1207             Jiong Wang  <Jiong.Wang@arm.com>
1208
1209         * doc/c-aarch64.texi: Clean up some formatting issues.
1210         (AArch64 Options): Document -mcpu and -march.
1211         (AArch64 Extensions): New node.
1212
1213 2014-03-13  Tristan Gingold  <gingold@adacore.com>
1214
1215         * config/tc-i386.c (use_big_obj): Declare.
1216         (OPTION_MBIG_OBJ): Define.
1217         (md_longopts): Add -mbig-obj option.
1218         (md_parse_option): Handle it.
1219         (md_show_usage): Display help for this option.
1220         (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
1221         * doc/c-i386.texi: Document the option.
1222
1223 2014-03-12  Nick Clifton  <nickc@redhat.com>
1224
1225         PR gas/16688
1226         * config/tc-aarch64.c (literal_expression): New structure.
1227         (literal_pool): Replace exp array with literal_expression array.
1228         (add_to_lit_pool): When adding a bignum cache the big value.
1229         (s_ltorg): When emitting a bignum initialise the global bignum
1230         array from the cached value.
1231
1232 2014-03-12  Alan Modra  <amodra@gmail.com>
1233
1234         * Makefile.in: Regenerate.
1235         * config.in: Regenerate.
1236         * doc/Makefile.in: Regenerate.
1237
1238 2014-03-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1239         Vishnu KS <Vishnu.k_s@atmel.com>
1240         Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1241         Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
1242
1243         * gas/tc-avr.c: Add new devices
1244         avr25: ata5272, attiny828
1245         avr35: ata5505, attiny1634
1246         avr4: atmega8a, ata6285, ata6286, atmega48pa
1247         avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
1248         atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
1249         atmega16hva2
1250         avr51: atmega128a, atmega1284
1251         avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
1252         atxmega32e5, atxmega16e5, atxmega8e5
1253         avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
1254         atxmega64c3, atxmega64d4
1255         avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
1256         atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
1257         atxmega256c3, atxmega384c3, atxmega384d3
1258         avrxmega7: atxmega128a4u
1259         * doc/c-avr.texi: Ditto.
1260
1261 2014-03-05  Alan Modra  <amodra@gmail.com>
1262
1263         Update copyright years.
1264
1265 2014-03-05  Alan Modra  <amodra@gmail.com>
1266
1267         * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
1268         (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
1269
1270 2014-03-05  Alan Modra  <amodra@gmail.com>
1271
1272         * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
1273         later.  Merge absolute and relative branch reloc selection.
1274         Generate 16-bit relocs for most 16-bit insn fields given a
1275         non-constant expression.
1276
1277 2014-03-05  Alan Modra  <amodra@gmail.com>
1278
1279         * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
1280         (md_assemble): Don't call ppc_is_toc_sym for ELF.
1281
1282 2014-03-04  Heiher  <r@hev.cc>
1283
1284         * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
1285         Loongson-3A.
1286
1287 2014-03-03  Nick Clifton  <nickc@redhat.com>
1288
1289         * config/msp430/msp430.c: Replace known mcu array with known
1290         msp430 ISA mcu name array.
1291         Accept any name for -mmcu option.
1292         Add -mz option to warn about missing NOP following an interrupt
1293         status change.
1294         (check_for_nop): New.
1295         (msp430_operands): Emit a warning, if requested, when an interrupt
1296         changing instruction is not followed by a NOP.
1297         * doc/c-msp430.c: Document -mz option.
1298
1299 2014-03-03  Alan Modra  <amodra@gmail.com>
1300
1301         * config/bfin-lex-wrapper.c: Correct copyright date.
1302         * config/obj-fdpicelf.c: Likewise.
1303         * config/obj-fdpicelf.h: Likewise.
1304         * config/tc-frv.c: Correct copyright punctuation.
1305         * config/tc-ip2k.c: Likewise.
1306         * config/tc-iq2000.c: Likewise.
1307         * config/tc-mep.c: Likewise.
1308         * config/tc-tic4x.c: Likewise.
1309         * config/tc-tic4x.h: Likewise.
1310
1311 2014-03-01  Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1312
1313         * config/tc-avr.c: Remove atxmega16x1.
1314
1315 2014-02-28  Alan Modra  <amodra@gmail.com>
1316
1317         * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
1318         field for 64-bit dwarf.
1319
1320 2014-02-21  Ilya Tocar  <ilya.tocar@intel.com>
1321
1322         * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
1323         * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
1324
1325 2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>
1326
1327         * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
1328         * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
1329         clflushopt/.clfushopt.
1330
1331 2014-02-10  Alan Modra  <amodra@gmail.com>
1332
1333         * po/POTFILES.in: Regenerate.
1334         * po/gas.pot: Regenerate.
1335
1336 2014-02-03  Sandra Loosemore  <sandra@codesourcery.com>
1337
1338         * config/tc-nios2.c (md_apply_fix): Test for new relocs.
1339         (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
1340         %got_hiadj relocation operators.  Sort table and add comment
1341         to explain ordering.
1342         (nios2_fix_adjustable): Test for new relocs.
1343         * doc/c-nios2.texi (Nios II Relocations): Document new relocation
1344         operators.
1345
1346 2014-01-30  Sandra Loosemore  <sandra@codesourcery.com>
1347
1348         * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
1349         (nios2_assemble_args_m): Likewise.
1350         (md_assemble): Likewise.
1351
1352 2014-01-24  DJ Delorie  <dj@redhat.com>
1353
1354         * config/tc-msp430.c (msp430_section): Always flag data sections,
1355         regardless of -md.
1356         (msp430_frob_section): New.  Make sure all sections are noticed if
1357         they have content.
1358         (msp430_lcomm): New.  Flag bss if .lcomm is seen.
1359         (msp430_comm): New.  Likewise.
1360         (md_pseudo_table): Add them.
1361         * config/tc-msp430.h (msp430_frob_section): Declare.
1362         (tc_frob_section): Define.
1363
1364 2014-01-23  Nick Clifton  <nickc@redhat.com>
1365
1366         * config/tc-msp430.c (show_mcu_list): Delete.
1367         (md_parse_option): Accept any MCU name.  Accept several more
1368         variants for the -mcpu option.
1369         (md_show_usage): Do not call show_mcu_list.
1370
1371 2014-01-22  DJ Delorie  <dj@redhat.com>
1372
1373         * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
1374         * doc/c-msp430.texi (MSP430 Directives): Document it.
1375
1376 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
1377
1378         * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
1379         gather assert.
1380
1381 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
1382
1383         PR gas/16489
1384         * config/tc-i386.c (check_VecOperands): Add check for invalid
1385         register set in AVX512 gathers.
1386
1387 2014-01-22  Alan Modra  <amodra@gmail.com>
1388
1389         * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
1390
1391 2014-01-21  DJ Delorie  <dj@redhat.com>
1392
1393         * config/tc-rl78.c (require_end_of_expr): New.
1394         (md_operand): Call it.
1395         (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
1396         as not overflowing.
1397
1398 2014-01-17  Will Newton  <will.newton@linaro.org>
1399
1400         * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
1401         for the s32.f64 flavours of VCVT.
1402
1403 2014-01-14  Nick Clifton  <nickc@redhat.com>
1404
1405         PR gas/16434
1406         * config/tc-z80.c (wrong_match): Provide format string to
1407         as_warn.
1408         (parse_exp_not_indexed): Delete unused variable dummy.
1409         (emit_byte): Delete unused variable fixp.
1410
1411 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
1412
1413         * config/tc-i386.c (regbnd): Removed.
1414         (vec_disp8): Likewise.
1415
1416 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
1417
1418         * as.c (parse_args): Update copyright year to 2014.
1419
1420 2014-01-07  Tom Tromey  <tromey@redhat.com>
1421
1422         * config/tc-tic30.c (debug): Avoid old VA_* compatibility
1423         wrappers.
1424
1425 2014-01-07  Tom Tromey  <tromey@redhat.com>
1426
1427         * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
1428         use PARAMS.
1429
1430 2014-01-07  Tom Tromey  <tromey@redhat.com>
1431
1432         * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
1433
1434 2013-01-07  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
1435
1436         * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
1437
1438 For older changes see ChangeLog-2013
1439 \f
1440 Copyright (C) 2014 Free Software Foundation, Inc.
1441
1442 Copying and distribution of this file, with or without modification,
1443 are permitted in any medium without royalty provided the copyright
1444 notice and this notice are preserved.
1445
1446 Local Variables:
1447 mode: change-log
1448 left-margin: 8
1449 fill-column: 74
1450 version-control: never
1451 End: