1 2015-05-07 H.J. Lu <hongjiu.lu@intel.com>
3 * config/tc-i386.c (elf_symbol_resolved_in_segment_p): New.
4 (md_estimate_size_before_relax): Use it.
6 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
8 * config/tc-sparc.c: Typo in comment fixed.
10 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
12 * config/tc-sparc.c (sparc_ip): Support the %ncc "natural"
14 * doc/c-sparc.texi (Sparc-Regs): Document %ncc.
16 2015-05-06 Nick Clifton <nickc@redhat.com>
18 * doc/as.texinfo (Dollar Local Labels): Note that these are only
19 supported on some targets.
21 2015-05-06 Renlin Li <renlin.li@arm.com>
23 * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
25 2015-05-05 Renlin Li <renlin.li@arm.com>
27 * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
30 2015-05-05 Nick Clifton <nickc@redhat.com>
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.
37 2015-05-02 Max Filippov <jcmvbkbc@gmail.com>
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.
50 2015-05-01 Nick Clifton <nickc@redhat.com>
52 * config/rl78-parse.y (MULU): Remove ISA_G14.
53 (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
55 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
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.
61 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
63 * configure.tgt: Support i386-*-elf*.
65 2015-04-30 DJ Delorie <dj@redhat.com>
67 * config/rl78-defs.h (rl78_isa_g10): New.
70 * config/rl78-parse.y (ISA_G10): New.
73 (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
74 * config/tc-rl78.c (rl78_isa_g10): New.
78 2015-04-30 H.J. Lu <hongjiu.lu@intel.com>
80 * config/tc-i386.c (i386_target_format): Use "else if" on
83 2015-04-30 Nick Clifton <nickc@redhat.com>
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
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
95 * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
97 2015-04-29 Nick Clifton <nickc@redhat.com>
100 * config/tc-arm.c (encode_arm_cp_address): Issue an error message
101 if the operand is neither a register nor a vector.
103 2015-04-29 Nick Clifton <nickc@redhat.com>
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
109 2015-04-28 Renlin Li <renlin.li@arm.com>
111 * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
113 2015-04-28 Nick Clifton <nickc@redhat.com>
116 * cond.c (s_if): Stop compile time warning about stopc being used
120 2015-04-27 Renlin Li <renlin.li@arm.com>
122 * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
124 (md_assemble): Likewise, move the align code outside the loop.
126 2015-04-24 Jim Wilson <jim.wilson@linaro.org>
128 * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
131 2015-04-24 Richard Earnshaw <rearnsha@arm.com>
133 * config/tc-arm.h (arm_min): New function.
134 (SUB_SEGMENT_ALIGN): Define.
136 2015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
138 * config/tc-mips.c (macro): State the recommended way of creating
139 32-bit or 64-bit addresses.
141 2015-04-23 Jan Beulich <jbeulich@suse.com>
143 * config/tc-i386.c (match_mem_size): Also allow no size
144 specification when broadcasting.
146 2015-04-20 H.J. Lu <hongjiu.lu@intel.com>
148 * doc/as.texinfo (Bundle directives): Shorten menu entry and
150 (CFI directives): Use @subsection.
151 (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
152 * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
154 2015-04-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
156 * config/tc-avr.c (create_record_for_frag): Rename link to
159 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
162 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
164 2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
166 * as.h (compressed_debug_section_type): Removed.
168 2015-04-14 Nick Clifton <nickc@redhat.com>
170 * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
171 (TC_FORCE_RELOCATION_SUB_SAME): Define.
172 (DWARF2_USE_FIXED_ADVANCE_PC): Define.
174 2015-04-10 Nick Clifton <nickc@redhat.com>
177 * doc/c-arm.texi (ARM Options): Add a note about the interaction of
178 the -EB option with the linker's --be8 option.
180 2015-04-09 Hans-Peter Nilsson <hp@axis.com>
182 * doc/c-rx.texi: Fix markup typos in last change.
184 2015-04-09 Nick Clifton <nickc@redhat.com>
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.
197 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
199 * as.c (show_usage): Update --compress-debug-sections.
200 (std_longopts): Use optional_argument on compress-debug-sections.
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
212 * doc/as.texinfo: Document
213 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
215 2015-04-07 Renlin Li <renlin.li@arm.com>
217 * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
218 (s_aarch64_inst): Likewise.
219 (md_assemble): Likewise.
221 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
223 * write.c (compress_debug): Use bfd_putb64 to write uncompressed
226 2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
228 * write.c (compress_debug): Don't write the zlib header if
229 compressed section size is the same as before compression.
231 2015-04-02 Nick Clifton <nickc@redhat.com>
234 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
235 min and max parameters. Sign extend values before testing.
237 2015-04-02 Renlin Li <renlin.li@arm.com>
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.
244 2015-04-02 Ed Maste <emaste@freebsd.org>
246 * config/tc-aarch64.c (set_error_kind): Delete.
247 (set_error_message): Delete.
249 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
251 * configure: Regenerated.
253 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
255 * config/tc-aarch64.c: Add support for Samsung Exynos M1.
256 * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
258 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
260 * config/tc-arm.c: Add support for Samsung Exynos M1.
261 * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
263 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
265 * configure: Regenerated.
267 2015-03-31 Ed Schouten <ed@nuxi.nl>
269 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
271 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
273 * configure.ac: Revert the AM_ZLIB change.
274 * Makefile.in: Regenerated.
275 * aclocal.m4: Likewise.
276 * configure: Likewise.
278 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
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.
296 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
298 * config/tc-i386.c (cpu_flags_set): Removed.
300 2015-03-25 Renlin Li <renlin.li@arm.com>
302 * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
304 (mapping_state_2): Emit first MAP_DATA symbol here.
306 2015-03-24 H.J. Lu <hongjiu.lu@intel.com>
309 * write.c (compress_debug): Don't write the zlib header if
310 compression didn't make the section smaller.
312 2015-03-24 Terry Guo <terry.guo@arm.com>
314 * config/tc-arm.c (no_cpu_selected): Use new macro to compare
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.
329 2015-03-20 H.J. Lu <hongjiu.lu@intel.com>
331 * config/tc-i386.c (i386_align_code): Limit multi-byte nop
332 instructions to 10 bytes.
334 2015-03-19 Nick Clifton <nickc@redhat.com>
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.
342 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
343 Nick Clifton <nickc@redhat.com>
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.
351 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
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.
358 2015-03-16 Nick Clifton <nickc@redhat.com>
360 * dwarf2dbg.c (out_header): Remove spurious #if 1.
362 2015-03-13 Jiong Wang <jiong.wang@arm.com>
364 * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
367 2015-03-13 Jiong Wang <jiong.wang@arm.com>
369 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
371 2015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
373 * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
374 * doc/c-mips.texi: Document i6400 -march option.
376 2015-03-12 Nick Clifton <nickc@redhat.com>
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
385 2015-03-11 Alan Modra <amodra@gmail.com>
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.
390 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
392 * config/tc-s390.c (md_gather_operands): Check for valid
393 length field operands.
395 2015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
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.
401 2015-03-10 Renlin Li <renlin.li@arm.com>
403 * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
404 (mapping_state_2): Emit first MAP_DATA symbol here.
406 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
408 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
411 2015-03-10 Nick Clifton <nickc@redhat.com>
414 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
415 initialised when CPU_DEFAULT is defined.
417 2015-03-05 Nick Clifton <nickc@redhat.com>
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.
423 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
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
430 2015-02-28 Alan Modra <amodra@gmail.com>
432 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
433 end to their alignment.
435 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
442 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
449 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
456 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
458 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
459 (reloc_table): Likewise.
460 (parse_address_main): Use ld_literal_type.
462 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
464 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
465 (reloc_table): Likewise.
466 (parse_address_main): Use adr_type.
468 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
470 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
472 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
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.
493 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
495 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
498 2015-02-24 Nick Clifton <nickc@redhat.com>
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.
509 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
511 * config/tc-h8300.c (line_separater_chars): Add a version for
512 h8300-linux that includes a separator.
513 (default_mach): New variable.
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.
521 2015-02-23 Nick Clifton <nickc@redhat.com>
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.
530 2015-02-19 Alan Modra <amodra@gmail.com>
532 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
533 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
535 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
537 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
539 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
541 * config/tc-arm.c: Add support for Cortex-A72.
543 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
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.
558 2015-02-06 Jan Beulich <jbeulich@suse.com>
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
565 2015-02-05 Alan Modra <amodra@gmail.com>
567 * config/tc-msp430.c (md_assemble): Correct size passed to
568 extract_cmd. Remove index check.
570 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
572 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
573 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
575 2015-02-04 Nick Clifton <nickc@redhat.com>
577 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
580 2015-02-03 Renlin Li <renlin.li@arm.com>
582 * doc/c-aarch64.texi (.arch): Document the directive.
583 (.arch_extension): Likewise.
585 2015-02-03 Nick Clifton <nickc@redhat.com>
587 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
589 2015-01-28 James Bowman <james.bowman@ftdichip.com>
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.
598 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
600 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
601 of instruction la to a symbol.
603 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
605 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
608 2015-01-19 Alan Modra <amodra@gmail.com>
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.
613 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
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
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
628 * doc/as.texinfo: Document the z13 cpu string.
630 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
632 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
633 #0, restoring previous behaviour.
635 2015-01-12 Jan Beulich <jbeulich@suse.com>
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
642 * dw2gencfi.h (cfi_add_label): Declare.
643 (struct cfi_insn_data): New member "sym_name".
645 * read.c (read_symbol_name): Drop "static".
646 * read.h (read_symbol_name): Declare.
648 2015-01-12 Jan Beulich <jbeulich@suse.com>
650 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
651 (do_neon_qshl_imm): Likewise.
653 2015-01-12 Alan Modra <amodra@gmail.com>
655 * read.c (s_altmacro, s_reloc): Make definition static.
657 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
659 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
662 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
664 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
666 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
668 2015-01-07 Jan Beulich <jbeulich@suse.com>
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.
674 2015-01-01 Alan Modra <amodra@gmail.com>
676 * as.c (parse_args): Just print current year.
678 2015-01-01 Alan Modra <amodra@gmail.com>
680 Update year range in copyright notice of all files.
682 For older changes see ChangeLog-2014
684 Copyright (C) 2015 Free Software Foundation, Inc.
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.
694 version-control: never