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