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