Fix msp430 build with gcc-5
[binutils-gdb.git] / gas / ChangeLog
1 2015-02-05 Alan Modra <amodra@gmail.com>
2
3 * config/tc-msp430.c (md_assemble): Correct size passed to
4 extract_cmd. Remove index check.
5
6 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
7
8 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
9 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
10
11 2015-02-04 Nick Clifton <nickc@redhat.com>
12
13 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
14 these instructions.
15
16 2015-02-03 Renlin Li <renlin.li@arm.com>
17
18 * doc/c-aarch64.texi (.arch): Document the directive.
19 (.arch_extension): Likewise.
20
21 2015-02-03 Nick Clifton <nickc@redhat.com>
22
23 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
24
25 2015-01-28 James Bowman <james.bowman@ftdichip.com>
26
27 * Makefile.am: Add FT32 files.
28 * config/tc-ft32.c: New file.
29 * config/tc-ft32.h: New file.
30 * configure.tgt: Add FT32 support.
31 * Makefile.in: Regenerate.
32 * po/POTFILES.in: Regenerate.
33
34 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
35
36 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
37 of instruction la to a symbol.
38
39 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
40
41 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
42 section name.
43
44 2015-01-19 Alan Modra <amodra@gmail.com>
45
46 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
47 * write.c (get_frag_for_reloc): Allow match just past end of frag.
48
49 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
50
51 * config/tc-s390.c (struct pd_reg): Remove.
52 (pre_defined_registers): Remove.
53 (REG_NAME_CNT): Remove.
54 (reg_name_search): Calculate the register number instead of doing
55 a lookup.
56 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
57 reg_name_search signature.
58 (s390_parse_cpu): Support the new arch string z13.
59 (s390_insert_operand): Support for vector registers with the extra
60 field for the fifth bit of each vector register operand.
61 (md_gather_operand): Adjust to the new handling of optional
62 parameters.
63
64 * doc/as.texinfo: Document the z13 cpu string.
65
66 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
67
68 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
69 #0, restoring previous behaviour.
70
71 2015-01-12 Jan Beulich <jbeulich@suse.com>
72
73 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
74 (cfi_pseudo_table): Add "cfi_label".
75 (output_cfi_insn): Handle CFI_label.
76 (select_cie_for_fde): Als terminate CIE when encountering
77 CFI_label.
78 * dw2gencfi.h (cfi_add_label): Declare.
79 (struct cfi_insn_data): New member "sym_name".
80 (CFI_label): New.
81 * read.c (read_symbol_name): Drop "static".
82 * read.h (read_symbol_name): Declare.
83
84 2015-01-12 Jan Beulich <jbeulich@suse.com>
85
86 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
87 (do_neon_qshl_imm): Likewise.
88
89 2015-01-12 Alan Modra <amodra@gmail.com>
90
91 * read.c (s_altmacro, s_reloc): Make definition static.
92
93 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
96 diff fixups.
97
98 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
99
100 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
101 X-Gene 2.
102 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
103
104 2015-01-07 Jan Beulich <jbeulich@suse.com>
105
106 * config/tc-arm.c (struct arm_option_extension_value_table):
107 Split field "value" into fields "merge_value" and "clear_value".
108 (arm_extensions): Adjust initializer accordingly.
109
110 2015-01-01 Alan Modra <amodra@gmail.com>
111
112 * as.c (parse_args): Just print current year.
113
114 2015-01-01 Alan Modra <amodra@gmail.com>
115
116 Update year range in copyright notice of all files.
117
118 For older changes see ChangeLog-2014
119 \f
120 Copyright (C) 2015 Free Software Foundation, Inc.
121
122 Copying and distribution of this file, with or without modification,
123 are permitted in any medium without royalty provided the copyright
124 notice and this notice are preserved.
125
126 Local Variables:
127 mode: change-log
128 left-margin: 8
129 fill-column: 74
130 version-control: never
131 End: