Update GAS documentation to note that dollar local labels are only supported on some...
[external/binutils.git] / gas / ChangeLog
1 2015-05-06  Nick Clifton  <nickc@redhat.com>
2
3         * doc/as.texinfo (Dollar Local Labels): Note that these are only
4         supported on some targets.
5
6 2015-05-06  Renlin Li  <renlin.li@arm.com>
7
8         * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
9
10 2015-05-05  Renlin Li  <renlin.li@arm.com>
11
12         * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
13         symbols.
14
15 2015-05-05  Nick Clifton  <nickc@redhat.com>
16
17         * config/tc-msp430.c (MAX_OP_LEN): Increase to 4096.
18         (msp430_make_init_symbols): New function.
19         (msp430_section): Call it.
20         (msp430_frob_section): Likewise.
21
22 2015-05-02  Max Filippov  <jcmvbkbc@gmail.com>
23
24         * config/tc-xtensa.c (cached_fixupS, fixup_cacheS): New typedefs.
25         (struct cached_fixup, struct fixup_cache): New structures.
26         (fixup_order, xtensa_make_cached_fixup),
27         (xtensa_realloc_fixup_cache, xtensa_cache_relaxable_fixups),
28         (xtensa_find_first_cached_fixup, xtensa_delete_cached_fixup),
29         (xtensa_add_cached_fixup): New functions.
30         (xtensa_relax_frag): Cache fixups pointing at potentially
31         oversized jumps at the beginning of every relaxation pass. Only
32         check subset of this cache in the reach of single jump from the
33         trampoline frag currently being relaxed.
34
35 2015-05-01  Nick Clifton  <nickc@redhat.com>
36
37         * config/rl78-parse.y (MULU): Remove ISA_G14.
38         (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
39
40 2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
41
42         * config/tc-i386.c (i386_elf_emit_arch_note): Removed.
43         * config/tc-i386.h (md_end): Likewise.
44         (i386_elf_emit_arch_note): Likewise.
45
46 2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
47
48         * configure.tgt: Support i386-*-elf*.
49
50 2015-04-30  DJ Delorie  <dj@redhat.com>
51
52         * config/rl78-defs.h (rl78_isa_g10): New.
53         (rl78_isa_g13): New.
54         (rl78_isa_g14): New.
55         * config/rl78-parse.y (ISA_G10): New.
56         (ISA_G13): New.
57         (ISA_G14): New.
58         (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
59         * config/tc-rl78.c (rl78_isa_g10): New.
60         (rl78_isa_g13): New.
61         (rl78_isa_g14): New.
62
63 2015-04-30  H.J. Lu  <hongjiu.lu@intel.com>
64
65         * config/tc-i386.c (i386_target_format): Use "else if" on
66         cpu_arch_isa.
67
68 2015-04-30  Nick Clifton  <nickc@redhat.com>
69
70         PR gas/18347
71         * config/tc-arm.c (md_undefined_symbol): Issue a warning message
72         (if enabled) when the user creates a symbol with the same name as
73         an ARM instruction.
74         (flag_warn_syms): New static variable.
75         (arm_opts): Add mwarn-syms and mno-warn-syms.
76         * doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms
77         options.
78
79         PR gas/18353
80         * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
81
82 2015-04-29  Nick Clifton  <nickc@redhat.com>
83
84         PR 18256
85         * config/tc-arm.c (encode_arm_cp_address): Issue an error message
86         if the operand is neither a register nor a vector.
87
88 2015-04-29  Nick Clifton  <nickc@redhat.com>
89
90         * doc/as.texinfo (Set): Note that a symbol cannot be set multiple
91         times if the expression is not constant and the target uses linker
92         relaxation.
93
94 2015-04-28  Renlin Li  <renlin.li@arm.com>
95
96         * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
97
98 2015-04-28  Nick Clifton  <nickc@redhat.com>
99
100         PR 18313
101         * cond.c (s_if): Stop compile time warning about stopc being used
102         before it is set.
103         (s_ifc): Likewise.
104
105 2015-04-27  Renlin Li  <renlin.li@arm.com>
106
107         * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
108         section.
109         (md_assemble): Likewise, move the align code outside the loop.
110
111 2015-04-24  Jim Wilson  <jim.wilson@linaro.org>
112
113         * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
114         for thunderx.
115
116 2015-04-24  Richard Earnshaw  <rearnsha@arm.com>
117
118         * config/tc-arm.h (arm_min): New function.
119         (SUB_SEGMENT_ALIGN): Define.
120
121 2015-04-23  Matthew Fortune  <matthew.fortune@imgtec.com>
122
123         * config/tc-mips.c (macro): State the recommended way of creating
124         32-bit or 64-bit addresses.
125
126 2015-04-23  Jan Beulich  <jbeulich@suse.com>
127
128         * config/tc-i386.c (match_mem_size): Also allow no size
129         specification when broadcasting.
130
131 2015-04-20  H.J. Lu  <hongjiu.lu@intel.com>
132
133         * doc/as.texinfo (Bundle directives): Shorten menu entry and
134         use @subsection.
135         (CFI directives): Use @subsection.
136         (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
137         * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
138
139 2015-04-17  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
140
141         * config/tc-avr.c (create_record_for_frag): Rename link to
142         prop_rec_link.
143
144 2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
145
146         * NEWS: Mention
147         --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
148
149 2015-04-14  H.J. Lu  <hongjiu.lu@intel.com>
150
151         * as.h (compressed_debug_section_type): Removed.
152
153 2015-04-14  Nick Clifton  <nickc@redhat.com>
154
155         * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
156         (TC_FORCE_RELOCATION_SUB_SAME): Define.
157         (DWARF2_USE_FIXED_ADVANCE_PC): Define.
158
159 2015-04-10  Nick Clifton  <nickc@redhat.com>
160
161         PR binutils/18198
162         * doc/c-arm.texi (ARM Options): Add a note about the interaction of
163         the -EB option with the linker's --be8 option.
164
165 2015-04-09  Hans-Peter Nilsson  <hp@axis.com>
166
167         * doc/c-rx.texi: Fix markup typos in last change.
168
169 2015-04-09  Nick Clifton  <nickc@redhat.com>
170
171         * config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.
172         (md_longopts): Add -mno-allow-string-insns.
173         (md_parse_option): Handle -mno-allow-string-insns.
174         (md_show_usage): Mention -mno-allow-string-insns.
175         (rx_note_string_insn_use): New function.  Produces an error
176         message if a string insn is used when it is not allowed.
177         * config/rx-parse.y (SCMPU): Call rx_note_string_insn_use.
178         (SMOVU, SMOVB, SMOVF, SUNTIL, SWHILE, RMPA): Likewise.
179         * config/rx-defs.h (rx_note_string_insn_use): Prototype.
180         * doc/c-rx.texi: Document -mno-allow-string-insns.
181
182 2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
183
184         * as.c (show_usage): Update --compress-debug-sections.
185         (std_longopts): Use optional_argument on compress-debug-sections.
186         (parse_args): Handle
187         --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
188         * as.h (compressed_debug_section_type): New.
189         (flag_compress_debug): Change type to compressed_debug_section_type.
190         --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
191         * write.c (compress_debug): Set BFD_COMPRESS_GABI for
192         --compress-debug-sections=zlib-gabi.  Call
193         bfd_get_compression_header_size to get compression header size.
194         Don't rename section name for --compress-debug-sections=zlib-gabi.
195         * config/tc-i386.c (compressed_debug_section_type): Set to
196         COMPRESS_DEBUG_ZLIB.
197         * doc/as.texinfo: Document
198         --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
199
200 2015-04-07  Renlin Li  <renlin.li@arm.com>
201
202         * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
203         (s_aarch64_inst): Likewise.
204         (md_assemble): Likewise.
205
206 2015-04-06  H.J. Lu  <hongjiu.lu@intel.com>
207
208         * write.c (compress_debug): Use bfd_putb64 to write uncompressed
209         section size.
210
211 2015-04-05  H.J. Lu  <hongjiu.lu@intel.com>
212
213         * write.c (compress_debug): Don't write the zlib header if
214         compressed section size is the same as before compression.
215
216 2015-04-02  Nick Clifton  <nickc@redhat.com>
217
218         PR gas/18189
219         * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
220         min and max parameters.  Sign extend values before testing.
221
222 2015-04-02  Renlin Li  <renlin.li@arm.com>
223
224         * config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.
225         (mapping_state_2): Don't emit MAP_DATA here.
226         (s_aarch64_inst): Align frag during state transition.
227         (md_assemble): Likewise.
228
229 2015-04-02  Ed Maste  <emaste@freebsd.org>
230
231         * config/tc-aarch64.c (set_error_kind): Delete.
232         (set_error_message): Delete.
233
234 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
235
236         * configure: Regenerated.
237
238 2015-04-01  Evandro Menezes  <e.menezes@samsung.com>
239
240         * config/tc-aarch64.c: Add support for Samsung Exynos M1.
241         * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
242
243 2015-04-01  Evandro Menezes  <e.menezes@samsung.com>
244
245         * config/tc-arm.c: Add support for Samsung Exynos M1.
246         * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
247
248 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
249
250         * configure: Regenerated.
251
252 2015-03-31  Ed Schouten  <ed@nuxi.nl>
253
254         * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
255
256 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
257
258         * configure.ac: Revert the AM_ZLIB change.
259         * Makefile.in: Regenerated.
260         * aclocal.m4: Likewise.
261         * configure: Likewise.
262
263 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
264
265         * Makefile.am (ZLIBINC): New.
266         (AM_CFLAGS): Add $(ZLIBINC).
267         * as.c: (show_usage): Don't check HAVE_ZLIB_H.
268         (parse_args): Likewise.
269         * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
270         (compress_init): Don't check HAVE_ZLIB_H.
271         (compress_data): Likewise.
272         (compress_finish): Likewise.
273         * configure.ac (AM_ZLIB): Removed.
274         (zlibinc): New.  AC_SUBST.
275         Add --with-system-zlib.
276         * Makefile.in: Regenerated.
277         * config.in: Likewise.
278         * configure: Likewise.
279         * doc/Makefile.in: Likewise.
280
281 2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
282
283         * config/tc-i386.c (cpu_flags_set): Removed.
284
285 2015-03-25  Renlin Li  <renlin.li@arm.com>
286
287         * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
288         code.
289         (mapping_state_2): Emit first MAP_DATA symbol here.
290
291 2015-03-24  H.J. Lu  <hongjiu.lu@intel.com>
292
293         PR gas/18087
294         * write.c (compress_debug): Don't write the zlib header if
295         compression didn't make the section smaller.
296
297 2015-03-24  Terry Guo  <terry.guo@arm.com>
298
299         * config/tc-arm.c (no_cpu_selected): Use new macro to compare
300         features.
301         (parse_psr): Likewise.
302         (do_t_mrs): Likewise.
303         (do_t_msr): Likewise.
304         (static const arm_feature_set arm_ext_*): Defined with new macros.
305         (static const arm_feature_set arm_cext_*): Likewise.
306         (static const arm_feature_set fpu_fpa_ext_*): Likewise.
307         (static const arm_feature_set fpu_vfp_ext_*): Likewise.
308         (deprecated_coproc_regs): Likewise.
309         (UL_BARRIER): Likewise.
310         (barrier_opt_names): Likewise.
311         (arm_cpus): Likewise.
312         (arm_extensions): Likewise.
313
314 2015-03-20  H.J. Lu  <hongjiu.lu@intel.com>
315
316         * config/tc-i386.c (i386_align_code): Limit multi-byte nop
317         instructions to 10 bytes.
318
319 2015-03-19  Nick Clifton  <nickc@redhat.com>
320
321         * config/tc-rl78.c (enum options): Add G13 and G14.
322         (md_longopts): Add -mg13 and -mg14.
323         (md_parse_option): Handle -mg13 and -mg14.
324         (md_show_usage): List -mg13 and -mg14.
325         * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
326
327 2015-03-18  Jon Turney  <jon.turney@dronecode.org.uk>
328             Nick Clifton  <nickc@redhat.com>
329
330         PR binutils/18087
331         * doc/as.texinfo: Note that when gas compresses debug sections the
332         compression is only performed if it makes the section smaller.
333         * write.c (compress_debug): Do not compress a debug section if
334         doing so would make it larger.
335
336 2015-03-17  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
337
338         * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
339         (i386_align_code): Add PROCESSOR_ZNVER cases.
340         * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
341         * doc/c-i386.texi: Add znver1 and clzero.
342
343 2015-03-16  Nick Clifton  <nickc@redhat.com>
344
345         * dwarf2dbg.c (out_header): Remove spurious #if 1.
346
347 2015-03-13  Jiong Wang  <jiong.wang@arm.com>
348
349         * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
350         number 31.
351
352 2015-03-13  Jiong Wang  <jiong.wang@arm.com>
353
354         * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
355
356 2015-03-12  Andrew Bennett  <andrew.bennett@imgtec.com>
357
358         * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
359         * doc/c-mips.texi: Document i6400 -march option.
360
361 2015-03-12  Nick Clifton  <nickc@redhat.com>
362
363         PR gas/17444
364         * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
365         to arm_apply_sym_value.  Update prototype.
366         * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
367         Do not apply the value if the symbol is in a different segment to
368         the current segment.
369
370 2015-03-11  Alan Modra  <amodra@gmail.com>
371
372         * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
373         (md_apply_fix): Report an error on data-only fixups used with insns.
374
375 2015-03-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
376
377         * config/tc-s390.c (md_gather_operands): Check for valid
378         length field operands.
379
380 2015-03-10  Michael Perkins  <perkinsmg75@yahoo.co.uk>
381
382         * config/tc-arm.c (parse_operands): Fix bug setting writeback
383         values for '^' on OP_REGLSTs.
384         (do_push_pop): Add new writeback constraint.
385
386 2015-03-10  Renlin Li  <renlin.li@arm.com>
387
388         * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
389         (mapping_state_2): Emit first MAP_DATA symbol here.
390
391 2015-03-10  Matthew Wahab  <matthew.wahab@arm.com>
392
393         * config/tc-aarch64.c (mapping_state): Set minimum alignment for
394         code sections.
395
396 2015-03-10  Nick Clifton  <nickc@redhat.com>
397
398         PR gas/17852
399         * config/tc-arm.c (md_begin): Ensure that selected_cpu is
400         initialised when CPU_DEFAULT is defined.
401
402 2015-03-05  Nick Clifton  <nickc@redhat.com>
403
404         * config/tc-v850.c (md_parse_option): Fix code to set or clear
405         EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
406         -m8byte-align and -m4byte-align command line options.
407
408 2015-03-04  Richard Sandiford  <richard.sandiford@arm.com>
409
410         PR gas/17843
411         * config/tc-aarch64.c (process_movw_reloc_info): Allow
412         R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
413         for MOVK.
414
415 2015-02-28  Alan Modra  <amodra@gmail.com>
416
417         * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
418         end to their alignment.
419
420 2015-02-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
421
422         * config/tc-aarch64.c (reloc_table_entry): Generate
423         BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
424         (md_apply_fix, aarch64_force_relocation): Handle
425         BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
426
427 2015-02-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
428
429         * config/tc-aarch64.c (reloc_table_entry): Generate
430         BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
431         (md_apply_fix, aarch64_force_relocation): Handle
432         BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
433
434 2015-02-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
435
436         * config/tc-aarch64.c (reloc_table_entry): Generate
437         BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
438         (md_apply_fix, aarch64_force_relocation): Handle
439         BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
440
441 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
442
443         * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
444         (reloc_table): Likewise.
445         (parse_address_main): Use ld_literal_type.
446
447 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
448
449         * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
450         (reloc_table): Likewise.
451         (parse_address_main): Use adr_type.
452
453 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
454
455         * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
456
457 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
458
459         * config/tc-avr.c: Add elf32-avr.h include.
460         (struct avr_property_record_link): New structure.
461         (avr_output_property_section_header): New function.
462         (avr_record_size): New function.
463         (avr_output_property_record): New function.
464         (avr_create_property_section): New function.
465         (avr_handle_align): New function.
466         (exclude_section_from_property_tables): New function.
467         (create_record_for_frag): New function.
468         (append_records_for_section): New function.
469         (avr_create_and_fill_property_section): New function.
470         (avr_post_relax_hook): New function.
471         * config/tc-avr.h (md_post_relax_hook): Define.
472         (avr_post_relax_hook): Declare.
473         (HANDLE_ALIGN): Define.
474         (avr_handle_align): Declare.
475         (strut avr_frag_data): New structure.
476         (TC_FRAG_TYPE): Define.
477
478 2015-02-25  Matthew Wahab  <matthew.wahab@arm.com>
479
480         * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
481         cortex-a72.
482
483 2015-02-24  Nick Clifton  <nickc@redhat.com>
484
485         * config/tc-v850.c (soft_float): New variable.
486         (v850_data_8): New variable.
487         (md_show_usage): Add -msoft-float/-mhard-float.
488         (md_parse_option): Likewise.
489         (md_begin): Set the default value of soft_float.
490         (v850_md_end): New function.  Creates a note section.
491         * config/tc-v850.h (md_end): Define.
492         * doc/c-v850.texi: Document -msoft-float/-mhard-float.
493
494 2015-02-23  Yoshinori Sato  <ysato@users.sourceforge.jp>
495
496         * config/tc-h8300.c (line_separater_chars): Add a version for
497         h8300-linux that includes a separator.
498         (default_mach): New variable.
499         (md_main): Use it.
500         (md_longopts): Add '--march' option.
501         (md_parse_option): Parse the new option.
502         * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
503         * configure.tgt: Add h8300-*-linux
504         * doc/c-h8300.texi: Document --march.
505
506 2015-02-23  Nick Clifton  <nickc@redhat.com>
507
508         PR 17940
509         * dwarf2dbg.c (out_header): When generating dwarf sections use
510         real symbols not temps for the start and end symbols.
511         * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
512         adjustments to relocations in debug sections.
513         (TC_LINKRELAX_FIXUP): Likewise.
514
515 2015-02-19  Alan Modra  <amodra@gmail.com>
516
517         * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
518         * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
519
520 2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
521
522         * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
523
524 2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
525
526         * config/tc-arm.c: Add support for Cortex-A72.
527
528 2015-02-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
529
530         * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
531         of as_warn for deprecation messages.
532         (encode_arm_addr_mode_2): Likewise.
533         (check_obsolete): Likewise.
534         (do_rd_rm_rn): Likewise.
535         (do_co_reg): Likewise.
536         (do_setend): Likewise.
537         (do_t_mov_cmp): Likewise.
538         (do_neon_ldr_str): Likewise.
539         (opcode_lookup): Likewise.
540         (if_fsm_post_encode): Likewise.
541         (md_assemble): Likewise.
542
543 2015-02-06  Jan Beulich  <jbeulich@suse.com>
544
545         * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
546         (cfi_change_reg_numbers): Also do nothing for CFI_label.
547         (cfi_pseudo_table): Also handle .cfi_label when not supporting
548         CFI directives.
549
550 2015-02-05  Alan Modra  <amodra@gmail.com>
551
552         * config/tc-msp430.c (md_assemble): Correct size passed to
553         extract_cmd.  Remove index check.
554
555 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
556
557         * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
558         * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
559
560 2015-02-04  Nick Clifton  <nickc@redhat.com>
561
562         * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
563         these instructions.
564
565 2015-02-03  Renlin Li  <renlin.li@arm.com>
566
567         * doc/c-aarch64.texi (.arch): Document the directive.
568         (.arch_extension): Likewise.
569
570 2015-02-03  Nick Clifton  <nickc@redhat.com>
571
572         * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
573
574 2015-01-28  James Bowman  <james.bowman@ftdichip.com>
575
576         * Makefile.am: Add FT32 files.
577         * config/tc-ft32.c: New file.
578         * config/tc-ft32.h: New file.
579         * configure.tgt: Add FT32 support.
580         * Makefile.in: Regenerate.
581         * po/POTFILES.in: Regenerate.
582
583 2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
584
585         * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
586         of instruction la to a symbol.
587
588 2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
589
590         * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
591         section name.
592
593 2015-01-19  Alan Modra  <amodra@gmail.com>
594
595         * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
596         * write.c (get_frag_for_reloc): Allow match just past end of frag.
597
598 2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
599
600         * config/tc-s390.c (struct pd_reg): Remove.
601         (pre_defined_registers): Remove.
602         (REG_NAME_CNT): Remove.
603         (reg_name_search): Calculate the register number instead of doing
604         a lookup.
605         (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
606         reg_name_search signature.
607         (s390_parse_cpu): Support the new arch string z13.
608         (s390_insert_operand): Support for vector registers with the extra
609         field for the fifth bit of each vector register operand.
610         (md_gather_operand): Adjust to the new handling of optional
611         parameters.
612
613         * doc/as.texinfo: Document the z13 cpu string.
614
615 2015-01-13  Matthew Wahab  <matthew.wahab@arm.com>
616
617         * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
618         #0, restoring previous behaviour.
619
620 2015-01-12  Jan Beulich  <jbeulich@suse.com>
621
622         * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
623         (cfi_pseudo_table): Add "cfi_label".
624         (output_cfi_insn): Handle CFI_label.
625         (select_cie_for_fde): Als terminate CIE when encountering
626         CFI_label.
627         * dw2gencfi.h (cfi_add_label): Declare.
628         (struct cfi_insn_data): New member "sym_name".
629         (CFI_label): New.
630         * read.c (read_symbol_name): Drop "static".
631         * read.h (read_symbol_name): Declare.
632
633 2015-01-12  Jan Beulich  <jbeulich@suse.com>
634
635         * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
636         (do_neon_qshl_imm): Likewise.
637
638 2015-01-12  Alan Modra  <amodra@gmail.com>
639
640         * read.c (s_altmacro, s_reloc): Make definition static.
641
642 2015-01-10  Andrew Burgess  <andrew.burgess@embecosm.com>
643
644         * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
645         diff fixups.
646
647 2015-01-09  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
648
649         * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
650         X-Gene 2.
651         * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
652
653 2015-01-07  Jan Beulich <jbeulich@suse.com>
654
655         * config/tc-arm.c (struct arm_option_extension_value_table):
656         Split field "value" into fields "merge_value" and "clear_value".
657         (arm_extensions): Adjust initializer accordingly.
658
659 2015-01-01  Alan Modra  <amodra@gmail.com>
660
661         * as.c (parse_args): Just print current year.
662
663 2015-01-01  Alan Modra  <amodra@gmail.com>
664
665         Update year range in copyright notice of all files.
666
667 For older changes see ChangeLog-2014
668 \f
669 Copyright (C) 2015 Free Software Foundation, Inc.
670
671 Copying and distribution of this file, with or without modification,
672 are permitted in any medium without royalty provided the copyright
673 notice and this notice are preserved.
674
675 Local Variables:
676 mode: change-log
677 left-margin: 8
678 fill-column: 74
679 version-control: never
680 End: