x86: drop stray ShortForm attributes
[deliverable/binutils-gdb.git] / gas / ChangeLog
... / ...
CommitLineData
12020-02-11 Matthew Malcomson <matthew.malcomson@arm.com>
2
3 * config/tc-arm.c (vcx_handle_register_arguments): Remove `for`
4 loop initial declaration.
5
62020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
7
8 * config/tc-arm.c (NEON_MAX_TYPE_ELS): Increment to account for
9 instructions that can have 5 arguments.
10 (enum operand_parse_code): Add new operands.
11 (parse_operands): Account for new operands.
12 (S5): New macro.
13 (enum neon_shape_el): Introduce P suffixes for coprocessor.
14 (neon_select_shape): Account for P suffix.
15 (LOW1): Move macro to global position.
16 (HI4): Move macro to global position.
17 (vcx_assign_vec_d): New.
18 (vcx_assign_vec_m): New.
19 (vcx_assign_vec_n): New.
20 (enum vcx_reg_type): New.
21 (vcx_get_reg_type): New.
22 (vcx_size_pos): New.
23 (vcx_vec_pos): New.
24 (vcx_handle_shape): New.
25 (vcx_ensure_register_in_range): New.
26 (vcx_handle_register_arguments): New.
27 (vcx_handle_insn_block): New.
28 (vcx_handle_common_checks): New.
29 (do_vcx1): New.
30 (do_vcx2): New.
31 (do_vcx3): New.
32 * testsuite/gas/arm/cde-missing-fp.d: New test.
33 * testsuite/gas/arm/cde-missing-fp.l: New test.
34 * testsuite/gas/arm/cde-missing-mve.d: New test.
35 * testsuite/gas/arm/cde-missing-mve.l: New test.
36 * testsuite/gas/arm/cde-mve-or-neon.d: New test.
37 * testsuite/gas/arm/cde-mve-or-neon.s: New test.
38 * testsuite/gas/arm/cde-mve.s: New test.
39 * testsuite/gas/arm/cde-warnings.l:
40 * testsuite/gas/arm/cde-warnings.s:
41 * testsuite/gas/arm/cde.d:
42 * testsuite/gas/arm/cde.s:
43
442020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
45 Matthew Malcomson <matthew.malcomson@arm.com>
46
47 * config/tc-arm.c (arm_ext_cde*): New feature sets for each
48 CDE coprocessor that can be enabled.
49 (enum pred_instruction_type): New pred type.
50 (BAD_NO_VPT): New error message.
51 (BAD_CDE): New error message.
52 (BAD_CDE_COPROC): New error message.
53 (enum operand_parse_code): Add new immediate operands.
54 (parse_operands): Account for new immediate operands.
55 (check_cde_operand): New.
56 (cde_coproc_enabled): New.
57 (cde_coproc_pos): New.
58 (cde_handle_coproc): New.
59 (cxn_handle_predication): New.
60 (do_custom_instruction_1): New.
61 (do_custom_instruction_2): New.
62 (do_custom_instruction_3): New.
63 (do_cx1): New.
64 (do_cx1a): New.
65 (do_cx1d): New.
66 (do_cx1da): New.
67 (do_cx2): New.
68 (do_cx2a): New.
69 (do_cx2d): New.
70 (do_cx2da): New.
71 (do_cx3): New.
72 (do_cx3a): New.
73 (do_cx3d): New.
74 (do_cx3da): New.
75 (handle_pred_state): Define new IT block behaviour.
76 (insns): Add newn CX*{,d}{,a} instructions.
77 (CDE_EXTENSIONS,armv8m_main_ext_table,armv8_1m_main_ext_table):
78 Define new cdecp extension strings.
79 * doc/c-arm.texi: Document new cdecp extension arguments.
80 * testsuite/gas/arm/cde-scalar.d: New test.
81 * testsuite/gas/arm/cde-scalar.s: New test.
82 * testsuite/gas/arm/cde-warnings.d: New test.
83 * testsuite/gas/arm/cde-warnings.l: New test.
84 * testsuite/gas/arm/cde-warnings.s: New test.
85 * testsuite/gas/arm/cde.d: New test.
86 * testsuite/gas/arm/cde.s: New test.
87
882020-02-10 H.J. Lu <hongjiu.lu@intel.com>
89
90 PR gas/25516
91 * config/tc-i386.c (intel64): Renamed to ...
92 (isa64): This.
93 (match_template): Accept Intel64 only instruction by default.
94 (i386_displacement): Updated.
95 (md_parse_option): Updated.
96 * c-i386.texi: Update -mamd64/-mintel64 documentation.
97 * testsuite/gas/i386/i386.exp: Run x86-64-sysenter. Pass
98 -mamd64 to x86-64-sysenter-amd.
99 * testsuite/gas/i386/x86-64-sysenter.d: New file.
100
1012020-02-10 Alan Modra <amodra@gmail.com>
102
103 * config/obj-elf.c (obj_elf_change_section): Error for section
104 type, attr or entsize changes in assembly.
105 * testsuite/gas/elf/elf.exp: Pass -Z to gas for section5 test.
106 * testsuite/gas/elf/section5.l: Update.
107
1082020-02-10 Alan Modra <amodra@gmail.com>
109
110 * output-file.c (output_file_close): Do a normal close when
111 flag_always_generate_output.
112 * write.c (write_object_file): Don't stop output when
113 flag_always_generate_output.
114
1152020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
116
117 PR 25469
118 * config/tc-z80.c: Add -gbz80 command line option to generate code
119 for the GameBoy Z80. Add support for generating DWARF.
120 * config/tc-z80.h: Add support for DWARF debug information
121 generation.
122 * doc/c-z80.texi: Document new command line option.
123 * testsuite/gas/z80/gbz80_all.d: New file.
124 * testsuite/gas/z80/gbz80_all.s: New file.
125 * testsuite/gas/z80/z80.exp: Run the new tests.
126 * testsuite/gas/z80/z80n_all.d: New file.
127 * testsuite/gas/z80/z80n_all.s: New file.
128 * testsuite/gas/z80/z80n_reloc.d: New file.
129
1302020-02-06 H.J. Lu <hongjiu.lu@intel.com>
131
132 PR gas/25381
133 * config/obj-elf.c (get_section): Also check
134 linked_to_symbol_name.
135 (obj_elf_change_section): Also set map_head.linked_to_symbol_name.
136 (obj_elf_parse_section_letters): Handle the 'o' flag.
137 (build_group_lists): Renamed to ...
138 (build_additional_section_info): This. Set elf_linked_to_section
139 from map_head.linked_to_symbol_name.
140 (elf_adjust_symtab): Updated.
141 * config/obj-elf.h (elf_section_match): Add linked_to_symbol_name.
142 * doc/as.texi: Document the 'o' flag.
143 * testsuite/gas/elf/elf.exp: Run PR gas/25381 tests.
144 * testsuite/gas/elf/section18.d: New file.
145 * testsuite/gas/elf/section18.s: Likewise.
146 * testsuite/gas/elf/section19.d: Likewise.
147 * testsuite/gas/elf/section19.s: Likewise.
148 * testsuite/gas/elf/section20.d: Likewise.
149 * testsuite/gas/elf/section20.s: Likewise.
150 * testsuite/gas/elf/section21.d: Likewise.
151 * testsuite/gas/elf/section21.l: Likewise.
152 * testsuite/gas/elf/section21.s: Likewise.
153
1542020-02-06 H.J. Lu <hongjiu.lu@intel.com>
155
156 * NEWS: Mention x86 assembler options to align branches for
157 binutils 2.34.
158
1592020-02-06 H.J. Lu <hongjiu.lu@intel.com>
160
161 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique
162 only for ELF targets.
163 * testsuite/gas/i386/unique.d: Don't xfail.
164 * testsuite/gas/i386/x86-64-unique.d: Likewise.
165
1662020-02-06 Alan Modra <amodra@gmail.com>
167
168 * testsuite/gas/i386/unique.d: xfail for non-elf targets.
169 * testsuite/gas/i386/x86-64-unique.d: Likewise.
170
1712020-02-06 Alan Modra <amodra@gmail.com>
172
173 * testsuite/gas/elf/section12a.d: Use supports_gnu_osabi in
174 xfail, and rename test.
175 * testsuite/gas/elf/section12b.d: Likewise.
176 * testsuite/gas/elf/section16a.d: Likewise.
177 * testsuite/gas/elf/section16b.d: Likewise.
178
1792020-02-02 H.J. Lu <hongjiu.lu@intel.com>
180
181 PR gas/25380
182 * config/obj-elf.c (section_match): Removed.
183 (get_section): Also match SEC_ASSEMBLER_SECTION_ID and
184 section_id.
185 (obj_elf_change_section): Replace info and group_name arguments
186 with match_p. Also update the section ID and flags from match_p.
187 (obj_elf_section): Handle "unique,N". Update call to
188 obj_elf_change_section.
189 * config/obj-elf.h (elf_section_match): New.
190 (obj_elf_change_section): Updated.
191 * config/tc-arm.c (start_unwind_section): Update call to
192 obj_elf_change_section.
193 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
194 * config/tc-microblaze.c (microblaze_s_data): Likewise.
195 (microblaze_s_sdata): Likewise.
196 (microblaze_s_rdata): Likewise.
197 (microblaze_s_bss): Likewise.
198 * config/tc-mips.c (s_change_section): Likewise.
199 * config/tc-msp430.c (msp430_profiler): Likewise.
200 * config/tc-rx.c (parse_rx_section): Likewise.
201 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
202 * doc/as.texi: Document "unique,N" in .section directive.
203 * testsuite/gas/elf/elf.exp: Run "unique,N" tests.
204 * testsuite/gas/elf/section15.d: New file.
205 * testsuite/gas/elf/section15.s: Likewise.
206 * testsuite/gas/elf/section16.s: Likewise.
207 * testsuite/gas/elf/section16a.d: Likewise.
208 * testsuite/gas/elf/section16b.d: Likewise.
209 * testsuite/gas/elf/section17.d: Likewise.
210 * testsuite/gas/elf/section17.l: Likewise.
211 * testsuite/gas/elf/section17.s: Likewise.
212 * testsuite/gas/i386/unique.d: Likewise.
213 * testsuite/gas/i386/unique.s: Likewise.
214 * testsuite/gas/i386/x86-64-unique.d: Likewise.
215 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique.
216
2172020-02-02 H.J. Lu <hongjiu.lu@intel.com>
218
219 * testsuite/gas/elf/section13.s: Replace @nobits with %nobits.
220
2212020-02-01 Anthony Green <green@moxielogic.com>
222
223 * config/tc-moxie.c (md_begin): Don't force big-endian mode.
224
2252020-01-31 Sandra Loosemore <sandra@codesourcery.com>
226
227 * config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
228 %tls_ldo.
229
2302020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
231
232 PR gas/25472
233 * config/tc-arm.c (armv8m_main_ext_table): Refactored +dsp adding.
234 (armv8_1m_main_ext_table): Refactored +dsp adding and enabled dsp for
235 +mve.
236 * testsuite/gas/arm/mve_dsp.d: New test.
237
2382020-01-31 Nick Clifton <nickc@redhat.com>
239
240 * config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE
241 rather than BFD_RELOC_NONE.
242
2432020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
244
245 * config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
246 to support VLDMIA instruction for MVE.
247 (fldmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VLDMDB
248 instruction for MVE.
249 (fstmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMIA
250 instruction for MVE.
251 (fstmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMDB
252 instruction for MVE.
253 * testsuite/gas/arm/mve-ldst.d: New test.
254 * testsuite/gas/arm/mve-ldst.s: Likewise.
255
2562020-01-31 Nick Clifton <nickc@redhat.com>
257
258 * po/fr.po: Updated French translation.
259 * po/ru.po: Updated Russian translation.
260
2612020-01-31 Richard Sandiford <richard.sandiford@arm.com>
262
263 * testsuite/gas/aarch64/sve-bfloat-movprfx.s: Use .h rather than
264 .s for the movprfx.
265 * testsuite/gas/aarch64/sve-bfloat-movprfx.d: Update accordingly.
266 * testsuite/gas/aarch64/sve-movprfx_28.d,
267 * testsuite/gas/aarch64/sve-movprfx_28.l,
268 * testsuite/gas/aarch64/sve-movprfx_28.s: New test.
269
2702020-01-30 Jan Beulich <jbeulich@suse.com>
271
272 * config/tc-i386.c (output_disp): Tighten base_opcode check.
273 * testsuite/gas/i386/got.s: Add LSL, MOVLPS, and BNDCN cases.
274 * testsuite/gas/i386/got-no-relax.d, testsuite/gas/i386/got.d:
275 Adjust expectations.
276
2772020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
278
279 * testsuite/gas/bpf/alu.d: Update expected opcode for `neg'.
280 * testsuite/gas/bpf/alu-be.d: Likewise.
281 * testsuite/gas/bpf/alu32.d: Likewise for `neg32'.
282 * testsuite/gas/bpf/alu32-be.d: Likewise.
283
2842020-01-30 Jan Beulich <jbeulich@suse.com>
285
286 * testsuite/gas/i386/x86-64-branch-2.s,
287 testsuite/gas/i386/x86-64-branch-4.s,
288 testsuite/gas/i386/x86-64-branch.s: Add RETW cases.
289 * testsuite/gas/i386/ilp32/x86-64-branch.d,
290 testsuite/gas/i386/x86-64-branch-2.d,
291 testsuite/gas/i386/x86-64-branch-4.l,
292 testsuite/gas/i386/x86-64-branch.d: Adjust expectations.
293
2942020-01-30 Jan Beulich <jbeulich@suse.com>
295
296 * config/tc-i386.c (process_suffix): .
297 testsuite/gas/i386/noreg64.s: Add IRET and LRET cases.
298 testsuite/gas/i386/x86-64-opcode.s: Add suffix to IRET and LRET.
299 Add LRETQ case.
300 testsuite/gas/i386/x86-64-suffix.s: Drop IRET case without
301 suffix.
302 testsuite/gas/i386/x86_64.s: Add RETF cases.
303 * testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
304 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l,
305 testsuite/gas/i386/x86-64-opcode.d,
306 testsuite/gas/i386/x86-64-suffix-intel.d,
307 testsuite/gas/i386/x86-64-suffix.d,
308 testsuite/gas/i386/x86_64-intel.d
309 testsuite/gas/i386/x86_64.d: Adjust expectations.
310 * testsuite/gas/i386/x86-64-suffix.e,
311 testsuite/gas/i386/x86_64.e: New.
312
3132020-01-30 Jan Beulich <jbeulich@suse.com>
314
315 * config/tc-i386.c (process_suffix): Redo and move FLDENV et al
316 special case.
317
3182020-01-27 H.J. Lu <hongjiu.lu@intel.com>
319
320 PR binutils/25445
321 * config/tc-i386.c (check_long_reg): Also convert to QWORD for
322 movsxd.
323 * doc/c-i386.texi: Add a node for AMD64 vs. Intel64 ISA
324 differences. Document movslq and movsxd.
325 * testsuite/gas/i386/i386.exp: Run PR binutils/25445 tests.
326 * testsuite/gas/i386/x86-64-movsxd-intel.d: New file.
327 * testsuite/gas/i386/x86-64-movsxd-intel64-intel.d: Likewise.
328 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.l: Likewise.
329 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.s: Likewise.
330 * testsuite/gas/i386/x86-64-movsxd-intel64.d: Likewise.
331 * testsuite/gas/i386/x86-64-movsxd-intel64.s: Likewise.
332 * testsuite/gas/i386/x86-64-movsxd-inval.l: Likewise.
333 * testsuite/gas/i386/x86-64-movsxd-inval.s: Likewise.
334 * testsuite/gas/i386/x86-64-movsxd.d: Likewise.
335 * testsuite/gas/i386/x86-64-movsxd.s: Likewise.
336
3372020-01-27 Alan Modra <amodra@gmail.com>
338
339 * testsuite/gas/all/gas.exp: Replace case statements with switch
340 statements.
341 * testsuite/gas/elf/elf.exp: Likewise.
342 * testsuite/gas/macros/macros.exp: Likewise.
343 * testsuite/lib/gas-defs.exp: Likewise.
344
3452020-01-27 Tamar Christina <tamar.christina@arm.com>
346
347 PR 25403
348 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
349 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
350
3512020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
352
353 * testsuite/gas/riscv/march-ok-s.d: sx is no longer valid and
354 s exts must be known, so rename *ok* to *fail*.
355 * testsuite/gas/riscv/march-ok-sx.d: Likewise.
356 * testsuite/gas/riscv/march-ok-s-with-version: Likewise.
357 * testsuite/gas/riscv/march-fail-s.l: Expected error messages for
358 above change.
359 * testsuite/gas/riscv/march-fail-sx.l: Likewise.
360 * testsuite/gas/riscv/march-fail-sx-with-version.l: Likewise.
361
3622020-01-22 H.J. Lu <hongjiu.lu@intel.com>
363
364 PR gas/25438
365 * config/tc-i386.c (check_long_reg): Always disallow double word
366 suffix in mnemonic with word general register.
367 * testsuite/gas/i386/general.s: Replace word general register
368 with double word general register for movl.
369 * testsuite/gas/i386/inval.s: Add tests for movl with word general
370 register.
371 * testsuite/gas/i386/general.l: Updated.
372 * testsuite/gas/i386/inval.l: Likewise.
373
3742020-01-22 Alan Modra <amodra@gmail.com>
375
376 * config/tc-ppc.c (parse_tls_arg): Handle tls arg for
377 __tls_get_addr_desc and __tls_get_addr_opt.
378
3792020-01-21 Jan Beulich <jbeulich@suse.com>
380
381 * testsuite/gas/i386/inval-crc32.s,
382 testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
383 * testsuite/gas/i386/inval-crc32.l,
384 testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
385
3862020-01-21 Jan Beulich <jbeulich@suse.com>
387
388 * config/tc-i386.c (process_suffix): Merge CRC32 handling into
389 generic code path. Deal with No_lSuf being set in a template.
390 * testsuite/gas/i386/inval-crc32.l,
391 testsuite/gas/i386/x86-64-inval-crc32.l: Expect warning(s)
392 instead of error(s) when operand size is ambiguous.
393 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
394 testsuite/gas/i386/noreg64.s: Add CRC32 tests.
395 * testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg16.l,
396 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg32.l,
397 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l:
398 Adjust expectations.
399
4002020-01-21 Jan Beulich <jbeulich@suse.com>
401
402 * config/tc-i386.c (process_suffix): Drop SYSRET special case
403 and an intel_syntax check. Re-write lack-of-suffix processing
404 logic.
405 * doc/c-i386.texi: Document operand size defaults for suffix-
406 less AT&T syntax insns.
407 * testsuite/gas/i386/bundle.s, testsuite/gas/i386/lock-1.s,
408 testsuite/gas/i386/opcode.s, testsuite/gas/i386/sse3.s,
409 testsuite/gas/i386/x86-64-avx-scalar.s,
410 testsuite/gas/i386/x86-64-avx.s,
411 testsuite/gas/i386/x86-64-bundle.s,
412 testsuite/gas/i386/x86-64-intel64.s,
413 testsuite/gas/i386/x86-64-lock-1.s,
414 testsuite/gas/i386/x86-64-opcode.s,
415 testsuite/gas/i386/x86-64-sse2avx.s,
416 testsuite/gas/i386/x86-64-sse3.s: Add missing suffixes.
417 * testsuite/gas/i386/nops.s, testsuite/gas/i386/sse-noavx.s,
418 testsuite/gas/i386/x86-64-nops.s,
419 testsuite/gas/i386/x86-64-ptwrite.s,
420 testsuite/gas/i386/x86-64-simd.s,
421 testsuite/gas/i386/x86-64-sse-noavx.s,
422 testsuite/gas/i386/x86-64-suffix.s: Drop bogus suffix-less
423 insns.
424 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
425 testsuite/gas/i386/noreg64.s: Add further tests.
426 * testsuite/gas/i386/ilp32/x86-64-nops.d,
427 testsuite/gas/i386/nops.d, testsuite/gas/i386/noreg16.d,
428 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
429 testsuite/gas/i386/sse-noavx.d,
430 testsuite/gas/i386/x86-64-intel64.d,
431 testsuite/gas/i386/x86-64-nops.d,
432 testsuite/gas/i386/x86-64-opcode.d,
433 testsuite/gas/i386/x86-64-ptwrite-intel.d,
434 testsuite/gas/i386/x86-64-ptwrite.d,
435 testsuite/gas/i386/x86-64-simd-intel.d,
436 testsuite/gas/i386/x86-64-simd-suffix.d,
437 testsuite/gas/i386/x86-64-simd.d,
438 testsuite/gas/i386/x86-64-sse-noavx.d
439 testsuite/gas/i386/x86-64-suffix.d,
440 testsuite/gas/i386/x86-64-suffix-intel.d: Adjust expectations.
441 * testsuite/gas/i386/noreg16.l, testsuite/gas/i386/noreg32.l,
442 testsuite/gas/i386/noreg64.l: New.
443 * testsuite/gas/i386/i386.exp: Run new tests.
444
4452020-01-21 Jan Beulich <jbeulich@suse.com>
446
447 * testsuite/gas/i386/avx512_bf16_vl.s,
448 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
449 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
450 broadcast forms of VCVTNEPS2BF16.
451 * testsuite/gas/i386/avx512_bf16_vl.d,
452 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
453
4542020-01-20 Nick Clifton <nickc@redhat.com>
455
456 * po/uk.po: Updated Ukranian translation.
457
4582020-01-20 H.J. Lu <hongjiu.lu@intel.com>
459
460 PR ld/25416
461 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
462 for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
463 x32 object.
464 * testsuite/gas/i386/ilp32/x32-tls.d: Updated.
465 * testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
466 R_X86_64_GOTPC32_TLSDESC relocation.
467
4682020-01-18 Nick Clifton <nickc@redhat.com>
469
470 * configure: Regenerate.
471 * po/gas.pot: Regenerate.
472
4732020-01-18 Nick Clifton <nickc@redhat.com>
474
475 Binutils 2.34 branch created.
476
4772020-01-17 H.J. Lu <hongjiu.lu@intel.com>
478
479 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
480 with vex_encoding_vex.
481 (parse_insn): Likewise.
482 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
483 and {vex3} documentation.
484 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
485 {vex}.
486 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
487
4882020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
489
490 PR 25376
491 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
492 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
493 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
494 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
495 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
496 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
497
4982020-01-16 Jan Beulich <jbeulich@suse.com>
499
500 * config/tc-i386.c (match_template): Drop found_cpu_match local
501 variable.
502
5032020-01-16 Jan Beulich <jbeulich@suse.com>
504
505 * testsuite/gas/i386/avx512dq-inval.l,
506 testsuite/gas/i386/avx512dq-inval.s: New.
507 * testsuite/gas/i386/i386.exp: Run new test.
508
5092020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
510
511 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
512 relocations when the target is 430X, except when extracting part of an
513 expression.
514 (msp430_srcoperand): Adjust comment.
515 Initialize the expp member of the msp430_operand_s struct as
516 appropriate.
517 (msp430_dstoperand): Likewise.
518 * testsuite/gas/msp430/msp430.exp: Run new test.
519 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
520 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
521
5222020-01-15 Alan Modra <amodra@gmail.com>
523
524 * configure.tgt: Add sparc-*-freebsd case.
525
5262020-01-14 Lili Cui <lili.cui@intel.com>
527
528 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
529 * testsuite/gas/i386/align-branch-1b.d: Likewise.
530 * testsuite/gas/i386/align-branch-1c.d: Likewise.
531 * testsuite/gas/i386/align-branch-1d.d: Likewise.
532 * testsuite/gas/i386/align-branch-1e.d: Likewise.
533 * testsuite/gas/i386/align-branch-1f.d: Likewise.
534 * testsuite/gas/i386/align-branch-1g.d: Likewise.
535 * testsuite/gas/i386/align-branch-1h.d: Likewise.
536 * testsuite/gas/i386/align-branch-1i.d: Likewise.
537 * testsuite/gas/i386/align-branch-5.d: Likewise.
538 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
539 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
540 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
541 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
542 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
543 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
544 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
545 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
546 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
547 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
548 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
549 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
550
5512020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
552
553 PR 25377
554 * config/tc-z80.c: Add support for half precision, single
555 precision and double precision floating point values.
556 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
557 * doc/as.texi: Add new z80 command line options.
558 * doc/c-z80.texi: Document new z80 command line options.
559 * testsuite/gas/z80/ez80_pref_dis.s: New test.
560 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
561 * testsuite/gas/z80/z80.exp: Run the new test.
562 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
563 * testsuite/gas/z80/fp_zeda32.d: Likewise.
564 * testsuite/gas/z80/strings.d: Update expected output.
565
5662020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
567
568 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
569 dependency.
570
5712020-01-13 Claudiu Zissulescu <claziss@gmail.com>
572
573 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
574 the CPU.
575 * config/tc-arc.h: Add header if/defs.
576 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
577
5782020-01-13 Alan Modra <amodra@gmail.com>
579
580 * testsuite/gas/wasm32/allinsn.d: Update expected output.
581
5822020-01-13 Alan Modra <amodra@gmail.com>
583
584 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
585 insertion.
586
5872020-01-10 Alan Modra <amodra@gmail.com>
588
589 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
590 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
591
5922020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
593
594 PR 25224
595 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
596 opcode byte values.
597 (emit_ld_r_r): Likewise.
598 (emit_ld_rr_m): Likewise.
599 (emit_ld_rr_nn): Likewise.
600
6012020-01-09 Jan Beulich <jbeulich@suse.com>
602
603 * config/tc-i386.c (optimize_encoding): Add
604 is_any_vex_encoding() invocations. Drop respective
605 i.tm.extension_opcode == None checks.
606
6072020-01-09 Jan Beulich <jbeulich@suse.com>
608
609 * config/tc-i386.c (md_assemble): Check RegRex is clear during
610 REX transformations. Correct comment indentation.
611
6122020-01-09 Jan Beulich <jbeulich@suse.com>
613
614 * config/tc-i386.c (optimize_encoding): Generalize register
615 transformation for TEST optimization.
616
6172020-01-09 Jan Beulich <jbeulich@suse.com>
618
619 * testsuite/gas/i386/x86-64-sysenter-amd.s,
620 testsuite/gas/i386/x86-64-sysenter-amd.d,
621 testsuite/gas/i386/x86-64-sysenter-amd.l,
622 testsuite/gas/i386/x86-64-sysenter-intel.d,
623 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
624 * testsuite/gas/i386/i386.exp: Run new tests.
625
6262020-01-08 Nick Clifton <nickc@redhat.com>
627
628 PR 25284
629 * doc/as.texi (Align): Document the fact that all arguments can be
630 omitted.
631 (Balign): Likewise.
632 (P2align): Likewise.
633
6342020-01-08 Nick Clifton <nickc@redhat.com>
635
636 PR 14891
637 * config/obj-elf.c (obj_elf_section): Fail if the section name is
638 already defined as a different symbol type.
639 * testsuite/gas/elf/pr14891.s: New test source file.
640 * testsuite/gas/elf/pr14891.d: New test driver.
641 * testsuite/gas/elf/pr14891.s: New test expected error output.
642 * testsuite/gas/elf/elf.exp: Run the new test.
643
6442020-01-08 Alan Modra <amodra@gmail.com>
645
646 * config/tc-z8k.c (md_begin): Make idx unsigned.
647 (get_specific): Likewise for this_index.
648
6492020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
650
651 * onfig/tc-arc.c (parse_reloc_symbol): New function.
652 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
653 (md_operand): Set X_md to absent.
654 (arc_parse_name): Check for X_md.
655
6562020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
657
658 PR 25311
659 * as.h (TC_STRING_ESCAPES): Provide a default definition.
660 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
661 NO_STRING_ESCAPES.
662 * read.c (next_char_of_string): Likewise.
663 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
664 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
665
6662020-01-03 Nick Clifton <nickc@redhat.com>
667
668 * po/sv.po: Updated Swedish translation.
669
6702020-01-03 Jan Beulich <jbeulich@suse.com>
671
672 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
673 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
674
6752020-01-03 Jan Beulich <jbeulich@suse.com>
676
677 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
678 by-element usdot. Add 64-bit form tests for by-element sudot.
679 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
680
6812020-01-03 Jan Beulich <jbeulich@suse.com>
682
683 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
684 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
685
6862020-01-03 Jan Beulich <jbeulich@suse.com>
687
688 * testsuite/gas/aarch64/f64mm.d,
689 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
690
6912020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
692
693 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
694 support for assembler code generated by SDCC. Add new relocation
695 types. Add z80-elf target support.
696 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
697 labels. Local labels starts from ".L".
698 * NEWS: Mention the new support.
699 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
700 * testsuite/gas/all/fwdexp.s: Likewise.
701 * testsuite/gas/all/cond.l: Likewise.
702 * testsuite/gas/all/cond.s: Likewise.
703 * testsuite/gas/all/fwdexp.d: Likewise.
704 * testsuite/gas/all/fwdexp.s: Likewise.
705 * testsuite/gas/elf/section2.e-mips: Likewise.
706 * testsuite/gas/elf/section2.l: Likewise.
707 * testsuite/gas/elf/section2.s: Likewise.
708 * testsuite/gas/macros/app1.d: Likewise.
709 * testsuite/gas/macros/app1.s: Likewise.
710 * testsuite/gas/macros/app2.d: Likewise.
711 * testsuite/gas/macros/app2.s: Likewise.
712 * testsuite/gas/macros/app3.d: Likewise.
713 * testsuite/gas/macros/app3.s: Likewise.
714 * testsuite/gas/macros/app4.d: Likewise.
715 * testsuite/gas/macros/app4.s: Likewise.
716 * testsuite/gas/macros/app4b.s: Likewise.
717 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
718 * testsuite/gas/z80/z80.exp: Add new tests
719 * testsuite/gas/z80/dollar.d: New file.
720 * testsuite/gas/z80/dollar.s: New file.
721 * testsuite/gas/z80/ez80_adl_all.d: New file.
722 * testsuite/gas/z80/ez80_adl_all.s: New file.
723 * testsuite/gas/z80/ez80_adl_suf.d: New file.
724 * testsuite/gas/z80/ez80_isuf.s: New file.
725 * testsuite/gas/z80/ez80_z80_all.d: New file.
726 * testsuite/gas/z80/ez80_z80_all.s: New file.
727 * testsuite/gas/z80/ez80_z80_suf.d: New file.
728 * testsuite/gas/z80/r800_extra.d: New file.
729 * testsuite/gas/z80/r800_extra.s: New file.
730 * testsuite/gas/z80/r800_ii8.d: New file.
731 * testsuite/gas/z80/r800_z80_doc.d: New file.
732 * testsuite/gas/z80/z180.d: New file.
733 * testsuite/gas/z80/z180.s: New file.
734 * testsuite/gas/z80/z180_z80_doc.d: New file.
735 * testsuite/gas/z80/z80_doc.d: New file.
736 * testsuite/gas/z80/z80_doc.s: New file.
737 * testsuite/gas/z80/z80_ii8.d: New file.
738 * testsuite/gas/z80/z80_ii8.s: New file.
739 * testsuite/gas/z80/z80_in_f_c.d: New file.
740 * testsuite/gas/z80/z80_in_f_c.s: New file.
741 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
742 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
743 * testsuite/gas/z80/z80_out_c_0.d: New file.
744 * testsuite/gas/z80/z80_out_c_0.s: New file.
745 * testsuite/gas/z80/z80_reloc.d: New file.
746 * testsuite/gas/z80/z80_reloc.s: New file.
747 * testsuite/gas/z80/z80_sli.d: New file.
748 * testsuite/gas/z80/z80_sli.s: New file.
749
7502020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
751
752 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
753 REGLIST_RN.
754
7552020-01-01 Alan Modra <amodra@gmail.com>
756
757 Update year range in copyright notice of all files.
758
759For older changes see ChangeLog-2019
760\f
761Copyright (C) 2020 Free Software Foundation, Inc.
762
763Copying and distribution of this file, with or without modification,
764are permitted in any medium without royalty provided the copyright
765notice and this notice are preserved.
766
767Local Variables:
768mode: change-log
769left-margin: 8
770fill-column: 74
771version-control: never
772End:
This page took 0.028796 seconds and 4 git commands to generate.