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