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