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