AArch64: Fix cfinv disassembly issues
[binutils-gdb.git] / gas / ChangeLog
1 2020-01-27 Tamar Christina <tamar.christina@arm.com>
2
3 PR 25403
4 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
5 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
6
7 2020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
8
9 * testsuite/gas/riscv/march-ok-s.d: sx is no longer valid and
10 s exts must be known, so rename *ok* to *fail*.
11 * testsuite/gas/riscv/march-ok-sx.d: Likewise.
12 * testsuite/gas/riscv/march-ok-s-with-version: Likewise.
13 * testsuite/gas/riscv/march-fail-s.l: Expected error messages for
14 above change.
15 * testsuite/gas/riscv/march-fail-sx.l: Likewise.
16 * testsuite/gas/riscv/march-fail-sx-with-version.l: Likewise.
17
18 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
19
20 PR gas/25438
21 * config/tc-i386.c (check_long_reg): Always disallow double word
22 suffix in mnemonic with word general register.
23 * testsuite/gas/i386/general.s: Replace word general register
24 with double word general register for movl.
25 * testsuite/gas/i386/inval.s: Add tests for movl with word general
26 register.
27 * testsuite/gas/i386/general.l: Updated.
28 * testsuite/gas/i386/inval.l: Likewise.
29
30 2020-01-22 Alan Modra <amodra@gmail.com>
31
32 * config/tc-ppc.c (parse_tls_arg): Handle tls arg for
33 __tls_get_addr_desc and __tls_get_addr_opt.
34
35 2020-01-21 Jan Beulich <jbeulich@suse.com>
36
37 * testsuite/gas/i386/inval-crc32.s,
38 testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
39 * testsuite/gas/i386/inval-crc32.l,
40 testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
41
42 2020-01-21 Jan Beulich <jbeulich@suse.com>
43
44 * config/tc-i386.c (process_suffix): Merge CRC32 handling into
45 generic code path. Deal with No_lSuf being set in a template.
46 * testsuite/gas/i386/inval-crc32.l,
47 testsuite/gas/i386/x86-64-inval-crc32.l: Expect warning(s)
48 instead of error(s) when operand size is ambiguous.
49 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
50 testsuite/gas/i386/noreg64.s: Add CRC32 tests.
51 * testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg16.l,
52 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg32.l,
53 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l:
54 Adjust expectations.
55
56 2020-01-21 Jan Beulich <jbeulich@suse.com>
57
58 * config/tc-i386.c (process_suffix): Drop SYSRET special case
59 and an intel_syntax check. Re-write lack-of-suffix processing
60 logic.
61 * doc/c-i386.texi: Document operand size defaults for suffix-
62 less AT&T syntax insns.
63 * testsuite/gas/i386/bundle.s, testsuite/gas/i386/lock-1.s,
64 testsuite/gas/i386/opcode.s, testsuite/gas/i386/sse3.s,
65 testsuite/gas/i386/x86-64-avx-scalar.s,
66 testsuite/gas/i386/x86-64-avx.s,
67 testsuite/gas/i386/x86-64-bundle.s,
68 testsuite/gas/i386/x86-64-intel64.s,
69 testsuite/gas/i386/x86-64-lock-1.s,
70 testsuite/gas/i386/x86-64-opcode.s,
71 testsuite/gas/i386/x86-64-sse2avx.s,
72 testsuite/gas/i386/x86-64-sse3.s: Add missing suffixes.
73 * testsuite/gas/i386/nops.s, testsuite/gas/i386/sse-noavx.s,
74 testsuite/gas/i386/x86-64-nops.s,
75 testsuite/gas/i386/x86-64-ptwrite.s,
76 testsuite/gas/i386/x86-64-simd.s,
77 testsuite/gas/i386/x86-64-sse-noavx.s,
78 testsuite/gas/i386/x86-64-suffix.s: Drop bogus suffix-less
79 insns.
80 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
81 testsuite/gas/i386/noreg64.s: Add further tests.
82 * testsuite/gas/i386/ilp32/x86-64-nops.d,
83 testsuite/gas/i386/nops.d, testsuite/gas/i386/noreg16.d,
84 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
85 testsuite/gas/i386/sse-noavx.d,
86 testsuite/gas/i386/x86-64-intel64.d,
87 testsuite/gas/i386/x86-64-nops.d,
88 testsuite/gas/i386/x86-64-opcode.d,
89 testsuite/gas/i386/x86-64-ptwrite-intel.d,
90 testsuite/gas/i386/x86-64-ptwrite.d,
91 testsuite/gas/i386/x86-64-simd-intel.d,
92 testsuite/gas/i386/x86-64-simd-suffix.d,
93 testsuite/gas/i386/x86-64-simd.d,
94 testsuite/gas/i386/x86-64-sse-noavx.d
95 testsuite/gas/i386/x86-64-suffix.d,
96 testsuite/gas/i386/x86-64-suffix-intel.d: Adjust expectations.
97 * testsuite/gas/i386/noreg16.l, testsuite/gas/i386/noreg32.l,
98 testsuite/gas/i386/noreg64.l: New.
99 * testsuite/gas/i386/i386.exp: Run new tests.
100
101 2020-01-21 Jan Beulich <jbeulich@suse.com>
102
103 * testsuite/gas/i386/avx512_bf16_vl.s,
104 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
105 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
106 broadcast forms of VCVTNEPS2BF16.
107 * testsuite/gas/i386/avx512_bf16_vl.d,
108 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
109
110 2020-01-20 Nick Clifton <nickc@redhat.com>
111
112 * po/uk.po: Updated Ukranian translation.
113
114 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
115
116 PR ld/25416
117 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
118 for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
119 x32 object.
120 * testsuite/gas/i386/ilp32/x32-tls.d: Updated.
121 * testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
122 R_X86_64_GOTPC32_TLSDESC relocation.
123
124 2020-01-18 Nick Clifton <nickc@redhat.com>
125
126 * configure: Regenerate.
127 * po/gas.pot: Regenerate.
128
129 2020-01-18 Nick Clifton <nickc@redhat.com>
130
131 Binutils 2.34 branch created.
132
133 2020-01-17 H.J. Lu <hongjiu.lu@intel.com>
134
135 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
136 with vex_encoding_vex.
137 (parse_insn): Likewise.
138 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
139 and {vex3} documentation.
140 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
141 {vex}.
142 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
143
144 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
145
146 PR 25376
147 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
148 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
149 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
150 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
151 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
152 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
153
154 2020-01-16 Jan Beulich <jbeulich@suse.com>
155
156 * config/tc-i386.c (match_template): Drop found_cpu_match local
157 variable.
158
159 2020-01-16 Jan Beulich <jbeulich@suse.com>
160
161 * testsuite/gas/i386/avx512dq-inval.l,
162 testsuite/gas/i386/avx512dq-inval.s: New.
163 * testsuite/gas/i386/i386.exp: Run new test.
164
165 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
166
167 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
168 relocations when the target is 430X, except when extracting part of an
169 expression.
170 (msp430_srcoperand): Adjust comment.
171 Initialize the expp member of the msp430_operand_s struct as
172 appropriate.
173 (msp430_dstoperand): Likewise.
174 * testsuite/gas/msp430/msp430.exp: Run new test.
175 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
176 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
177
178 2020-01-15 Alan Modra <amodra@gmail.com>
179
180 * configure.tgt: Add sparc-*-freebsd case.
181
182 2020-01-14 Lili Cui <lili.cui@intel.com>
183
184 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
185 * testsuite/gas/i386/align-branch-1b.d: Likewise.
186 * testsuite/gas/i386/align-branch-1c.d: Likewise.
187 * testsuite/gas/i386/align-branch-1d.d: Likewise.
188 * testsuite/gas/i386/align-branch-1e.d: Likewise.
189 * testsuite/gas/i386/align-branch-1f.d: Likewise.
190 * testsuite/gas/i386/align-branch-1g.d: Likewise.
191 * testsuite/gas/i386/align-branch-1h.d: Likewise.
192 * testsuite/gas/i386/align-branch-1i.d: Likewise.
193 * testsuite/gas/i386/align-branch-5.d: Likewise.
194 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
195 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
196 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
197 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
198 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
199 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
200 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
201 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
202 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
203 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
204 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
205 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
206
207 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
208
209 PR 25377
210 * config/tc-z80.c: Add support for half precision, single
211 precision and double precision floating point values.
212 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
213 * doc/as.texi: Add new z80 command line options.
214 * doc/c-z80.texi: Document new z80 command line options.
215 * testsuite/gas/z80/ez80_pref_dis.s: New test.
216 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
217 * testsuite/gas/z80/z80.exp: Run the new test.
218 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
219 * testsuite/gas/z80/fp_zeda32.d: Likewise.
220 * testsuite/gas/z80/strings.d: Update expected output.
221
222 2020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
223
224 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
225 dependency.
226
227 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
228
229 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
230 the CPU.
231 * config/tc-arc.h: Add header if/defs.
232 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
233
234 2020-01-13 Alan Modra <amodra@gmail.com>
235
236 * testsuite/gas/wasm32/allinsn.d: Update expected output.
237
238 2020-01-13 Alan Modra <amodra@gmail.com>
239
240 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
241 insertion.
242
243 2020-01-10 Alan Modra <amodra@gmail.com>
244
245 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
246 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
247
248 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
249
250 PR 25224
251 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
252 opcode byte values.
253 (emit_ld_r_r): Likewise.
254 (emit_ld_rr_m): Likewise.
255 (emit_ld_rr_nn): Likewise.
256
257 2020-01-09 Jan Beulich <jbeulich@suse.com>
258
259 * config/tc-i386.c (optimize_encoding): Add
260 is_any_vex_encoding() invocations. Drop respective
261 i.tm.extension_opcode == None checks.
262
263 2020-01-09 Jan Beulich <jbeulich@suse.com>
264
265 * config/tc-i386.c (md_assemble): Check RegRex is clear during
266 REX transformations. Correct comment indentation.
267
268 2020-01-09 Jan Beulich <jbeulich@suse.com>
269
270 * config/tc-i386.c (optimize_encoding): Generalize register
271 transformation for TEST optimization.
272
273 2020-01-09 Jan Beulich <jbeulich@suse.com>
274
275 * testsuite/gas/i386/x86-64-sysenter-amd.s,
276 testsuite/gas/i386/x86-64-sysenter-amd.d,
277 testsuite/gas/i386/x86-64-sysenter-amd.l,
278 testsuite/gas/i386/x86-64-sysenter-intel.d,
279 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
280 * testsuite/gas/i386/i386.exp: Run new tests.
281
282 2020-01-08 Nick Clifton <nickc@redhat.com>
283
284 PR 25284
285 * doc/as.texi (Align): Document the fact that all arguments can be
286 omitted.
287 (Balign): Likewise.
288 (P2align): Likewise.
289
290 2020-01-08 Nick Clifton <nickc@redhat.com>
291
292 PR 14891
293 * config/obj-elf.c (obj_elf_section): Fail if the section name is
294 already defined as a different symbol type.
295 * testsuite/gas/elf/pr14891.s: New test source file.
296 * testsuite/gas/elf/pr14891.d: New test driver.
297 * testsuite/gas/elf/pr14891.s: New test expected error output.
298 * testsuite/gas/elf/elf.exp: Run the new test.
299
300 2020-01-08 Alan Modra <amodra@gmail.com>
301
302 * config/tc-z8k.c (md_begin): Make idx unsigned.
303 (get_specific): Likewise for this_index.
304
305 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
306
307 * onfig/tc-arc.c (parse_reloc_symbol): New function.
308 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
309 (md_operand): Set X_md to absent.
310 (arc_parse_name): Check for X_md.
311
312 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
313
314 PR 25311
315 * as.h (TC_STRING_ESCAPES): Provide a default definition.
316 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
317 NO_STRING_ESCAPES.
318 * read.c (next_char_of_string): Likewise.
319 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
320 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
321
322 2020-01-03 Nick Clifton <nickc@redhat.com>
323
324 * po/sv.po: Updated Swedish translation.
325
326 2020-01-03 Jan Beulich <jbeulich@suse.com>
327
328 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
329 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
330
331 2020-01-03 Jan Beulich <jbeulich@suse.com>
332
333 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
334 by-element usdot. Add 64-bit form tests for by-element sudot.
335 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
336
337 2020-01-03 Jan Beulich <jbeulich@suse.com>
338
339 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
340 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
341
342 2020-01-03 Jan Beulich <jbeulich@suse.com>
343
344 * testsuite/gas/aarch64/f64mm.d,
345 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
346
347 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
348
349 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
350 support for assembler code generated by SDCC. Add new relocation
351 types. Add z80-elf target support.
352 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
353 labels. Local labels starts from ".L".
354 * NEWS: Mention the new support.
355 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
356 * testsuite/gas/all/fwdexp.s: Likewise.
357 * testsuite/gas/all/cond.l: Likewise.
358 * testsuite/gas/all/cond.s: Likewise.
359 * testsuite/gas/all/fwdexp.d: Likewise.
360 * testsuite/gas/all/fwdexp.s: Likewise.
361 * testsuite/gas/elf/section2.e-mips: Likewise.
362 * testsuite/gas/elf/section2.l: Likewise.
363 * testsuite/gas/elf/section2.s: Likewise.
364 * testsuite/gas/macros/app1.d: Likewise.
365 * testsuite/gas/macros/app1.s: Likewise.
366 * testsuite/gas/macros/app2.d: Likewise.
367 * testsuite/gas/macros/app2.s: Likewise.
368 * testsuite/gas/macros/app3.d: Likewise.
369 * testsuite/gas/macros/app3.s: Likewise.
370 * testsuite/gas/macros/app4.d: Likewise.
371 * testsuite/gas/macros/app4.s: Likewise.
372 * testsuite/gas/macros/app4b.s: Likewise.
373 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
374 * testsuite/gas/z80/z80.exp: Add new tests
375 * testsuite/gas/z80/dollar.d: New file.
376 * testsuite/gas/z80/dollar.s: New file.
377 * testsuite/gas/z80/ez80_adl_all.d: New file.
378 * testsuite/gas/z80/ez80_adl_all.s: New file.
379 * testsuite/gas/z80/ez80_adl_suf.d: New file.
380 * testsuite/gas/z80/ez80_isuf.s: New file.
381 * testsuite/gas/z80/ez80_z80_all.d: New file.
382 * testsuite/gas/z80/ez80_z80_all.s: New file.
383 * testsuite/gas/z80/ez80_z80_suf.d: New file.
384 * testsuite/gas/z80/r800_extra.d: New file.
385 * testsuite/gas/z80/r800_extra.s: New file.
386 * testsuite/gas/z80/r800_ii8.d: New file.
387 * testsuite/gas/z80/r800_z80_doc.d: New file.
388 * testsuite/gas/z80/z180.d: New file.
389 * testsuite/gas/z80/z180.s: New file.
390 * testsuite/gas/z80/z180_z80_doc.d: New file.
391 * testsuite/gas/z80/z80_doc.d: New file.
392 * testsuite/gas/z80/z80_doc.s: New file.
393 * testsuite/gas/z80/z80_ii8.d: New file.
394 * testsuite/gas/z80/z80_ii8.s: New file.
395 * testsuite/gas/z80/z80_in_f_c.d: New file.
396 * testsuite/gas/z80/z80_in_f_c.s: New file.
397 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
398 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
399 * testsuite/gas/z80/z80_out_c_0.d: New file.
400 * testsuite/gas/z80/z80_out_c_0.s: New file.
401 * testsuite/gas/z80/z80_reloc.d: New file.
402 * testsuite/gas/z80/z80_reloc.s: New file.
403 * testsuite/gas/z80/z80_sli.d: New file.
404 * testsuite/gas/z80/z80_sli.s: New file.
405
406 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
407
408 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
409 REGLIST_RN.
410
411 2020-01-01 Alan Modra <amodra@gmail.com>
412
413 Update year range in copyright notice of all files.
414
415 For older changes see ChangeLog-2019
416 \f
417 Copyright (C) 2020 Free Software Foundation, Inc.
418
419 Copying and distribution of this file, with or without modification,
420 are permitted in any medium without royalty provided the copyright
421 notice and this notice are preserved.
422
423 Local Variables:
424 mode: change-log
425 left-margin: 8
426 fill-column: 74
427 version-control: never
428 End: