MIPS/GAS: Correct `mips-*-sysv4*' target emulation configuration
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-01-26 Maciej W. Rozycki <macro@mips.com>
2
3 * configure.tgt: Use `mips-*-sysv4*' rather than
4 `mips-*-sysv4*MP*'.
5
6 2018-01-24 Renlin Li <renlin.li@arm.com>
7
8 * config/tc-aarch64.c (reloc_table): add entries for
9 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
10 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
11 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
12 BFD_RELOC_AARCH64_MOVW_PREL_G3.
13 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
14 (md_apply_fix): Likewise
15 * testsuite/gas/aarch64/prel_g0.s: New.
16 * testsuite/gas/aarch64/prel_g0.d: New.
17 * testsuite/gas/aarch64/prel_g0_nc.s: New.
18 * testsuite/gas/aarch64/prel_g0_nc.d: New.
19 * testsuite/gas/aarch64/prel_g1.s: New.
20 * testsuite/gas/aarch64/prel_g1.d: New.
21 * testsuite/gas/aarch64/prel_g1_nc.s: New.
22 * testsuite/gas/aarch64/prel_g1_nc.d: New.
23 * testsuite/gas/aarch64/prel_g2.s: New.
24 * testsuite/gas/aarch64/prel_g2.d: New.
25 * testsuite/gas/aarch64/prel_g2_nc.s: New.
26 * testsuite/gas/aarch64/prel_g2_nc.d: New.
27 * testsuite/gas/aarch64/prel_g3.s: New.
28 * testsuite/gas/aarch64/prel_g3.d: New.
29
30 2018-01-23 Maciej W. Rozycki <macro@mips.com>
31
32 * configure.ac: Also set `mips_default_abi' to N32_ABI for
33 `mips64*-ps2-elf*'.
34 * configure: Regenerate.
35
36 2018-01-23 Maciej W. Rozycki <macro@mips.com>
37
38 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
39 enum value.
40
41 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
42
43 * config/tc-i386.c (cpu_arch): Add .pconfig.
44 * doc/c-i386.texi: Document .pconfig.
45 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
46 * testsuite/gas/i386/pconfig-intel.d: New test.
47 * testsuite/gas/i386/pconfig.d: Likewise.
48 * testsuite/gas/i386/pconfig.s: Likewise.
49 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
50 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
51 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
52
53 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
54
55 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
56 * doc/c-i386.texi: Document .wbnoinvd.
57 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
58 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
59 * testsuite/gas/i386/wbnoinvd.d: Likewise.
60 * testsuite/gas/i386/wbnoinvd.s: Likewise.
61 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
62 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
63 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
64
65 2018-01-23 Maciej W. Rozycki <macro@mips.com>
66
67 * config/tc-mips.c (md_show_usage): Correctly indicate the
68 configuration-specific default ABI.
69
70 2018-01-23 Maciej W. Rozycki <macro@mips.com>
71
72 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
73 `-mno-mips16e2' options.
74
75 2018-01-22 Maciej W. Rozycki <macro@mips.com>
76
77 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
78 Correct syntax of the `.set nomips16e2' directive description.
79
80 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
81
82 PR 22737
83 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
84 * testsuite/gas/rx/pr22737.s: New test.
85 * testsuite/gas/rx/pr22737.d: Likewise.
86 * testsuite/gas/rx/rx.exp: Run the new test.
87
88 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
89
90 * config/tc-arm.c (ToC macro): Remove spurious comment.
91 (ToU macro): Likewise.
92
93 2018-01-17 Jim Wilson <jimw@sifive.com>
94
95 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
96 (riscv_ip) <'z'>: New.
97
98 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
99
100 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
101 (cpu_noarch): Add noibt, noshstk.
102 (parse_insn): Change cpucet to cpuibt.
103 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
104 * testsuite/gas/i386/cet-ibt-inval.l: New test.
105 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
106 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
107 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
108 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
109 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
110 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
111 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
112
113 2018-01-16 Nick Clifton <nickc@redhat.com>
114
115 * po/fr.po: Updated French translation.
116
117 2018-01-15 Jim Wilson <jimw@sifive.com>
118
119 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
120 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
121
122 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
123
124 * config/tc-arm.c (ToC): Define macro.
125 (ToU): Likewise.
126 (insns): Make use of above macros for new instructions introduced in
127 Armv8-M.
128
129 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
130
131 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
132 and vlstm conditionally executable and reindent parameters.
133 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
134 aforementionned instructions.
135
136 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
137
138 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
139 profile architecture or if in autodetection mode. Clarify that
140 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
141 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
142 message.
143 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
144 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
145 * testsuite/gas/arm/udf.l: Likewise.
146 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
147
148 2018-01-15 Nick Clifton <nickc@redhat.com>
149
150 * po/uk.po: Updated Ukranian translation.
151
152 2018-01-13 Nick Clifton <nickc@redhat.com>
153
154 * po/gas.pot: Regenerated.
155
156 2018-01-13 Nick Clifton <nickc@redhat.com>
157
158 * configure: Regenerate.
159
160 2018-01-13 Nick Clifton <nickc@redhat.com>
161
162 2.30 branch created.
163 * NEWS: Add marker for 2.30.
164
165 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
166
167 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
168 define to 0 and 1. Remove a dangling reference to "AMD 29000"
169 in a comment.
170
171 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
172
173 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
174 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
175 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
176 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
177 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
178 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
179 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
180 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
181 tests.
182 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
183 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
184 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
185 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
186 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
187 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
188 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
189 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
190
191 2018-01-11 Alan Modra <amodra@gmail.com>
192
193 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
194 positive "‘profile’ may be used uninitialized".
195
196 2018-01-10 Jan Beulich <jbeulich@suse.com>
197
198 * testsuite/gas/i386/avx512_4fmaps.s,
199 testsuite/gas/i386/avx512_4fmaps_vl.s,
200 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
201 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
202 Disp8 forms (and the transition happening at the right
203 boundary).
204 * testsuite/gas/i386/avx512_4fmaps.d,
205 testsuite/gas/i386/avx512_4fmaps-intel.d,
206 testsuite/gas/i386/avx512_4fmaps_vl.d,
207 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
208 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
209 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
210 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
211 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
212 expectations.
213
214 2018-01-10 Jan Beulich <jbeulich@suse.com>
215
216 * testsuite/gas/i386/avx512bw.s,
217 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
218 operands.
219 * testsuite/gas/i386/avx512bw-intel.d,
220 testsuite/gas/i386/avx512bw.d,
221 testsuite/gas/i386/avx512bw_vl-intel.d.
222 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
223
224 2018-01-09 Jim Wilson <jimw@sifive.com>
225
226 * testsuite/gas/riscv/auipc-x0.d: New.
227 * testsuite/gas/riscv/auipc-x0.s: New.
228
229 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
230
231 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
232 in Arm execution state, and Armv6T2 and above in Thumb execution
233 state.
234 * testsuite/gas/arm/csdb.s: New.
235 * testsuite/gas/arm/csdb.d: New.
236 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
237 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
238
239 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
240
241 * testsuite/gas/aarch64/system.d: Update expected results to expect
242 CSDB for hint 0x14.
243
244 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
245
246 PR gas/22681
247 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
248 x86-64-movd-intel.
249 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
250 * testsuite/gas/i386/x86-64-movd.d: Likewise.
251 * testsuite/gas/i386/x86-64-movd.s: Likewise.
252
253 2018-01-08 Nick Clifton <nickc@redhat.com>
254
255 PR 22553
256 * doc/c-i386.texi (i386-Directives): Document the .largecomm
257 directive.
258
259 2018-01-04 Jim Wilson <jimw@sifive.com>
260
261 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
262 * testsuite/gas/riscv/priv-reg.d: Likewise.
263
264 2018-01-03 Alan Modra <amodra@gmail.com>
265
266 Update year range in copyright notice of all files.
267
268 2018-01-02 Nick Clifton <nickc@redhat.com>
269
270 PR 18119
271 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
272 version of ARM MRS instruction.
273
274 For older changes see ChangeLog-2017
275 \f
276 Copyright (C) 2018 Free Software Foundation, Inc.
277
278 Copying and distribution of this file, with or without modification,
279 are permitted in any medium without royalty provided the copyright
280 notice and this notice are preserved.
281
282 Local Variables:
283 mode: change-log
284 left-margin: 8
285 fill-column: 74
286 version-control: never
287 End:
This page took 0.038039 seconds and 5 git commands to generate.