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