5c3696f89f
* config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead of as_warn for deprecation messages. (encode_arm_addr_mode_2): Likewise. (check_obsolete): Likewise. (do_rd_rm_rn): Likewise. (do_co_reg): Likewise. (do_setend): Likewise. (do_t_mov_cmp): Likewise. (do_neon_ldr_str): Likewise. (opcode_lookup): Likewise. (if_fsm_post_encode): Likewise. (md_assemble): Likewise. * gas/arm/armv1.l: Remove 'Warning: ' from expected messages for deprecations. * gas/arm/armv8-a-bad.l: Likewise. * gas/arm/armv8-a-it-bad.l: Likewise. * gas/arm/depr-swp.l: Likewise. * gas/arm/ldsgeb.l: Likewise. * gas/arm/ldsgeh.l: Likewise. * gas/arm/thumb2_bad_reg.l: Likewise. * gas/arm/thumb32.l: Likewise. * gas/arm/udf.l: Likewise. * gas/arm/vstr-arm-bad.l: Likewise.
153 lines
4.6 KiB
Text
153 lines
4.6 KiB
Text
2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||
|
||
* config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
|
||
of as_warn for deprecation messages.
|
||
(encode_arm_addr_mode_2): Likewise.
|
||
(check_obsolete): Likewise.
|
||
(do_rd_rm_rn): Likewise.
|
||
(do_co_reg): Likewise.
|
||
(do_setend): Likewise.
|
||
(do_t_mov_cmp): Likewise.
|
||
(do_neon_ldr_str): Likewise.
|
||
(opcode_lookup): Likewise.
|
||
(if_fsm_post_encode): Likewise.
|
||
(md_assemble): Likewise.
|
||
|
||
2015-02-06 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
|
||
(cfi_change_reg_numbers): Also do nothing for CFI_label.
|
||
(cfi_pseudo_table): Also handle .cfi_label when not supporting
|
||
CFI directives.
|
||
|
||
2015-02-05 Alan Modra <amodra@gmail.com>
|
||
|
||
* config/tc-msp430.c (md_assemble): Correct size passed to
|
||
extract_cmd. Remove index check.
|
||
|
||
2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
|
||
|
||
* config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
|
||
* doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
|
||
|
||
2015-02-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
* config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
|
||
these instructions.
|
||
|
||
2015-02-03 Renlin Li <renlin.li@arm.com>
|
||
|
||
* doc/c-aarch64.texi (.arch): Document the directive.
|
||
(.arch_extension): Likewise.
|
||
|
||
2015-02-03 Nick Clifton <nickc@redhat.com>
|
||
|
||
* config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
|
||
|
||
2015-01-28 James Bowman <james.bowman@ftdichip.com>
|
||
|
||
* Makefile.am: Add FT32 files.
|
||
* config/tc-ft32.c: New file.
|
||
* config/tc-ft32.h: New file.
|
||
* configure.tgt: Add FT32 support.
|
||
* Makefile.in: Regenerate.
|
||
* po/POTFILES.in: Regenerate.
|
||
|
||
2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
|
||
|
||
* config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
|
||
of instruction la to a symbol.
|
||
|
||
2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
|
||
|
||
* config/tc-nds32.c (nds32_parse_name): Ignore when the input is
|
||
section name.
|
||
|
||
2015-01-19 Alan Modra <amodra@gmail.com>
|
||
|
||
* read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
|
||
* write.c (get_frag_for_reloc): Allow match just past end of frag.
|
||
|
||
2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
||
|
||
* config/tc-s390.c (struct pd_reg): Remove.
|
||
(pre_defined_registers): Remove.
|
||
(REG_NAME_CNT): Remove.
|
||
(reg_name_search): Calculate the register number instead of doing
|
||
a lookup.
|
||
(register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
|
||
reg_name_search signature.
|
||
(s390_parse_cpu): Support the new arch string z13.
|
||
(s390_insert_operand): Support for vector registers with the extra
|
||
field for the fifth bit of each vector register operand.
|
||
(md_gather_operand): Adjust to the new handling of optional
|
||
parameters.
|
||
|
||
* doc/as.texinfo: Document the z13 cpu string.
|
||
|
||
2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
|
||
|
||
* config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
|
||
#0, restoring previous behaviour.
|
||
|
||
2015-01-12 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
|
||
(cfi_pseudo_table): Add "cfi_label".
|
||
(output_cfi_insn): Handle CFI_label.
|
||
(select_cie_for_fde): Als terminate CIE when encountering
|
||
CFI_label.
|
||
* dw2gencfi.h (cfi_add_label): Declare.
|
||
(struct cfi_insn_data): New member "sym_name".
|
||
(CFI_label): New.
|
||
* read.c (read_symbol_name): Drop "static".
|
||
* read.h (read_symbol_name): Declare.
|
||
|
||
2015-01-12 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
|
||
(do_neon_qshl_imm): Likewise.
|
||
|
||
2015-01-12 Alan Modra <amodra@gmail.com>
|
||
|
||
* read.c (s_altmacro, s_reloc): Make definition static.
|
||
|
||
2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* config/tc-avr.c (md_apply_fix): Update the contents of VALP for
|
||
diff fixups.
|
||
|
||
2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|
||
|
||
* config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
|
||
X-Gene 2.
|
||
* doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
|
||
|
||
2015-01-07 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* config/tc-arm.c (struct arm_option_extension_value_table):
|
||
Split field "value" into fields "merge_value" and "clear_value".
|
||
(arm_extensions): Adjust initializer accordingly.
|
||
|
||
2015-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
* as.c (parse_args): Just print current year.
|
||
|
||
2015-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2014
|
||
|
||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|