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