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