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