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