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