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