gas: Add a -gdwarf-5 debug_line test with .s file
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-10-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gas/25878
4 PR gas/26740
5 * testsuite/gas/i386/dwarf5-line-4.d: New file.
6 * testsuite/gas/i386/dwarf5-line-4.s: Likewise.
7 * testsuite/gas/i386/i386.exp: Run dwarf5-line-4.
8
9 2020-10-17 H.J. Lu <hongjiu.lu@intel.com>
10
11 PR gas/25878
12 PR gas/26740
13 * testsuite/gas/i386/dwarf5-line-3.s: Replace dwarf5-line-2.S
14 with dwarf5-line-3.S.
15 * testsuite/gas/i386/dwarf5-line-3.d: Updated.
16
17 2020-10-17 H.J. Lu <hongjiu.lu@intel.com>
18
19 PR gas/25878
20 PR gas/26740
21 * dwarf2dbg.c (allocate_filename_to_slot): Don't reuse the slot 1
22 here.
23 (dwarf2_where): Restore as_where.
24 (dwarf2_directive_filename): Clear the slot 1 if it was assigned
25 to the input file.
26 * testsuite/gas/i386/dwarf5-line-2.d: New file.
27 * testsuite/gas/i386/dwarf5-line-2.s: Likewise.
28 * testsuite/gas/i386/dwarf5-line-3.d: Likewise.
29 * testsuite/gas/i386/dwarf5-line-3.s: Likewise.
30 * testsuite/gas/i386/i386.exp: Run dwarf5-line-2 and
31 dwarf5-line-3.
32
33 2020-10-16 H.J. Lu <hongjiu.lu@intel.com>
34
35 PR gas/25878
36 PR gas/26740
37 * dwarf2dbg.c (file_entry): Remove auto_assigned.
38 (assign_file_to_slot): Remove the auto_assign argument.
39 (allocate_filenum): Updated.
40 (allocate_filename_to_slot): Reuse the input file entry in the
41 file table.
42 (dwarf2_where): Replace as_where with as_where_physical.
43 * testsuite/gas/i386/dwarf5-line-1.d: New file.
44 * testsuite/gas/i386/dwarf5-line-1.s: Likewise.
45 * testsuite/gas/i386/i386.exp: Run dwarf5-line-1.
46
47 2020-10-16 Lili Cui <lili.cui@intel.com>
48
49 * config/tc-i386.c (cpu_flags_match): Move Pseudo Prefix check
50 to ...
51 (match_template): Here.
52 * testsuite/gas/i386/avx-vnni-inval.l: New file.
53 * testsuite/gas/i386/avx-vnni-inval.s: Likewise.
54 * testsuite/gas/i386/avx-vnni.d: Delete invalid {vex2} test.
55 * testsuite/gas/i386/avx-vnni.s: Likewise.
56 * testsuite/gas/i386/i386.exp: Add AVX VNNI invalid tests.
57 * testsuite/gas/i386/x86-64-avx-vnni-inval.l: New file.
58 * testsuite/gas/i386/x86-64-avx-vnni-inval.s: Likewise.
59 * testsuite/gas/i386/x86-64-avx-vnni.d: Delete invalid {vex2} test.
60 * testsuite/gas/i386/x86-64-avx-vnni.s: Likewise.
61
62 2020-10-14 H.J. Lu <hongjiu.lu@intel.com>
63 Lili Cui <lili.cui@intel.com>
64
65 * NEWS: Add Intel AVX VNNI.
66 * config/tc-i386.c (cpu_arch): Add .avx_vnni and noavx_vnni.
67 (cpu_flags_match): Support CpuVEX_PREFIX.
68 * doc/c-i386.texi: Document .avx_vnni, noavx_vnni and how to
69 encode Intel VNNI instructions with VEX prefix.
70 * testsuite/gas/i386/avx-vnni.d: New file.
71 * testsuite/gas/i386/avx-vnni.s: Likewise.
72 * testsuite/gas/i386/x86-64-avx-vnni.d: Likewise.
73 * testsuite/gas/i386/x86-64-avx-vnni.s: Likewise.
74 * testsuite/gas/i386/i386.exp: Run AVX VNNI tests.
75
76 2020-10-14 Lili Cui <lili.cui@intel.com>
77
78 * NEWS: Add Intel HRESET.
79 * config/tc-i386.c (cpu_arch): Add .hreset.
80 (cpu_noarch): Likewise.
81 * doc/c-i386.texi: Document .hreset, nohreset.
82 * testsuite/gas/i386/i386.exp: Run HRESET tests.
83 * testsuite/gas/i386/hreset.d: New file.
84 * testsuite/gas/i386/x86-64-hreset.d: Likewise.
85 * testsuite/gas/i386/hreset.s: Likewise.
86
87 2020-10-14 Lili Cui <lili.cui@intel.com>
88
89 * NEWS: Add Intel UINTR.
90 * config/tc-i386.c (cpu_arch): Add .uintr.
91 (cpu_noarch): Likewise.
92 * doc/c-i386.texi: Document .uintr and nouintr.
93 * testsuite/gas/i386/i386.exp: Run UINTR tests.
94 * testsuite/gas/i386/x86-64-uintr.d: Likewise.
95 * testsuite/gas/i386/x86-64-uintr.s: Likewise.
96
97 2020-10-14 H.J. Lu <hongjiu.lu@intel.com>
98
99 * config/tc-i386.c (load_insn_p): Check opcodeprefix == 0 for
100 base_opcode == 0xfc7.
101 (match_template): Likewise.
102 (process_suffix): Check opcodeprefix == PREFIX_0XF2 for CRC32.
103 (check_byte_reg): Likewise.
104 (output_insn): Don't add the 0xf3 prefix twice for PadLock
105 instructions. Don't add prefix from non-VEX/EVEX base_opcode.
106
107 2020-10-13 H.J. Lu <hongjiu.lu@intel.com>
108
109 * config/tc-i386.c (build_vex_prefix): Replace vexopcode with
110 opcodeprefix.
111 (build_evex_prefix): Likewise.
112 (is_any_vex_encoding): Don't check vexopcode.
113 (output_insn): Handle opcodeprefix.
114
115 2020-10-09 H.J. Lu <hongjiu.lu@intel.com>
116
117 PR gas/26703
118 * config/tc-i386.c (xstate): Add xstate_mask.
119 (md_assemble): Check i.types[j], instead of i.tm.operand_types[j],
120 for xstate. Set xstate_mask, instead of xstate_zmm, for RegMask.
121 (output_insn): Update for GNU_PROPERTY_X86_ISA_1_V[234]. Update
122 xstate for mask register and VSIB.
123 * testsuite/gas/i386/i386.exp: Run more GNU_PROPERTY tests.
124 * testsuite/gas/i386/property-1.s: Updated to the current
125 GNU_PROPERTY_X86_ISA_1_USED value.
126 * testsuite/gas/i386/property-2.s: Only keep cmove.
127 * testsuite/gas/i386/property-3.s: Changed to addsubpd.
128 * testsuite/gas/i386/property-1.d: Updated.
129 * testsuite/gas/i386/property-2.d: Likewise.
130 * testsuite/gas/i386/property-3.d: Likewise.
131 * testsuite/gas/i386/property-4.d: Likewise.
132 * testsuite/gas/i386/property-5.d: Likewise.
133 * testsuite/gas/i386/property-6.d: Likewise.
134 * testsuite/gas/i386/x86-64-property-1.d: Likewise.
135 * testsuite/gas/i386/x86-64-property-2.d: Likewise.
136 * testsuite/gas/i386/x86-64-property-3.d: Likewise.
137 * testsuite/gas/i386/x86-64-property-4.d: Likewise.
138 * testsuite/gas/i386/x86-64-property-5.d: Likewise.
139 * testsuite/gas/i386/x86-64-property-6.d: Likewise.
140 * testsuite/gas/i386/x86-64-property-7.d: Likewise.
141 * testsuite/gas/i386/x86-64-property-8.d: Likewise.
142 * testsuite/gas/i386/x86-64-property-9.d: Likewise.
143 * testsuite/gas/i386/property-11.d: New file.
144 * testsuite/gas/i386/property-11.s: Likewise.
145 * testsuite/gas/i386/property-12.d: Likewise.
146 * testsuite/gas/i386/property-12.s: Likewise.
147 * testsuite/gas/i386/property-13.d: Likewise.
148 * testsuite/gas/i386/property-13.s: Likewise.
149 * testsuite/gas/i386/x86-64-property-11.d: Likewise.
150 * testsuite/gas/i386/x86-64-property-12.d: Likewise.
151 * testsuite/gas/i386/x86-64-property-13.d: Likewise.
152 * testsuite/gas/i386/x86-64-property-14.d: Likewise.
153 * testsuite/gas/i386/x86-64-property-14.s: Likewise.
154
155 2020-10-06 Alex Coplan <alex.coplan@arm.com>
156
157 PR 26699
158 * config/tc-aarch64.c (asm_barrier_opt): Delete.
159 (parse_barrier): Fix bogus type punning.
160 * testsuite/gas/aarch64/system.d: Update disassembly.
161 * testsuite/gas/aarch64/system.s: Add isb sy test.
162
163 2020-10-06 Sergey Belyashav <sergey.belyashov@gmail.com>
164
165 PR 26692
166 * config/tc-z80.c (md_begin): Ensure that xpressions are empty
167 before using them.
168 (unify_indexed): Likewise.
169 (z80_start_line_hook): Improve hash sign handling when SDCC
170 compatibility mode enabled.
171 (md_parse_exp_not_indexed): Improve indirect addressing
172 detection.
173 (md_pseudo_table): Accept hd64 as an alias of z810.
174
175 2020-10-06 Alan Modra <amodra@gmail.com>
176
177 * testsuite/gas/elf/sh-link-zero.s: Don't start directives in
178 first column. Don't use numeric labels.
179
180 2020-10-05 Kamil Rytarowski <n54@gmx.com>
181
182 * configure.tgt (aarch64*-*-netbsd*): Add target.
183
184 2020-10-05 Samanta Navarro <ferivoz@riseup.net>
185
186 * doc/as.texi: Fix spelling mistakes.
187 * doc/c-wasm32.texi: Likewise.
188
189 2020-10-05 T.K. Chia <u1049321969@caramail.com>
190
191 PR gas/26694
192 * NEWS: Updated for i386 lcall and ljmp change.
193 * config/tc-i386.c (output_interseg_jump): Allow non-absolute
194 segment operand for immediate lcall and ljmp.
195 * testsuite/gas/i386/jump.d,
196 * testsuite/gas/i386/jump.s,
197 * testsuite/gas/i386/jump16.d,
198 * testsuite/gas/i386/jump16.e,
199 * testsuite/gas/i386/jump16.s: Add tests for non-absolute
200 segment operand for immediate ljmp.
201
202 2020-10-05 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR binutils/26704
205 * testsuite/gas/i386/noreg64-data16.d: Expect sysretl instead of
206 sysret.
207 * testsuite/gas/i386/noreg64.d: Likewise.
208 * testsuite/gas/i386/x86-64-intel64.d: Likewise.
209 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
210
211 2020-10-05 H.J. Lu <hongjiu.lu@intel.com>
212
213 PR binutils/26705
214 * testsuite/gas/i386/x86-64-suffix.s: Add "mov %rsp,%rbp" before
215 sysretq.
216 * testsuite/gas/i386/x86-64-suffix-intel.d: Updated.
217 * testsuite/gas/i386/x86-64-suffix.d: Likewise.
218
219 2020-10-05 Nick Clifton <nickc@redhat.com>
220
221 PR 26253
222 * config/obj-elf.c (obj_elf_section): Accept a numeric value for
223 the "o" section flag. Interpret it as a section index. Allow an
224 index of zero.
225 * doc/as.texi: Document the new behaviour.
226 * NEWS: Mention the new feature. Tidy entries.
227 * testsuite/gas/elf/sh-link-zero.s: New test.
228 * testsuite/gas/elf/sh-link-zero.d: New test driver.
229 * testsuite/gas/elf/elf.exp: Run the new test.
230 * testsuite/gas/elf/section21.l: Updated expected assembler
231 output.
232
233 2020-10-03 H.J. Lu <hongjiu.lu@intel.com>
234
235 PR gas/26685
236 * config/tc-i386.c (process_suffix): Also check the register
237 operand for the address size prefix if the memory operand has
238 no real registers.
239 * testsuite/gas/i386/enqcmd-16bit.d: New file.
240 * testsuite/gas/i386/enqcmd-16bit.s: Likewise.
241 * testsuite/gas/i386/movdir-16bit.d: Likewise.
242 * testsuite/gas/i386/movdir-16bit.s: Likewise.
243 * testsuite/gas/i386/enqcmd.s: Add tests with symbol and DISP.
244 * testsuite/gas/i386/x86-64-enqcmd.s: Likewise.
245 * testsuite/gas/i386/x86-64-movdir.s: Likewise.
246 * testsuite/gas/i386/movdir.s: Add tests with symbol and DISP.
247 Remove the .code16 test.
248 * testsuite/gas/i386/i386.exp: Run movdir-16bit and enqcmd-16bit.
249 * testsuite/gas/i386/x86-64-enqcmd-intel.d: Updated.
250 * testsuite/gas/i386/x86-64-enqcmd.d: Likewise.
251 * testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
252 * testsuite/gas/i386/x86-64-movdir.d: Likewise.
253 * testsuite/gas/i386/enqcmd-intel.d: Likewise.
254 * testsuite/gas/i386/enqcmd.d: Likewise.
255 * testsuite/gas/i386/movdir-intel.d: Likewise.
256 * testsuite/gas/i386/movdir.d: Likewise.
257 * testsuite/gas/i386/x86-64-enqcmd-intel.d: Likewise.
258 * testsuite/gas/i386/x86-64-enqcmd.d: Likewise.
259 * testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
260 * testsuite/gas/i386/x86-64-movdir.d: Likewise.
261
262 2020-10-02 Nick Clifton <nickc@redhat.com>
263
264 * testsuite/gas/arm/mve-vcvtne-it.d: Allow for padding inserted by
265 PE based targets.
266
267 2020-10-01 Nick Clifton <nickc@redhat.com>
268
269 * config/obj-elf (elf_pseudo_table): Add attach_to_group.
270 (obj_elf_attach_to_group): New function.
271 * doc/as.texi: Document the new directive.
272 * NEWS: Mention the new feature.
273 * testsuite/gas/elf/attach-1.s: New test.
274 * testsuite/gas/elf/attach-1.d: New test driver.
275 * testsuite/gas/elf/attach-2.s: New test.
276 * testsuite/gas/elf/attach-2.d: New test driver.
277 * testsuite/gas/elf/attach-err.s: New test.
278 * testsuite/gas/elf/attach-err.d: New test driver.
279 * testsuite/gas/elf/attach-err.err: New test error output.
280 * testsuite/gas/elf/elf.exp: Run the new tests.
281
282 2020-09-16 H.J. Lu <hongjiu.lu@intel.com>
283
284 PR gas/26685
285 * config/tc-i386.c (process_suffix): Check the register operand
286 for the address size prefix if the memory operand is symbol(%rip).
287 * testsuite/gas/i386/x86-64-enqcmd.s: Add tests with RIP-relative
288 addressing.
289 * testsuite/gas/i386/x86-64-movdir.s: Likewise.
290 * testsuite/gas/i386/x86-64-enqcmd-intel.d: Updated.
291 * testsuite/gas/i386/x86-64-enqcmd.d: Likewise.
292 * testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
293 * testsuite/gas/i386/x86-64-movdir.d: Likewise.
294
295 2020-09-30 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
296
297 * config/tc-aarch64.c: Add Cortex-A78 and Cortex-A78AE cores.
298 * doc/c-aarch64.texi: Update docs.
299 * NEWS: Update news.
300
301 2020-09-30 Alex Coplan <alex.coplan@arm.com>
302
303 * NEWS: Mention recent Arm processor support.
304
305 2020-09-30 Alex Coplan <alex.coplan@arm.com>
306
307 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-n2.
308 * doc/c-aarch64.texi: Document support for Neoverse N2.
309
310 2020-09-30 Alan Modra <amodra@gmail.com>
311
312 * config/obj-elf.c (obj_elf_change_section): Rename variable to
313 avoid shadowing warning.
314 * symbols.c (symbol_entry_find): Init all symbol_flags fields.
315
316 2020-09-29 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
317
318 * NEWS: TRBE, ETE, ETMv4 and Cortex-X1 news updates.
319
320 2020-09-28 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
321
322 * config/tc-arm.c: (arm_cpus): Add Cortex-X1.
323 * doc/c-arm.texi: Document -mcpu=cortex-x1.
324 * testsuite/gas/arm/cpu-cortex-x1.d: New test.
325
326 2020-09-28 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
327
328 * testsuite/gas/aarch64/etm-ro-invalid.d: New test.
329 * testsuite/gas/aarch64/etm-ro-invalid.l: New test.
330 * testsuite/gas/aarch64/etm-ro-invalid.s: New test.
331 * testsuite/gas/aarch64/etm-ro.s: New test.
332 * testsuite/gas/aarch64/etm-wo-invalid.d: New test.
333 * testsuite/gas/aarch64/etm-wo-invalid.l: New test.
334 * testsuite/gas/aarch64/etm-wo-invalid.s: New test.
335 * testsuite/gas/aarch64/etm-wo.s: New test.
336 * testsuite/gas/aarch64/etm.s: New test.
337 * testsuite/gas/aarch64/sysreg.d: system register s2_1_c0_c3_0
338 disassembled now to trcstatr.
339
340 2020-09-28 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
341
342 * config/tc-aarch64.c: (aarch64_cpus): Add Cortex-X1.
343 * doc/c-aarch64.texi: Document -mcpu=cortex-x1.
344
345 2020-09-28 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
346
347 * testsuite/gas/aarch64/ete.d: New test.
348 * testsuite/gas/aarch64/ete.s: New test.
349
350 2020-09-28 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
351
352 * testsuite/gas/aarch64/trbe-invalid.d: New test.
353 * testsuite/gas/aarch64/trbe-invalid.l: New test.
354 * testsuite/gas/aarch64/trbe-invalid.s: New test.
355 * testsuite/gas/aarch64/trbe.d: New test.
356 * testsuite/gas/aarch64/trbe.s: New test.
357
358 2020-09-28 Alex Coplan <alex.coplan@arm.com>
359
360 * config/tc-arm.c (arm_cpus): Add FP16 to Neoverse V1.
361
362 2020-09-28 Alex Coplan <alex.coplan@arm.com>
363
364 * config/tc-aarch64.c (aarch64_cpus): Group Neoverse cores together,
365 add missing F16 bit to Neoverse V1.
366
367 2020-09-26 Alan Modra <amodra@gmail.com>
368
369 * config/tc-csky.c (parse_type_ctrlreg): Don't mask mach_flag
370 for csky_get_control_regno.
371 (csky_get_reg_val): Likewise when calling csky_get_general_regno.
372
373 2020-09-24 Jim Wilson <jimw@sifive.com>
374
375 PR 26400
376 * config/tc-riscv.c (append_insn): If in absolute section, emit
377 error before add_relaxed_insn call.
378 * testsuite/gas/riscv/absolute-sec.d: New.
379 * testsuite/gas/riscv/absolute-sec.l: New.
380 * testsuite/gas/riscv/absolute-sec.s: New.
381
382 2020-09-23 Mark Wielaard <mark@klomp.org>
383
384 * testsuite/gas/elf/dwarf-5-cu.d: Adjust expected output.
385
386 2020-09-24 Alex Coplan <alex.coplan@arm.com>
387
388 * config/tc-arm.c (arm_cpus): Add Neoverse V1.
389 * doc/c-arm.texi: Document Neoverse V1 support.
390
391 2020-09-24 Alex Coplan <alex.coplan@arm.com>
392
393 * config/tc-aarch64.c (aarch64_cpu_option_table): Add Neoverse V1.
394 * doc/c-aarch64.texi: Document Neoverse V1 support.
395
396 2020-09-24 Alex Coplan <alex.coplan@arm.com>
397
398 * config/tc-arm.c (arm_cpus): Add Neoverse N2.
399 * doc/c-arm.texi: Document -mcpu=neoverse-n2.
400
401 2020-09-24 Lili Cui <lili.cui@intel.com>
402
403 * NEWS: Add TDX.
404 * config/tc-i386.c (cpu_arch): Add .tdx.
405 (cpu_noarch): Likewise.
406 * doc/c-i386.texi: Document tdx.
407 * testsuite/gas/i386/i386.exp: Run tdx tests.
408 * testsuite/gas/i386/tdx.d: Likewise.
409 * testsuite/gas/i386/tdx.s: Likewise.
410 * testsuite/gas/i386/x86-64-tdx.d: Likewise.
411 * testsuite/gas/i386/x86-64-tdx.s: Likewise.
412
413 2020-09-17 Cooper Qu <cooper.qu@linux.alibaba.com>
414
415 * config/tc-csky.c (parse_type_ctrlreg): Use function
416 csky_get_control_regno to operand.
417 (csky_get_reg_val): Likewise.
418 (is_reg_sp_with_bracket): Use function csky_get_reg_val
419 to parse operand.
420 (is_reg_sp): Refine.
421 (is_oimm_within_range): Fix, report error when operand
422 is not constant.
423 (parse_type_cpreg): Refine.
424 (parse_type_cpcreg): Refine.
425 (get_operand_value): Add handle of OPRND_TYPE_IMM5b_LS.
426 (md_assemble): Fix no error reporting somtimes when
427 operands number are not fit.
428 (csky_addc64): Refine.
429 (csky_subc64): Refine.
430 (csky_or64): Refine.
431 (v1_work_fpu_fo): Refine.
432 (v1_work_fpu_read): Refine.
433 (v1_work_fpu_writed): Refine.
434 (v1_work_fpu_readd): Refine.
435 (v2_work_addc): New function, strengthen the operands legality
436 check of addc.
437 * testsuite/gas/csky/all.d : Use register number format when
438 disassemble register name by default.
439 * testsuite/gas/csky/cskyv2_all.d : Likewise.
440 * testsuite/gas/csky/trust.d: Likewise.
441 * testsuite/gas/csky/cskyv2_ck860.d : Fix.
442 * testsuite/gas/csky/trust.s : Fix.
443
444 2020-09-23 Lili Cui <lili.cui@intel.com>
445
446 * NEWS: Add Key Locker.
447 * config/tc-i386.c (cpu_arch): Add .kl and .wide_kl.
448 (cpu_noarch): Likewise.
449 * doc/c-i386.texi: Document kl and wide_kl.
450 * testsuite/gas/i386/i386.exp: Run keylocker tests.
451 * testsuite/gas/i386/keylocker-intel.d: New test.
452 * testsuite/gas/i386/keylocker.d: Likewise.
453 * testsuite/gas/i386/keylocker.s: Likewise.
454 * testsuite/gas/i386/x86-64-keylocker-intel.d: Likewise.
455 * testsuite/gas/i386/x86-64-keylocker.d: Likewise.
456 * testsuite/gas/i386/x86-64-keylocker.s: Likewise.
457 * testsuite/gas/i386/x86-64-property-10.d: Likewise.
458 * testsuite/gas/i386/property-10.d: Likewise.
459 * testsuite/gas/i386/property-10.s: Likewise.
460
461 2020-09-21 Alan Modra <amodra@gmail.com>
462
463 PR 26569
464 * config/tc-riscv.c (append_insn): Don't tie off frags at CALL
465 relocs.
466 (riscv_call): Tie them off after the jalr.
467 (md_apply_fix): Zero fx_size of RELAX fixup.
468
469 2020-09-018 David Faust <david.faust@oracle.com>
470
471 * testsuite/gas/bpf/alu-xbpf.d: New file.
472 * testsuite/gas/bpf/alu-xbpf.s: Likewise.
473 * testsuite/gas/bpf/alu32-xbpf.d: Likewise.
474 * testsuite/gas/bpf/alu32-xbpf.d: Likewise.
475 * testuiste/gas/bpf/bpf.exp: Run new tests.
476
477 2020-09-18 Tucker <tuckkern+sourceware@gmail.com>
478
479 PR 26556
480 * read.c (bss_alloc): Convert size parameter from octets to
481 bytes.
482
483 2020-09-17 Alan Modra <amodra@gmail.com>
484
485 * testsuite/gas/i386/i386.exp: Return early if not x86.
486
487 2020-09-16 Alan Modra <amodra@gmail.com>
488
489 * config/obj-elf.c (obj_elf_visibility, elf_frob_symbol): Adjust
490 elf_symbol_from invocation.
491 * config/tc-aarch64.c (s_variant_pcs): Likewise.
492 * config/tc-m68hc11.c (s_m68hc11_mark_symbol): Likewise.
493 * config/tc-ppc.c (ppc_elf_localentry, ppc_force_relocation),
494 (ppc_fix_adjustable): Likewise.
495 * config/tc-xgate.c (xgate_frob_symbol): Likewise.
496
497 2020-09-15 H.J. Lu <hongjiu.lu@intel.com>
498
499 * testsuite/gas/cfi/reloc-pe-i386.d: Updated.
500 * testsuite/gas/i386/x86-64-w64-pcrel.d: Likewise.
501
502 2020-09-15 Alan Modra <amodra@gmail.com>
503
504 PR 26610
505 * config/tc-arm.c (move_or_literal_pool): Correct extraction of
506 bignum. Use unsigned "v"
507 (is_double_a_single): Make "v" and "mantissa" unsigned. Formatting.
508 (double_to_single): Likewise.
509
510 2020-09-15 Nick Clifton <nickc@redhat.com>
511
512 * read.c (s_nop): Preserve the input_line_pointer around the call
513 to md_assemble.
514 * config/tc-s12z.c (md_assemble): Revert previous delta.
515
516 2020-09-15 David Faust <david.faust@oracle.com>
517
518 * config/tc-bpf.h (md_single_noop_insn): Use 'ja 0' for no-op.
519
520 2020-09-14 Nick Clifton <nickc@redhat.com>
521
522 * read.c (s_nop): New function. Handles the .nop directive.
523 (potable): Add entry for "nop".
524 (s_nops): Code tidy.
525 * read.h (s_nop): Add prototype.
526 * config/tc-bpf.h (md_single_noop_insn): Define.
527 * config/tc-mmix.h (md_single_noop_insn): Define.
528 * config/tc-or1k.h (md_single_noop_insn): Define.
529 * config/tc-ia64.h (md_single_noop_insn): Define.
530 * config/tc-s12z.c (md_assemble): Preserve the input line pointer,
531 rather than corrupting it.
532 * write.c (relax_segment): Update error message regarding
533 non-absolute values passed to .fill and .nops.
534 * NEWS: Mention the new directive.
535 * doc/as.texi: Document the new directive.
536 * doc/internals.texi: Document the new internal macros used to
537 implement the new directive.
538 * testsuite/gas/all/nop.s: New test.
539 * testsuite/gas/all/nop.d: New test control file.
540 * testsuite/gas/all/gas.exp: Run the new test.
541 * testsuite/gas/elf/dwarf-5-nop-for-line-table.s: New test.
542 * testsuite/gas/elf/dwarf-5-nop-for-line-table.d: New test
543 control file.
544 * testsuite/gas/elf/elf.exp: Run the new test.
545 * testsuite/gas/i386/space1.l: Adjust expected output.
546
547 2020-09-07 Mark Wielaard <mark@klomp.org>
548
549 * as.texi (-g): Explicitly mention when .debug_info and .debug_line
550 are generated for the DWARF format.
551 (Loc): Add that it is an error to both use a .loc directive and
552 generate a .debug_line yourself.
553 * dwarf2dbg.c (dwarf2_any_loc_directive_seen): New static variable.
554 (dwarf2_directive_loc): Set dwarf2_any_loc_directive_seen to TRUE.
555 (dwarf2_finish): Check dwarf2_any_loc_directive_seen before emitting
556 an error. Only create .debug_line if it is empty (or doesn't exist).
557 * testsuite/gas/i386/i386.exp: Add dwarf2-line-{1,2,3,4} when testing
558 an elf target.
559 * testsuite/gas/i386/dwarf2-line-{1,2,3,4}.{s,d,l}: New test files.
560
561 2020-09-10 Cooper Qu <cooper.qu@linux.alibaba.com>
562
563 * config/tc-csky.c (md_begin): Enable extend lrw by default for
564 CK802, CK803 and CK860.
565
566 2020-09-10 Cooper Qu <cooper.qu@linux.alibaba.com>
567
568 * config/tc-csky.c (struct csky_cpu_info): Add new members
569 isa_flag, features and ver.
570 (struct csky_cpu_feature): New.
571 (struct csky_cpu_version): New.
572 (CSKY_FEATURE_MAX): Define.
573 (CSKY_CPU_REVERISON_MAX): Define.
574 (FEATURE_DSP_EXT, FEATURE_DSP, FEATURE_MMU, FEATURE_VDSP,
575 FEATURE_FLOAT, FEATURE_TRUST, FEATURE_JAVA, FEATURE_SHIELD):
576 Define, each standard one collection of instructions.
577 (CSKY_FEATURES_DEF_NULL, CSKY_FEATURES_DEF_e,
578 CSKY_FEATURES_DEF_t, CSKY_FEATURES_DEF_f, CSKY_FEATURES_DEF_v,
579 CSKY_FEATURES_DEF_ef, CSKY_FEATURES_DEF_jt,
580 CSKY_FEATURES_DEF_efht, CSKY_FEATURES_DEF_efv,
581 CSKY_FEATURES_DEF_eft, CSKY_FEATURES_DEF_d,
582 CSKY_FEATURES_DEF_df, CSKY_FEATURES_DEF_ft,
583 CSKY_FEATURES_DEF_tv, CSKY_FEATURES_DEF_fv,
584 CSKY_FEATURES_DEF_dft, CSKY_FEATURES_DEF_dfv,
585 CSKY_FEATURES_DEF_ftv, CSKY_FEATURES_DEF_eftv): Define,
586 the features combination used by cpu.
587 (CSKY_CPU_REVERISON_r0p0, CSKY_CPU_REVERISON_r1p0,
588 CSKY_CPU_REVERISON_r2p0, CSKY_CPU_REVERISON_r3p0,
589 CSKY_CPU_REVERISON_RESERVED, CSKY_CPU_REVERISON_R3):
590 Define, version information used by cpu.
591 (csky_cpus): Refine, and add CK804, CK805 and CK800.
592 (parse_cpu): Refine.
593 (parse_arch): Refine.
594 (md_show_usage): Refine.
595 (md_begin): Refine.
596
597 2020-09-09 Alan Modra <amodra@gmail.com>
598
599 * config/tc-ppc.c (md_assemble): Emit prefix insn by parts when
600 valueT is smaller than 64 bits.
601
602 2020-09-07 Cooper Qu <cooper.qu@linux.alibaba.com>
603
604 * config/tc-csky.c (CSKYV2_ISA_DSP): CSKY_ISA_DSPE60.
605 (CSKY_ISA_860): Likewise.
606
607 2020-09-07 Cooper Qu <cooper.qu@linux.alibaba.com>
608
609 * config/tc-csky.c (float_abi): New.
610 (md_longopts): Add mfloat-abi.
611 (struct sky_option_value_table): New.
612 (csky_float_abis): New, the possible values for -mfloat-abi.
613 (parse_float_abi): New funtion.
614 (md_show_usage): Show help information for -mfloat-abi.
615 (set_csky_attribute): Store float-abi value.
616
617 2020-09-07 Cooper Qu <cooper.qu@linux.alibaba.com>
618
619 * config/tc-csky.c (float_work_fpuv3_fmovi): New function,
620 helper function to encode fpuv3 fmovi instructions.
621 (float_work_fpuv3_fstore): New function.
622 (struct literal): Add new member 'offset'.
623 (csky_cpus): New cpu CK860f.
624 (enter_literal): Return literal pool pointer instead of offset.
625 (parse_rt): Adjust the change of enter_literal.
626 (parse_rtf): Likewise.
627 (v1_work_lrw): Likewise.
628 (v1_work_jbsr): Likewise.
629 (v2_work_lrw): Likewise.
630 (v2_work_jbsr): Likewise.
631 (v2_work_jsri): Likewise.
632 (vdsp_work_vlrw): Likewise.
633 (is_freglist_legal): Add handler for FPUV3.
634 (parse_type_freg): Likewise.
635 (is_imm_within_range): Set e.X_add_number if it is a signed and
636 negtive number.
637 (get_operand_value): Add handler for OPRND_TYPE_IMM9b,
638 OPRND_TYPE_HFLOAT_FMOVI, OPRND_TYPE_SFLOAT_FMOVI
639 and OPRND_TYPE_DFLOAT_FMOVI.
640 (float_to_half): Convert float number to harf float.
641 * testsuite/gas/csky/case-fpuv3-ck860f/ : New folder containing
642 the test cases for FPUV3, they are divided by instruction
643 operands format and both have legal cases and illegal cases.
644
645 2020-09-08 Jozef Lawrynowicz <jozef.l@mittosystems.com>
646 Kuan-Lin Chen <kuanlinchentw@gmail.com>
647
648 * config/tc-msp430.c (msp430_insert_uleb128_fixes): New.
649 (msp430_md_end): Call msp430_insert_uleb128_fixes.
650
651 2020-09-08 Alex Coplan <alex.coplan@arm.com>
652
653 * config/tc-aarch64.c (aarch64_cpus): Add Cortex-R82.
654 * doc/c-aarch64.texi: Document -mcpu=cortex-r82.
655
656 2020-09-08 Alex Coplan <alex.coplan@arm.com>
657
658 * config/tc-aarch64.c (parse_sys_reg): Also pass sysreg name to
659 validation function.
660 (parse_sys_ins_reg): Likewise.
661 (print_operands): Pass CPU features to aarch64_print_operand().
662 * testsuite/gas/aarch64/v8-r-bad-sysregs.d: New test.
663 * testsuite/gas/aarch64/v8-r-bad-sysregs.l: Error output.
664 * testsuite/gas/aarch64/v8-r-bad-sysregs.s: Input.
665 * testsuite/gas/aarch64/v8-r-sysregs-need-arch.d: New test.
666 * testsuite/gas/aarch64/v8-r-sysregs-need-arch.l: Error output.
667 * testsuite/gas/aarch64/v8-r-sysregs.d: New test.
668 * testsuite/gas/aarch64/v8-r-sysregs.s: Input for previous two tests.
669
670 2020-09-08 Alex Coplan <alex.coplan@arm.com>
671
672 * testsuite/gas/aarch64/dfb.d: New test.
673 * testsuite/gas/aarch64/dfb.s: Input.
674
675 2020-09-08 Alex Coplan <alex.coplan@arm.com>
676
677 * config/tc-aarch64.c (aarch64_archs): Add armv8-r.
678 * doc/c-aarch64.texi: Document -march=armv8-r.
679
680 2020-09-07 Mark Wielaard <mark@klomp.org>
681
682 * dwarf2dbg.c (add_line_strp): New function.
683 (out_dir_and_file_list): Take line_seg and sizeof_offset as
684 arguments, Use DW_FORM_line_strp for dir and file. Call
685 add_line_strp and set symbol offset for DWARF2_LINE_VERSION 5.
686 (out_debug_line): Call out_dir_and_file_list with line_seg and
687 sizeof_offset.
688 * testsuite/gas/elf/dwarf-5-file0.d: Expect indirect line
689 strings.
690
691 2020-09-07 Mark Wielaard <mark@klomp.org>
692
693 * dwarf2dbg.c (DWARF2_RNGLISTS_VERSION): New constant.
694 (out_debug_ranges): Add ranges_sym argument and set it.
695 (out_debug_rnglists): New function.
696 (out_debug_info): Change ranges_seg argument to ranges_sym
697 and use it to set DW_AT_ranges value.
698 (dwarf2_finish): Remove ranges_seg, add ranges_sym. For
699 DWARF2_VERSION 5 call out_debug_rnglists.
700
701 2020-09-07 Mark Wielaard <mark@klomp.org>
702
703 * dwarf2dbg.c (dwarf2_directive_filename): Initialize with_md5 to
704 FALSE.
705 * testsuite/gas/elf/dwarf-5-file0.s: Add a random bignum.
706
707 2020-09-01 Mark Wielaard <mark@klomp.org>
708
709 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_sec_offset for DWARF
710 version 4 or higher.
711
712 2020-09-02 Alan Modra <amodra@gmail.com>
713
714 * expr.c (add_to_result, subtract_from_result): Use unsigned
715 addition and subtraction.
716
717 2020-09-02 Alan Modra <amodra@gmail.com>
718
719 * config/tc-z80.c (is_overflow): Avoid too large shift.
720
721 2020-09-02 Alan Modra <amodra@gmail.com>
722
723 * config/tc-sparc.c (in_signed_range): Use an unsigned type for
724 sign mask.
725
726 2020-09-02 Alan Modra <amodra@gmail.com>
727
728 * config/tc-nios2.c (md_apply_fix): Avoid too large shift.
729
730 2020-09-02 Alan Modra <amodra@gmail.com>
731
732 * config/tc-mips.c (load_register): Avoid too large shift.
733
734 2020-09-02 Alan Modra <amodra@gmail.com>
735
736 * config/tc-d30v.c (parallel_ok): Use 1UL for left shift expression.
737
738 2020-09-02 Alan Modra <amodra@gmail.com>
739
740 * config/rx-parse.y (rx_intop): Avoid too large shifts.
741 (rx_intop, rx_uintop, rx_disp3op, rx_disp5op, displacement),
742 (rtsd_immediate): Use correctly typed unsigned variables.
743
744 2020-09-02 Alan Modra <amodra@gmail.com>
745
746 * config/obj-macho.c (obj_mach_o_zerofill): Correct type of
747 constant shifted left.
748
749 2020-09-02 Alan Modra <amodra@gmail.com>
750
751 * config/bfin-lex.l: Use an unsigned type for "value".
752
753 2020-09-02 Alan Modra <amodra@gmail.com>
754
755 * config/tc-pdp11.c (md_number_to_chars): Condition nbytes=8 code
756 on BFD64.
757
758 2020-09-02 Cooper Qu <cooper.qu@linux.alibaba.com>
759
760 * config/tc-csky.c (csky_cpus): Add ck803r3.
761 (CSKY_ISA_803R3): Define.
762 (CSKY_ISA_803R2): Refine, use CSKY_ISA_803R1.
763
764 2020-09-02 Cooper Qu <cooper.qu@linux.alibaba.com>
765
766 * testsuite/gas/csky/cskyv2_dsp.d : Fix Encode of mulsws.
767
768 2020-09-02 Cooper Qu <cooper.qu@linux.alibaba.com>
769
770 * config/tc-csky.c (struct literal): New member bignum.
771 (dump_literals): Handle big constant.
772 (enter_literal): Likewise.
773 (parse_type_freg): Handle vector register.
774
775 2020-09-01 H.J. Lu <hongjiu.lu@intel.com>
776
777 * doc/as.texi: Document the .tls_common directive.
778
779 2020-09-01 Alan Modra <amodra@gmail.com>
780
781 PR 26420
782 PR 26421
783 PR 26425
784 PR 26427
785 * config/tc-arm.c (struct arm_it): Make size, size_req, cond and
786 uncond_value unsigned.
787 (parse_vfp_reg_list): Make setmask unsigned, vpr_str_len size_t.
788 (parse_big_immediate): Cast generic_bignum elements to unsigned.
789 (encode_thumb32_immediate): Shift left 0xffU.
790 (double_to_single): Make sign unsigned. Tidy.
791 (move_or_literal_pool): Cast LITTLE_NUM elements to uint64_t or
792 valueT.
793 (vfp_or_neon_is_neon): Adjust inst.uncond_value expression.
794 (md_assemble): Likewise.
795 (handle_pred_state): Make cond unsigned.
796 (thumb32_negate_data_op): Make variables unsigned.
797 (md_apply_fix): Make value and newval unsigned, adjust uses.
798
799 2020-08-31 Alan Modra <amodra@gmail.com>
800
801 PR 26510
802 * config/tc-z8k.c (buffer): Use unsigned char.
803 (apply_fix): Use unsigned char* pointers.
804 (build_bytes): Likewise and mask nibbles when packing.
805
806 2020-08-31 Alan Modra <amodra@gmail.com>
807
808 PR 26503
809 * config/tc-v850.c (parse_register_list): Shift 1u left.
810
811 2020-08-31 Alan Modra <amodra@gmail.com>
812
813 PR 26502
814 * config/tc-tic6x.c (md_apply_fix): Use unsigned variables.
815
816 2020-08-31 Alan Modra <amodra@gmail.com>
817
818 PR 26497
819 * config/tc-sh.c (assemble_ppi): Use unsigned variables.
820
821 2020-08-31 Alan Modra <amodra@gmail.com>
822
823 PR 26495
824 * config/tc-score.c (s3_apply_fix): Use unsigned variables.
825 * config/tc-score7.c (s7_apply_fix): Likewise.
826
827 2020-08-31 Alan Modra <amodra@gmail.com>
828
829 PR 26480
830 * config/tc-nios2.c (nios2_parse_reglist): Shift 1UL left.
831
832 2020-08-31 Alan Modra <amodra@gmail.com>
833
834 PR 26479
835 * config/tc-nios2.c (md_chars_to_number): Cast buf[i] before shifting.
836
837 2020-08-31 Alan Modra <amodra@gmail.com>
838
839 PR 26472
840 PR 26473
841 PR 26474
842 * config/tc-mips.c (operand_reg_mask): Shift 1u left.
843 (load_register): Shift 0xffffU left.
844
845 2020-08-31 Alan Modra <amodra@gmail.com>
846
847 PR 26471
848 * config/tc-metag.c (md_chars_to_number): Make retval unsigned.
849
850 2020-08-31 Alan Modra <amodra@gmail.com>
851
852 PR 26468
853 * config/tc-mep.c (md_convert_frag): Use uint32_t for addend and
854 other variables.
855
856 2020-08-31 Alan Modra <amodra@gmail.com>
857
858 PR 26493
859 * config/tc-riscv.c (riscv_ip): Cast X_add_number passed to
860 VALID_* macros to unsigned.
861
862 2020-08-31 Alan Modra <amodra@gmail.com>
863
864 * config/tc-crx.c: Formatting.
865 (CRX_PRINT): Wrap params in parentheses. Remove parens from uses
866 throughout file.
867 (reset_vars, get_register, get_copregister, get_optype, get_opbits),
868 (get_opflags, get_number_of_operands, parse_operand, gettrap),
869 (handle_LoadStor, getconstant, check_range, getreg_image),
870 (parse_operands, parse_insn, print_operand, print_constant),
871 (exponent2scale, mask_reg, process_label_constant, set_operand),
872 (assemble_insn, print_insn): Delete unnecessary forward declaration.
873 (print_insn): Make static.
874 (print_constant): Make "constant" unsigned.
875 (assemble_insn): Tidy REVERSE_MATCH index calc.
876 * expr.c (generic_bignum_to_int32): Cast elements to valueT.
877
878 2020-08-31 Alan Modra <amodra@gmail.com>
879
880 PR 26509
881 * config/tc-z80.c (is_overflow): Use 1UL in mask shift expression.
882
883 2020-08-30 Alan Modra <amodra@gmail.com>
884
885 * config/tc-tic4x.c (tic4x_gen_to_words): Rewrite mantissa
886 overflow test without UB. Avoid other UB shifts by making them
887 unsigned.
888
889 2020-08-31 Cooper Qu <cooper.qu@linux.alibaba.com>
890
891 * config/tc-csky.c (csky_error_state): New member 'arg_int'.
892 (SET_ERROR_NUMBER): Rename to SET_ERROR_STRING.
893 (SET_ERROR_INTEGER): New.
894 (err_formats): Add error format for ERROR_FREG_OVER_RANGE and
895 ERROR_VREG_OVER_RANGE.
896 (csky_show_error): Pass an integer argument for some error
897 numbers.
898 (parse_exp): Call SET_ERROR_STRING instead of SET_ERROR_NUMBER.
899 (parse_rt): Likewise.
900 (parse_type_ctrlreg): Likewise.
901 (csky_get_reg_val): Likewise.
902 (is_reglist_legal): Likewise.
903 (is_freglist_legal): Likewise.
904 (is_reglist_dash_comma_legal): Likewise.
905 (is_reg_lshift_illegal): Likewise.
906 (is_psr_bit): Likewise.
907 (parse_type_cpreg): Likewise.
908 (parse_type_cpcreg): Likewise.
909 (parse_type_areg): Likewise.
910 (parse_type_freg): Likewise.
911 (parse_ldst_imm): Likewise and call SET_ERROR_INTEGER.
912 (get_operand_value): Likewise.
913 (parse_operands_op): Likewise and call is_imm_within_range,
914 is_imm_within_range_ext and is_oimm_within_range.
915 (md_assemble): Likewise.
916 (is_imm_within_range): New.
917 (is_imm_within_range_ext): Rename from is_imm_over_range.
918 (is_oimm_within_range): Rename from is_oimm_over_range.
919 (v2_work_add_sub): Call SET_ERROR_INTEGER.
920 (csky_rolc): call is_imm_within_range instead of
921 is_imm_over_range.
922
923 2020-08-31 Cooper Qu <cooper.qu@linux.alibaba.com>
924
925 * config/tc-csky.c (md_begin): Add warning when -mdsp and
926 -mcpu=ck803ern are both added.
927 (parse_ldst_imm): Fix error message.
928
929 2020-08-30 Alan Modra <amodra@gmail.com>
930
931 * testsuite/gas/cr16/cbitb_test.d: Update expected output.
932 * testsuite/gas/cr16/cbitw_test.d: Likewise.
933 * testsuite/gas/cr16/sbitb_test.d: Likewise.
934 * testsuite/gas/cr16/sbitw_test.d: Likewise.
935 * testsuite/gas/cr16/storb_test.d: Likewise.
936 * testsuite/gas/cr16/storw_test.d: Likewise.
937 * testsuite/gas/cr16/tbitb_test.d: Likewise.
938 * testsuite/gas/cr16/tbitw_test.d: Likewise.
939
940 2020-08-30 Alan Modra <amodra@gmail.com>
941
942 PR 26437
943 PR 26438
944 * config/tc-cr16.c: Include limits.h, formatting.
945 (CR16_PRINT): Wrap params in parentheses. Remove parens from uses
946 throughout file.
947 (getconstant): Handle zero nbits.
948 (print_operand): Use unsigned variables. Simplify handling of
949 index regs.
950 (check_range): Use int32_t variables. Correct range checks.
951
952 2020-08-29 Alan Modra <amodra@gmail.com>
953
954 PR 26481
955 * config/tc-pj.c (md_assemble): Don't loop past end of
956 opcode->arg array.
957
958 2020-08-28 Alan Modra <amodra@gmail.com>
959
960 PR 26460
961 * config/tc-ia64.c (parse_operands): Don't access past end of
962 idesc->operands.
963
964 2020-08-26 Mark Wielaard <mark@klomp.org>
965
966 * as.c (parse_args): Handle bad -gdwarf options.
967
968 2020-08-28 Cooper Qu <cooper.qu@linux.alibaba.com>
969
970 * config/tc-csky.c (md_begin): Set attributes.
971 (isa_flag): Change type to unsigned 64 bits.
972 (struct csky_cpu_info): Likewise.
973 (struct csky_macro_info): Likewise.
974 (set_csky_attribute): New.
975 * testsuite/gas/csky/802j.d: Ignore .csky.attributes section.
976 * testsuite/gas/csky/all.d: Likewise.
977 * testsuite/gas/csky/bsr1.d: Likewise.
978 * testsuite/gas/csky/csky_vdsp.d: Likewise.
979 * testsuite/gas/csky/cskyv2_all.d: Likewise.
980 * testsuite/gas/csky/cskyv2_ck803r2.d: Likewise.
981 * testsuite/gas/csky/cskyv2_ck860.d: Likewise.
982 * testsuite/gas/csky/cskyv2_dsp.d: Likewise.
983 * testsuite/gas/csky/cskyv2_elrw.d: Likewise.
984 * testsuite/gas/csky/cskyv2_float.d: Likewise.
985 * testsuite/gas/csky/enhance_dsp.d: Likewise.
986 * testsuite/gas/csky/java.d: Likewise.
987 * testsuite/gas/csky/v1_float.d: Likewise.
988 * testsuite/gas/csky/v2_float_part1.d: Likewise.
989 * testsuite/gas/csky/v2_float_part2.d: Likewise.
990 * testsuite/gas/csky/v2_tls_gd.d: Likewise.
991 * testsuite/gas/csky/v2_tls_ie.d: Likewise.
992 * testsuite/gas/csky/v2_tls_ld.d: Likewise.
993 * testsuite/gas/csky/v2_tls_le.d: Likewise.
994 * testsuite/gas/elf/elf.exp: Add handler for CSKY.
995 * testsuite/gas/elf/section2.e-csky: New.
996
997 2020-08-27 Alan Modra <amodra@gmail.com>
998
999 PR 26467
1000 * cgen.c (weak_operand_overflow_check): Handle opmask for
1001 operand length zero. Use 1UL constant.
1002
1003 2020-08-26 Alan Modra <amodra@gmail.com>
1004
1005 PR 26508
1006 * config/tc-xtensa.c (xg_get_trampoline_chain): Return early
1007 when n_entries is zero.
1008
1009 2020-08-26 Alan Modra <amodra@gmail.com>
1010
1011 PR 26448
1012 * symbols.c: Include limits.h.
1013 (resolve_symbol_value <O_left_shift, O_right_shift>): Do an
1014 unsigned shift. Warn if shift count larger than valueT size.
1015
1016 2020-08-26 Alan Modra <amodra@gmail.com>
1017
1018 PR 26447
1019 * expr.c (expr <O_left_shift>): Do an unsigned shift.
1020
1021 2020-08-25 Alan Modra <amodra@gmail.com>
1022
1023 2020-08-26 David Faust <david.faust@oracle.com>
1024
1025 * config/tc-bpf.c: Add option -mxbpf to select xbpf isa.
1026 * testsuite/gas/bpf/indcall-1.d: New file.
1027 * testsuite/gas/bpf/indcall-1.s: Likewise.
1028 * testsuite/gas/bpf/indcall-bad-1.l: Likewise.
1029 * testsuite/gas/bpf/indcall-bad-1.s: Likewise.
1030 * testsuite/gas/bpf/bpf.exp: Run new tests.
1031
1032 2020-08-25 Alan Modra <amodra@gmail.com>
1033
1034 PR 26501
1035 * config/tc-tic54x.c (tic54x_undefined_symbol): Properly treat
1036 misc_symbol_hash entries without values.
1037
1038 2020-08-25 Alan Modra <amodra@gmail.com>
1039
1040 PR 26500
1041 * config/tc-tic4x.c (tic4x_inst_make): Don't die on terminating
1042 insn with name = "".
1043
1044 2020-08-25 Alan Modra <amodra@gmail.com>
1045
1046 PR 26441
1047 * config/tc-cr16.c (get_b_cc): Return NULL early if op isn't
1048 two or three chars, and don't bother copying.
1049
1050 2020-08-25 Alan Modra <amodra@gmail.com>
1051
1052 PR 26426
1053 * config/tc-arm.c (do_neon_mvn, do_neon_swp): Bail out on
1054 NS_NULL shape.
1055
1056 2020-08-25 Alan Modra <amodra@gmail.com>
1057
1058 PR 26410
1059 * symbols.c (dollar_label_count, dollar_label_max): Make size_t.
1060 (dollar_label_clear): Don't call memset with NULL pointer.
1061
1062 2020-08-25 Alan Modra <amodra@gmail.com>
1063
1064 * config/tc-arc.c (declare_register_set): Avoid false positive
1065 format-overflow warning.
1066 * config/tc-epiphany.c (md_assemble): Likewise.
1067 * config/tc-mips.c (md_begin): Likewise.
1068 * config/tc-mmix.c (mmix_md_begin): Likewise.
1069 * config/tc-nds32.c (nds32_elf_append_relax_relocs): Avoid false
1070 positive "may be used uninitialized" warning.
1071
1072 2020-08-24 Cooper Qu <cooper.qu@linux.alibaba.com>
1073
1074 * config/tc-csky.c (csky_archs): Add item for CK860,
1075 change ck810 and ck807's arch_flag.
1076 (csky_cpus): Add item for CK860.
1077 (md_begin): Enable DSP for CK810 and CK807 by default.
1078 (md_apply_fix): Fix CKCORE_TLS_IE32 relocation failure.
1079 * testsuite/gas/csky/cskyv2_all.d: Change 'sync 0' to 'sync'.
1080 * testsuite/gas/csky/cskyv2_all.s: Likewise.
1081 * testsuite/gas/csky/cskyv2_ck860.d: New.
1082 * testsuite/gas/csky/cskyv2_ck860.s: New.
1083 * testsuite/gas/csky/enhance_dsp.d: Change plsli.u16 to plsli.16.
1084 * testsuite/gas/csky/enhance_dsp.s: Likewise.
1085
1086 2020-08-24 Alan Modra <amodra@gmail.com>
1087
1088 * config/tc-tic54x.c (stag_add_field_symbols): Don't free "name"
1089 in case where it isn't copied.
1090 * config/tc-tic54x.h (LOCAL_LABELS_FB): Undef.
1091 * testsuite/gas/tic54x/field.d: Dump section contents and symbols
1092 rather than disassembling.
1093 * testsuite/gas/tic54x/set.d: Adjust for newer disassembly.
1094
1095 2020-08-24 Alan Modra <amodra@gmail.com>
1096
1097 * config/tc-aarch64.c (md_begin): Don't bother checking for
1098 out of memory failure from str_htab_create.
1099 * config/tc-arc.c (arc_insert_opcode, md_begin): Likewise.
1100 (arc_extcorereg, arc_stralloc): Likewise.
1101 * config/tc-arm.c (md_begin): Likewise.
1102 * config/tc-cr16.c (initialise_reg_hash_table, md_begin): Likewise.
1103 * config/tc-cris.c (md_begin): Likewise.
1104 * config/tc-crx.c (md_begin): Likewise.
1105 * config/tc-pdp11.c (md_begin): Likewise.
1106 * config/tc-score.c (s3_build_reg_hsh, s3_begin): Likewise.
1107 * config/tc-score7.c (s7_build_reg_hsh, s7_begin): Likewise.
1108
1109 2020-08-24 Alan Modra <amodra@gmail.com>
1110
1111 * config/tc-arm.c (move_or_literal_pool): Avoid false positive
1112 "may be used uninitialised".
1113 (opcode_lookup): Likewise.
1114
1115 2020-08-24 Alan Modra <amodra@gmail.com>
1116
1117 PR 26526
1118 * symbols.c (local_symbol_convert): Clear out xtra.
1119
1120 2020-08-21 Cooper Qu <cooper.qu@linux.alibaba.com>
1121
1122 * config/tc-csky.c (CSKY_ISA_803R2): New.
1123 (csky_archs): Add ck803r2 series.
1124 (md_begin): Fix warning about -medsp.
1125 (csky_get_freg_val): Support lowercase of fpu register name.
1126 * testsuite/gas/csky/cskyv2_ck803r2.s: New file.
1127 * testsuite/gas/csky/cskyv2_ck803r2.d: New file.
1128
1129 2020-08-23 Alan Modra <amodra@gmail.com>
1130
1131 PR 26513
1132 * hash.h (htab_insert): Update prototype and comment.
1133 (struct string_tuple): Make "value" a const void*.
1134 (string_tuple_alloc): Likewise.
1135 (str_hash_find, str_hash_find_n): Cast returned value.
1136 (str_hash_insert): Add "replace" parameter, and return slot pointer.
1137 Free alloc'd element when not inserted.
1138 * hash.c (htab_insert): Likewise. Return slot when element exists,
1139 otherwise return NULL.
1140 * read.c (pop_insert): Insert into hash table without first searching.
1141 * config/tc-avr.c (md_begin): Likewise.
1142 * config/tc-msp430.c (md_begin): Likewise.
1143 * config/tc-nds32.c (nds32_init_nds32_pseudo_opcodes): Likewise.
1144 * config/tc-v850.c (md_begin): Likewise.
1145 * macro.c (do_formals, define_macro, macro_expand_body): Likewise.
1146 (delete_macro): Delete from hash table.
1147 * config/tc-tic54x.c (subsym_create_or_replace): Correct logic.
1148
1149 * symbols.c (local_symbol_make, symbol_table_insert): Allow
1150 replacement of hash table entries.
1151 * config/obj-coff-seh.c (seh_hash_insert): Likewise.
1152 * config/obj-coff.c (tag_insert): Likewise.
1153 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
1154 * config/tc-m68k.c (md_begin): Likewise for aliases.
1155 * config/tc-tic4x.c (tic4x_asg): Likewise.
1156 * config/tc-tic6x.c (md_begin): Likewise.
1157
1158 * dw2gencfi.c (dwcfi_hash_find_or_make): Disallow replacement of
1159 hash table entries.
1160 * ecoff.c (add_string, get_tag): Likewise.
1161 * macro.c (expand_irp): Likewise.
1162 * config/obj-elf.c (build_additional_section_info): Likewise.
1163 * config/tc-aarch64.c (insert_reg_alias): Likewise.
1164 (checked_hash_insert): Likewise.
1165 * config/tc-alpha.c (get_alpha_reloc_tag, md_begin): Likewise.
1166 * config/tc-arc.c (arc_insert_opcode, declare_register): Likewise.
1167 (declare_addrtype, md_begin, arc_extcorereg): Likewise.
1168 * config/tc-arm.c (insert_reg_alias): Likewise.
1169 (arm_tc_equal_in_insn, md_begin): Likewise.
1170 * config/tc-cr16.c (initialise_reg_hash_table, md_begin): Likewise.
1171 * config/tc-cris.c (md_begin): Likewise.
1172 * config/tc-crx.c (md_begin): Likewise.
1173 * config/tc-csky.c (md_begin): Likewise.
1174 * config/tc-d10v.c (md_begin): Likewise.
1175 * config/tc-dlx.c (md_begin): Likewise.
1176 * config/tc-ft32.c (md_begin): Likewise.
1177 * config/tc-h8300.c (md_begin): Likewise.
1178 * config/tc-hppa.c (md_begin): Likewise.
1179 * config/tc-i386.c (md_begin): Likewise.
1180 * config/tc-ia64.c (dot_rot, dot_entry, declare_register): Likewise.
1181 (md_begin, dot_alias): Likewise.
1182 * config/tc-m68hc11.c (md_begin): Likewise.
1183 * config/tc-m68k.c (md_begin): Likewise.
1184 * config/tc-mcore.c (md_begin): Likewise.
1185 * config/tc-microblaze.c (md_begin): Likewise.
1186 * config/tc-mips.c (md_begin): Likewise.
1187 * config/tc-mmix.c (md_begin): Likewise.
1188 * config/tc-mn10200.c (md_begin): Likewise.
1189 * config/tc-mn10300.c (md_begin): Likewise.
1190 * config/tc-moxie.c (md_begin): Likewise.
1191 * config/tc-nds32.c (nds32_relax_hint, md_begin): Likewise.
1192 * config/tc-nios2.c (md_begin): Likewise.
1193 * config/tc-ns32k.c (md_begin): Likewise.
1194 * config/tc-pdp11.c (md_begin): Likewise.
1195 * config/tc-pj.c (fake_opcode, md_begin): Likewise.
1196 * config/tc-ppc.c (ppc_setup_opcodes): Likewise.
1197 * config/tc-pru.c (md_begin): Likewise.
1198 * config/tc-riscv.c (init_ext_version_hash): Likewise.
1199 (init_opcode_names_hash, hash_reg_name, init_opcode_hash): Likewise.
1200 (riscv_init_csr_hash): Likewise.
1201 * config/tc-s390.c (s390_setup_opcodes, md_begin): Likewise.
1202 * config/tc-score.c (s3_insert_reg): Likewise.
1203 (s3_build_score_ops_hsh, s3_build_dependency_insn_hsh): Likewise.
1204 * config/tc-score7.c (s7_build_score_ops_hsh): Likewise.
1205 (s7_build_dependency_insn_hsh, s7_insert_reg): Likewise.
1206 * config/tc-sh.c (md_begin): Likewise.
1207 * config/tc-sparc.c (md_begin): Likewise.
1208 * config/tc-spu.c (md_begin): Likewise.
1209 * config/tc-tic30.c (md_begin): Likewise.
1210 * config/tc-tic4x.c (tic4x_inst_insert): Likewise.
1211 * config/tc-tic54x.c (stag_add_field_symbols, md_begin): Likewise.
1212 (tic54x_endstruct, tic54x_var, tic54x_macro_info): Likewise.
1213 (subsym_substitute): Likewise.
1214 * config/tc-tilegx.c (md_begin): Likewise.
1215 * config/tc-tilepro.c (md_begin): Likewise.
1216 * config/tc-vax.c (vip_begin): Likewise.
1217 * config/tc-wasm32.c (md_begin): Likewise.
1218 * config/tc-xgate.c (md_begin): Likewise.
1219 * config/tc-z8k.c (md_begin): Likewise.
1220 * testsuite/gas/ppc/dcbt.d,
1221 * testsuite/gas/ppc/dcbt.s: New test.
1222 * testsuite/gas/ppc/ppc.exp: Run it.
1223
1224 * ecoff.c (add_string): Report fatal error on duplicates.
1225 * config/tc-alpha.c (md_begin): Likewise.
1226 * config/tc-arc.c (arc_insert_opcode, declare_register): Likewise.
1227 (declare_addrtype, md_begin, arc_extcorereg): Likewise.
1228 * config/tc-cr16.c (initialise_reg_hash_table, md_begin): Likewise.
1229 * config/tc-cris.c (md_begin): Likewise.
1230 * config/tc-crx.c (md_begin): Likewise.
1231 * config/tc-dlx.c (md_begin): Likewise.
1232 * config/tc-hppa.c (md_begin): Likewise.
1233 * config/tc-i386.c (md_begin): Likewise.
1234 * config/tc-ia64.c (dot_rot, dot_entry, declare_register): Likewise.
1235 (md_begin): Likewise.
1236 * config/tc-m68k.c (md_begin): Likewise.
1237 * config/tc-mips.c (md_begin): Likewise.
1238 * config/tc-nios2.c (md_begin): Likewise.
1239 * config/tc-ns32k.c (md_begin): Likewise.
1240 * config/tc-ppc.c (ppc_setup_opcodes): Likewise.
1241 * config/tc-pru.c (md_begin): Likewise.
1242 * config/tc-riscv.c (init_ext_version_hash): Likewise.
1243 (init_opcode_names_hash, hash_reg_name, init_opcode_hash): Likewise.
1244 * config/tc-s390.c (s390_setup_opcodes, md_begin): Likewise.
1245 * config/tc-sparc.c (md_begin): Likewise.
1246 * config/tc-tic30.c (md_begin): Likewise.
1247 * config/tc-tic4x.c (tic4x_inst_insert): Likewise.
1248 * config/tc-tilegx.c (md_begin): Likewise.
1249 * config/tc-tilepro.c (md_begin): Likewise.
1250 * config/tc-vax.c (vip_begin): Likewise.
1251
1252 * config/tc-alpha.c,
1253 * config/tc-arm.c,
1254 * config/tc-avr.c,
1255 * config/tc-cr16.c,
1256 * config/tc-csky.c,
1257 * config/tc-i386.c,
1258 * config/tc-m68hc11.c,
1259 * config/tc-m68k.c,
1260 * config/tc-microblaze.c,
1261 * config/tc-ns32k.c,
1262 * config/tc-pj.c,
1263 * config/tc-ppc.c,
1264 * config/tc-score.c,
1265 * config/tc-score7.c,
1266 * config/tc-tic4x.c,
1267 * config/tc-tic54x.c,
1268 * config/tc-tilegx.c,
1269 * config/tc-tilepro.c,
1270 * config/tc-xgate.c: Formatting.
1271
1272 2020-08-21 Alan Modra <amodra@gmail.com>
1273
1274 * symbols.c (struct local_symbol): Add "hash" entry. Reorder fields.
1275 Delete union. Adjust code throughout file.
1276 (struct symbol): Add "hash", "name" and "x" entries. Reorder fields.
1277 Split off some to..
1278 (struct xsymbol): ..this. New struct. Adjust code throughout file
1279 accessing these fields.
1280 (struct symbol_entry): Delete.
1281 (union symbol_entry): New.
1282 (hash_symbol_entry): Adjust for symbol_entry_t change.
1283 (symbol_entry_find): Likewise.
1284 (eq_symbol_entry): Compare hash values too.
1285 (symbol_entry_alloc): Delete.
1286 (local_symbol_converted_p, local_symbol_mark_converted): Delete.
1287 (local_symbol_get_real_symbol, local_symbol_set_real_symbol): Delete.
1288 (local_hash): Delete.
1289 (abs_symbol_x, dot_symbol_x): New static var.
1290 (symbol_init): New function.
1291 (symbol_create): Rewrite.
1292 (LOCAL_SYMBOL_CHECK): Delete. Replace uses throughout with simple
1293 test of flags.local_symbol.
1294 (local_symbol_make): Adjust for struct local_symbol changes.
1295 (local_symbol_convert): Rewrite. Adjust all callers.
1296 (symbol_table_insert): Simplify.
1297 (symbol_clone): Comment on local sym cloning. Handle split symbol
1298 struct.
1299 (get_real_sym): Delete. Remove all uses.
1300 (symbol_find_exact_noref): Simplify.
1301 (resolve_local_symbol): Don't resolve non-locals.
1302 (S_SET_SEGMENT): Don't special case reg_section.
1303 (S_SET_NAME): Set both name and bsym->name.
1304 (symbol_mark_resolved, symbol_resolved_p): Simplify.
1305 (symbol_symbolS): Update comment.
1306 (symbol_begin): Don't create local_hash. Adjust abs_symbol setup.
1307 (dot_symbol_init): Adjust dot_symbol setup.
1308 (symbol_print_statistics): Delete local_hash stats.
1309
1310 2020-08-21 Alan Modra <amodra@gmail.com>
1311
1312 * symbols.c (struct symbol_flags): Rename sy_volatile to volatil,
1313 and remove sy_ from other field names. Update throughout.
1314 (struct symbol): Remove sy_ from field names. Delete unused
1315 TARGET_SYMBOL_FIELDS. Update throughout file. Move after..
1316 (struct local_symbol): ..here. Remove lsy_ from field names.
1317 Delete unused TC_LOCAL_SYMFIELD_TYPE. Update throughout file.
1318 (local_symbol_resolved_p, local_symbol_mark_resolved): Delete.
1319 Expand uses throughout file.
1320 (local_symbol_get_frag, local_symbol_set_frag): Likewise.
1321 (symbol_new): Move symbol_table_frozen test to..
1322 (symbol_append): ..here, and..
1323 (symbol_insert): ..here.
1324 (resolve_symbol_value, symbol_relc_make_expr): White space fixes.
1325 (HANDLE_XADD_OPT1, HANDLE_XADD_OPT2): Likewise.
1326 * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Update.
1327
1328 2020-08-21 Alan Modra <amodra@gmail.com>
1329
1330 * symbols.h (symbol_new, symbol_create, local_symbol_make),
1331 (symbol_temp_new): Arrange params as section, frag, offset.
1332 * symbols.c: Adjust to suit.
1333 * as.c: Likewise.
1334 * cgen.c: Likewise.
1335 * dwarf2dbg.c: Likewise.
1336 * ecoff.c: Likewise.
1337 * expr.c: Likewise.
1338 * itbl-ops.c: Likewise.
1339 * read.c: Likewise.
1340 * stabs.c: Likewise.
1341 * subsegs.c: Likewise.
1342 * config/obj-coff.c: Likewise.
1343 * config/obj-elf.c: Likewise.
1344 * config/obj-macho.c: Likewise.
1345 * config/tc-aarch64.c: Likewise.
1346 * config/tc-alpha.c: Likewise.
1347 * config/tc-arc.c: Likewise.
1348 * config/tc-arm.c: Likewise.
1349 * config/tc-avr.c: Likewise.
1350 * config/tc-cr16.c: Likewise.
1351 * config/tc-cris.c: Likewise.
1352 * config/tc-csky.c: Likewise.
1353 * config/tc-dlx.c: Likewise.
1354 * config/tc-hppa.c: Likewise.
1355 * config/tc-i386.c: Likewise.
1356 * config/tc-ia64.c: Likewise.
1357 * config/tc-m32r.c: Likewise.
1358 * config/tc-m68k.c: Likewise.
1359 * config/tc-mips.c: Likewise.
1360 * config/tc-mmix.c: Likewise.
1361 * config/tc-mn10200.c: Likewise.
1362 * config/tc-mn10300.c: Likewise.
1363 * config/tc-nds32.c: Likewise.
1364 * config/tc-nios2.c: Likewise.
1365 * config/tc-ppc.c: Likewise.
1366 * config/tc-riscv.c: Likewise.
1367 * config/tc-s390.c: Likewise.
1368 * config/tc-sh.c: Likewise.
1369 * config/tc-tic4x.c: Likewise.
1370 * config/tc-tic54x.c: Likewise.
1371 * config/tc-xtensa.c: Likewise.
1372
1373 2020-08-21 Cooper Qu <cooper.qu@linux.alibaba.com>
1374
1375 * config/tc-csky.c (csky_insn_info): Add member last_isize.
1376 (md_assemble): Assign value to csky_insn.last_isize.
1377 * testsuite/gas/csky/enhance_dsp.d: Test bloop's two operands form.
1378 * testsuite/gas/csky/enhance_dsp.s: Likewise.
1379
1380 2020-08-20 Martin Liska <mliska@suse.cz>
1381
1382 * NEWS: Mention --reduce-memory-overheads and --hash-size arguments
1383 options.
1384 * as.c: Remove the options from help.
1385 * doc/as.texi: Remove options.
1386 * doc/internals.texi: Remove hash from documentation.
1387 * hash.c (struct hash_entry): Remove.
1388 (struct hash_control): Likewise.
1389 (set_gas_hash_table_size): Likewise.
1390 (hash_new_sized): Likewise.
1391 (hash_new): Likewise.
1392 (hash_die): Likewise.
1393 (hash_lookup): Likewise.
1394 (hash_insert): Likewise.
1395 (hash_jam): Likewise.
1396 (hash_replace): Likewise.
1397 (hash_find): Likewise.
1398 (hash_find_n): Likewise.
1399 (hash_delete): Likewise.
1400 (hash_traverse): Likewise.
1401 (hash_print_statistics): Likewise.
1402 (TABLES): Likewise.
1403 (STATBUFSIZE): Likewise.
1404 (main): Likewise.
1405 (what): Likewise.
1406 (destroy): Likewise.
1407 (applicatee): Likewise.
1408 (whattable): Likewise.
1409 * hash.h (struct hash_control): Likewise.
1410 (set_gas_hash_table_size): Likewise.
1411 (hash_new): Likewise.
1412 (hash_new_sized): Likewise.
1413 (hash_die): Likewise.
1414 (hash_insert): Likewise.
1415 (hash_jam): Likewise.
1416 (hash_replace): Likewise.
1417 (hash_find): Likewise.
1418 (hash_find_n): Likewise.
1419 (hash_delete): Likewise.
1420 (hash_traverse): Likewise.
1421 (hash_print_statistics): Likewise.
1422
1423 2020-08-20 Martin Liska <mliska@suse.cz>
1424
1425 * config/obj-coff-seh.c (seh_hash_insert): Port to use new
1426 str_htab type.
1427 (seh_hash_find): Likewise.
1428 (seh_hash_find_or_make): Likewise.
1429 * config/obj-coff.c (tag_init): Likewise.
1430 (tag_insert): Likewise.
1431 (tag_find): Likewise.
1432 * config/obj-elf.c (struct group_list): Likewise.
1433 (build_additional_section_info): Likewise.
1434 (free_section_idx): Likewise.
1435 (elf_adjust_symtab): Likewise.
1436 (elf_frob_file_after_relocs): Likewise.
1437 * config/tc-aarch64.c (INSN_SIZE): Likewise.
1438 (parse_reg): Likewise.
1439 (insert_reg_alias): Likewise.
1440 (create_register_alias): Likewise.
1441 (s_unreq): Likewise.
1442 (parse_shift): Likewise.
1443 (parse_pldop): Likewise.
1444 (parse_barrier): Likewise.
1445 (parse_barrier_psb): Likewise.
1446 (parse_bti_operand): Likewise.
1447 (parse_sys_reg): Likewise.
1448 (parse_sys_ins_reg): Likewise.
1449 (lookup_mnemonic): Likewise.
1450 (opcode_lookup): Likewise.
1451 (parse_operands): Likewise.
1452 (checked_hash_insert): Likewise.
1453 (sysreg_hash_insert): Likewise.
1454 (fill_instruction_hash_table): Likewise.
1455 (md_begin): Likewise.
1456 * config/tc-alpha.c (struct alpha_reloc_tag): Likewise.
1457 (get_alpha_reloc_tag): Likewise.
1458 (assemble_tokens_to_insn): Likewise.
1459 (assemble_tokens): Likewise.
1460 (md_begin): Likewise.
1461 * config/tc-arc.c (arc_find_opcode): Likewise.
1462 (arc_insert_opcode): Likewise.
1463 (find_opcode_match): Likewise.
1464 (declare_register): Likewise.
1465 (declare_addrtype): Likewise.
1466 (md_begin): Likewise.
1467 (arc_parse_name): Likewise.
1468 (tc_arc_regname_to_dw2regnum): Likewise.
1469 (arc_extcorereg): Likewise.
1470 * config/tc-arm.c (MVE_BAD_QREG): Likewise.
1471 (arm_reg_parse_multi): Likewise.
1472 (parse_reloc): Likewise.
1473 (insert_reg_alias): Likewise.
1474 (create_register_alias): Likewise.
1475 (s_unreq): Likewise.
1476 (parse_shift): Likewise.
1477 (parse_psr): Likewise.
1478 (parse_cond): Likewise.
1479 (parse_barrier): Likewise.
1480 (do_vfp_nsyn_opcode): Likewise.
1481 (opcode_lookup): Likewise.
1482 (arm_tc_equal_in_insn): Likewise.
1483 (md_begin): Likewise.
1484 * config/tc-avr.c (md_begin): Likewise.
1485 (avr_ldi_expression): Likewise.
1486 (md_assemble): Likewise.
1487 (avr_update_gccisr): Likewise.
1488 (avr_emit_insn): Likewise.
1489 * config/tc-cr16.c (get_register): Likewise.
1490 (get_register_pair): Likewise.
1491 (get_index_register): Likewise.
1492 (get_index_register_pair): Likewise.
1493 (get_pregister): Likewise.
1494 (get_pregisterp): Likewise.
1495 (initialise_reg_hash_table): Likewise.
1496 (md_begin): Likewise.
1497 (cr16_assemble): Likewise.
1498 (md_assemble): Likewise.
1499 * config/tc-cris.c (cris_insn_first_word_frag): Likewise.
1500 (md_begin): Likewise.
1501 (cris_process_instruction): Likewise.
1502 * config/tc-crx.c (get_register): Likewise.
1503 (get_copregister): Likewise.
1504 (md_begin): Likewise.
1505 (md_assemble): Likewise.
1506 * config/tc-csky.c (md_begin): Likewise.
1507 (parse_opcode): Likewise.
1508 (get_operand_value): Likewise.
1509 (v1_work_jbsr): Likewise.
1510 (v2_work_rotlc): Likewise.
1511 (v2_work_bgeni): Likewise.
1512 (v2_work_not): Likewise.
1513 * config/tc-d10v.c (sizeof): Likewise.
1514 (md_begin): Likewise.
1515 (do_assemble): Likewise.
1516 (md_apply_fix): Likewise.
1517 * config/tc-d30v.c (sizeof): Likewise.
1518 (md_begin): Likewise.
1519 (do_assemble): Likewise.
1520 * config/tc-dlx.c (RELOC_DLX_VTENTRY): Likewise.
1521 (md_begin): Likewise.
1522 (machine_ip): Likewise.
1523 * config/tc-ft32.c (md_begin): Likewise.
1524 (md_assemble): Likewise.
1525 * config/tc-h8300.c (md_begin): Likewise.
1526 (md_assemble): Likewise.
1527 * config/tc-hppa.c (pa_ip): Likewise.
1528 (md_begin): Likewise.
1529 * config/tc-i386.c (md_begin): Likewise.
1530 (i386_print_statistics): Likewise.
1531 (parse_insn): Likewise.
1532 (process_operands): Likewise.
1533 (i386_index_check): Likewise.
1534 (parse_real_register): Likewise.
1535 * config/tc-ia64.c (dot_rot): Likewise.
1536 (dot_entry): Likewise.
1537 (declare_register): Likewise.
1538 (md_begin): Likewise.
1539 (ia64_parse_name): Likewise.
1540 (md_assemble): Likewise.
1541 (dot_alias): Likewise.
1542 (do_alias): Likewise.
1543 (ia64_adjust_symtab): Likewise.
1544 (do_secalias): Likewise.
1545 (ia64_frob_file): Likewise.
1546 * config/tc-m68hc11.c (m68hc11_print_statistics): Likewise.
1547 (md_begin): Likewise.
1548 (print_insn_format): Likewise.
1549 (md_assemble): Likewise.
1550 * config/tc-m68k.c (tc_gen_reloc): Likewise.
1551 (m68k_ip): Likewise.
1552 (md_begin): Likewise.
1553 * config/tc-mcore.c (md_begin): Likewise.
1554 (md_assemble): Likewise.
1555 * config/tc-microblaze.c (md_begin): Likewise.
1556 (md_assemble): Likewise.
1557 (md_apply_fix): Likewise.
1558 * config/tc-mips.c (nopic_need_relax): Likewise.
1559 (md_begin): Likewise.
1560 (macro_build): Likewise.
1561 (mips16_macro_build): Likewise.
1562 (mips_lookup_insn): Likewise.
1563 (mips_ip): Likewise.
1564 (mips16_ip): Likewise.
1565 * config/tc-mmix.c (sizeof): Likewise.
1566 (mmix_md_begin): Likewise.
1567 (md_assemble): Likewise.
1568 * config/tc-mn10200.c (md_begin): Likewise.
1569 (md_assemble): Likewise.
1570 * config/tc-mn10300.c (HAVE_AM30): Likewise.
1571 (md_begin): Likewise.
1572 (md_assemble): Likewise.
1573 * config/tc-moxie.c (md_begin): Likewise.
1574 (md_assemble): Likewise.
1575 * config/tc-msp430.c (md_begin): Likewise.
1576 (msp430_operands): Likewise.
1577 (md_assemble): Likewise.
1578 * config/tc-nds32.c (PV_DONT_CARE): Likewise.
1579 (builtin_isreg): Likewise.
1580 (builtin_regnum): Likewise.
1581 (nds32_init_nds32_pseudo_opcodes): Likewise.
1582 (nds32_lookup_pseudo_opcode): Likewise.
1583 (nds32_relax_hint): Likewise.
1584 (md_begin): Likewise.
1585 (nds32_find_reloc_table): Likewise.
1586 (nds32_elf_append_relax_relocs_traverse): Likewise.
1587 (nds32_relax_branch_instructions): Likewise.
1588 (md_convert_frag): Likewise.
1589 (nds32_elf_analysis_relax_hint): Likewise.
1590 (tc_nds32_regname_to_dw2regnum): Likewise.
1591 * config/tc-nios2.c (nios2_opcode_lookup): Likewise.
1592 (nios2_reg_lookup): Likewise.
1593 (nios2_ps_lookup): Likewise.
1594 (md_begin): Likewise.
1595 * config/tc-ns32k.c (struct hash_control): Likewise.
1596 (parse): Likewise.
1597 (md_begin): Likewise.
1598 * config/tc-pdp11.c (md_begin): Likewise.
1599 (md_assemble): Likewise.
1600 * config/tc-pj.c (fake_opcode): Likewise.
1601 (alias): Likewise.
1602 (md_begin): Likewise.
1603 (md_assemble): Likewise.
1604 * config/tc-ppc.c (ppc_setup_opcodes): Likewise.
1605 (md_assemble): Likewise.
1606 * config/tc-pru.c (pru_opcode_lookup): Likewise.
1607 (pru_reg_lookup): Likewise.
1608 (md_begin): Likewise.
1609 (md_end): Likewise.
1610 * config/tc-riscv.c (init_ext_version_hash): Likewise.
1611 (riscv_get_default_ext_version): Likewise.
1612 (riscv_set_arch): Likewise.
1613 (init_opcode_names_hash): Likewise.
1614 (opcode_name_lookup): Likewise.
1615 (enum reg_class): Likewise.
1616 (hash_reg_name): Likewise.
1617 (riscv_init_csr_hash): Likewise.
1618 (reg_csr_lookup_internal): Likewise.
1619 (reg_lookup_internal): Likewise.
1620 (init_opcode_hash): Likewise.
1621 (md_begin): Likewise.
1622 (DECLARE_CSR): Likewise.
1623 (macro_build): Likewise.
1624 (riscv_ip): Likewise.
1625 * config/tc-s390.c (register_name): Likewise.
1626 (s390_setup_opcodes): Likewise.
1627 (md_begin): Likewise.
1628 (md_assemble): Likewise.
1629 (s390_insn): Likewise.
1630 * config/tc-score.c (struct s3_reg_map): Likewise.
1631 (s3_score_reg_parse): Likewise.
1632 (s3_dependency_type_from_insn): Likewise.
1633 (s3_parse_16_32_inst): Likewise.
1634 (s3_parse_48_inst): Likewise.
1635 (s3_insert_reg): Likewise.
1636 (s3_build_reg_hsh): Likewise.
1637 (s3_build_score_ops_hsh): Likewise.
1638 (s3_build_dependency_insn_hsh): Likewise.
1639 (s3_begin): Likewise.
1640 * config/tc-score7.c (struct s7_reg_map): Likewise.
1641 (s7_score_reg_parse): Likewise.
1642 (s7_dependency_type_from_insn): Likewise.
1643 (s7_parse_16_32_inst): Likewise.
1644 (s7_build_score_ops_hsh): Likewise.
1645 (s7_build_dependency_insn_hsh): Likewise.
1646 (s7_insert_reg): Likewise.
1647 (s7_build_reg_hsh): Likewise.
1648 (s7_begin): Likewise.
1649 * config/tc-sh.c (EMPTY): Likewise.
1650 (md_begin): Likewise.
1651 (find_cooked_opcode): Likewise.
1652 * config/tc-sparc.c (md_begin): Likewise.
1653 (sparc_ip): Likewise.
1654 * config/tc-spu.c (md_begin): Likewise.
1655 (md_assemble): Likewise.
1656 * config/tc-tic30.c (md_begin): Likewise.
1657 (tic30_operand): Likewise.
1658 (tic30_parallel_insn): Likewise.
1659 (md_assemble): Likewise.
1660 * config/tc-tic4x.c (TIC4X_ALT_SYNTAX): Likewise.
1661 (tic4x_asg): Likewise.
1662 (tic4x_inst_insert): Likewise.
1663 (tic4x_inst_add): Likewise.
1664 (md_begin): Likewise.
1665 (tic4x_operand_parse): Likewise.
1666 (md_assemble): Likewise.
1667 * config/tc-tic54x.c (MAX_SUBSYM_HASH): Likewise.
1668 (stag_add_field_symbols): Likewise.
1669 (tic54x_endstruct): Likewise.
1670 (tic54x_tag): Likewise.
1671 (tic54x_remove_local_label): Likewise.
1672 (tic54x_clear_local_labels): Likewise.
1673 (tic54x_var): Likewise.
1674 (tic54x_macro_start): Likewise.
1675 (tic54x_macro_info): Likewise.
1676 (tic54x_macro_end): Likewise.
1677 (subsym_isreg): Likewise.
1678 (subsym_structsz): Likewise.
1679 (md_begin): Likewise.
1680 (is_mmreg): Likewise.
1681 (is_type): Likewise.
1682 (encode_condition): Likewise.
1683 (encode_cc3): Likewise.
1684 (encode_cc2): Likewise.
1685 (encode_operand): Likewise.
1686 (tic54x_parse_insn): Likewise.
1687 (tic54x_parse_parallel_insn_firstline): Likewise.
1688 (subsym_create_or_replace): Likewise.
1689 (subsym_lookup): Likewise.
1690 (subsym_substitute): Likewise.
1691 (tic54x_undefined_symbol): Likewise.
1692 * config/tc-tic6x.c (md_begin): Likewise.
1693 (md_assemble): Likewise.
1694 * config/tc-tilegx.c (O_hw2_last_plt): Likewise.
1695 (INSERT_SPECIAL_OP): Likewise.
1696 (md_begin): Likewise.
1697 (tilegx_parse_name): Likewise.
1698 (parse_reg_expression): Likewise.
1699 (md_assemble): Likewise.
1700 * config/tc-tilepro.c (O_tls_ie_load): Likewise.
1701 (INSERT_SPECIAL_OP): Likewise.
1702 (tilepro_parse_name): Likewise.
1703 (parse_reg_expression): Likewise.
1704 (md_assemble): Likewise.
1705 * config/tc-v850.c (md_begin): Likewise.
1706 (md_assemble): Likewise.
1707 * config/tc-vax.c (md_ri_to_chars): Likewise.
1708 (vip_begin): Likewise.
1709 (vip): Likewise.
1710 (main): Likewise.
1711 (md_begin): Likewise.
1712 * config/tc-wasm32.c (md_begin): Likewise.
1713 (md_assemble): Likewise.
1714 * config/tc-xgate.c (xgate_parse_operand): Likewise.
1715 (md_begin): Likewise.
1716 (md_assemble): Likewise.
1717 * config/tc-z8k.c (md_begin): Likewise.
1718 (md_assemble): Likewise.
1719
1720 2020-08-20 Martin Liska <mliska@suse.cz>
1721
1722 * dw2gencfi.c (dwcfi_hash_insert): Use htab_t and str_hash_*
1723 functions.
1724 (dwcfi_hash_find): Likewise.
1725 (dwcfi_hash_find_or_make): Likewise.
1726
1727 2020-08-20 Martin Liska <mliska@suse.cz>
1728
1729 * ecoff.c (INIT_VARRAY): Use htab_t.
1730 (add_string): Likewise.
1731 (ecoff_read_begin_hook): Use new str_htab_create.
1732 (get_tag): Use htab_t.
1733 (add_file): Likewise.
1734
1735 2020-08-20 Martin Liska <mliska@suse.cz>
1736
1737 * hash.h (struct string_tuple): New.
1738 (hash_string_tuple): Likewise.
1739 (eq_string_tuple): Likewise.
1740 (string_tuple_alloc): Likewise.
1741 (str_hash_find): Likewise.
1742 (str_hash_find_n): Likewise.
1743 (str_hash_delete): Likewise.
1744 (str_hash_insert): Likewise.
1745 (str_htab_create): Likewise.
1746
1747 2020-08-20 Martin Liska <mliska@suse.cz>
1748
1749 * symbols.c (struct symbol_entry): New.
1750 (hash_symbol_entry): Likewise.
1751 (eq_symbol_entry): Likewise.
1752 (symbol_entry_alloc): Likewise.
1753 (symbol_entry_find): Likewise.
1754 (local_symbol_make): Use htab hash table.
1755 (local_symbol_convert): Likewise.
1756 (symbol_table_insert): Likewise.
1757 (symbol_find_exact_noref): Likewise.
1758 (resolve_local_symbol): Likewise.
1759 (resolve_local_symbol_values): Likewise.
1760 (symbol_begin): Likewise.
1761 (symbol_print_statistics): Likewise.
1762
1763 2020-08-20 Martin Liska <mliska@suse.cz>
1764
1765 * read.c (struct po_entry): New.
1766 (hash_po_entry): Likewise.
1767 (eq_po_entry): Likewise.
1768 (po_entry_alloc): Likewise.
1769 (po_entry_find): Likewise.
1770 (pop_insert): Likewise.
1771 (pobegin): Use htab hash table.
1772 (read_a_source_file): Likewise.
1773 (s_macro): Likewise.
1774 (read_print_statistics): Likewise.
1775 * config/tc-m68k.c (m68k_conditional_pseudoop): Add const qualifier.
1776 * config/tc-m68k.h (m68k_conditional_pseudoop): Likewise.
1777
1778 2020-08-20 Martin Liska <mliska@suse.cz>
1779
1780 * config/tc-iq2000.c (iq2000_add_macro): Use htab hash table.
1781 * macro.c (struct hash_control): Use htab.
1782 (macro_init): Likewise.
1783 (do_formals): Likewise.
1784 (free_macro): Likewise.
1785 (define_macro): Likewise.
1786 (sub_actual): Likewise.
1787 (macro_expand_body): Likewise.
1788 (macro_expand): Likewise.
1789 (check_macro): Likewise.
1790 (delete_macro): Likewise.
1791 (expand_irp): Likewise.
1792 * macro.h (struct macro_hash_entry): New struct.
1793 (hash_macro_entry): New.
1794 (eq_macro_entry): Likewise.
1795 (macro_entry_alloc): Likewise.
1796 (macro_entry_find): Likewise.
1797 (struct formal_hash_entry): Likewise.
1798 (hash_formal_entry): Likewise.
1799 (eq_formal_entry): Likewise.
1800 (formal_entry_alloc): Likewise.
1801 (formal_entry_find): Likewise.
1802
1803 2020-08-20 Martin Liska <mliska@suse.cz>
1804
1805 * as.h: Include hashtab.h.
1806 * hash.c (htab_insert): New.
1807 (htab_print_statistics): Likewise.
1808 * hash.h (htab_insert): Likewise.
1809 (htab_print_statistics): Likewise.
1810
1811 2020-08-19 Alan Modra <amodra@gmail.com>
1812
1813 * testsuite/gas/ppc/int128.s: Correct vcmpuq.
1814 * testsuite/gas/ppc/int128.d: Update.
1815 * testsuite/gas/ppc/xvtlsbb.d: Update.
1816
1817 2020-08-18 Peter Bergner <bergner@linux.ibm.com>
1818
1819 * testsuite/gas/ppc/vsx4.s: Update test to use new mnemonic.
1820 * testsuite/gas/ppc/vsx4.d: Likewise.
1821
1822 2020-08-17 Alex Coplan <alex.coplan@arm.com>
1823
1824 * config/obj-elf.c (obj_elf_change_section): When repurposing an
1825 existing symbol, ensure that we set sy_value as per other (fresh)
1826 section symbols.
1827 * testsuite/gas/elf/elf.exp: Add new test.
1828 * testsuite/gas/elf/section-symbol-redef.d: New test.
1829 * testsuite/gas/elf/section-symbol-redef.s: Input for test.
1830
1831 2020-08-13 Nick Clifton <nickc@redhat.com>
1832
1833 PR 26359
1834 * config/obj-som.c (obj_som_init_stab_section): Do nothing if the
1835 $GDB_DEBUG$ section has already been created.
1836
1837 2020-08-12 Joe Ramsay <joe.ramsay@.arm.com>
1838
1839 * config/tc-arm.c (do_neon_cvt_1): Parse vcvtne as vcvt-ne for
1840 NS_FD shape when MVE is present
1841 * testsuite/gas/arm/mve-vcvtne-it-bad.d: New test.
1842 * testsuite/gas/arm/mve-vcvtne-it-bad.l: New test.
1843 * testsuite/gas/arm/mve-vcvtne-it-bad.s: New test.
1844 * testsuite/gas/arm/mve-vcvtne-it.d: New test.
1845 * testsuite/gas/arm/mve-vcvtne-it.s: New test.
1846
1847 2020-08-12 Alex Coplan <alex.coplan@arm.com>
1848
1849 * testsuite/gas/aarch64/mpam-bad.d: New test.
1850 * testsuite/gas/aarch64/mpam-bad.l: Error output.
1851 * testsuite/gas/aarch64/mpam-bad.s: Input.
1852 * testsuite/gas/aarch64/mpam.d: New test.
1853 * testsuite/gas/aarch64/mpam.s: Input.
1854
1855 2020-08-12 Nick Clifton <nickc@redhat.com>
1856
1857 PR 26346
1858 * doc/c-riscv.texi (RISC-V-Options): Fix typo in the description
1859 of the -mno-csr-check option.
1860
1861 2020-08-12 Nick Clifton <nickc@redhat.com>
1862
1863 * po/ru.po: Updated Russian translation.
1864
1865 2020-08-10 Alex Coplan <alex.coplan@arm.com>
1866
1867 * config/tc-aarch64.c (parse_sys_reg): Don't assert when parsing
1868 a long system register.
1869 (parse_sys_ins_reg): Likewise.
1870 (sysreg_hash_insert): New.
1871 (md_begin): Use sysreg_hash_insert() to ensure all system
1872 registers are no longer than the maximum length at startup.
1873 * testsuite/gas/aarch64/invalid-sysreg-assert.d: New test.
1874 * testsuite/gas/aarch64/invalid-sysreg-assert.l: Error output.
1875 * testsuite/gas/aarch64/invalid-sysreg-assert.s: Input.
1876
1877 2020-08-10 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1878
1879 * config/tc-aarch64.c (parse_sys_reg): Call to
1880 aarch64_sys_ins_reg_supported_p instead of
1881 aarch64_sys_reg_supported_p.
1882 (parse_sys_ins_reg): Add aarch64_sys_reg_deprecated_p check.
1883 * testsuite/gas/aarch64/illegal-sysreg-5.d: New test.
1884 * testsuite/gas/aarch64/illegal-sysreg-5.l: New test.
1885 * testsuite/gas/aarch64/sysreg-5.s: New test.
1886
1887 2020-08-10 Alan Modra <amodra@gmail.com>
1888
1889 * testsuite/gas/ppc/power8.d,
1890 * testsuite/gas/ppc/power8.s: Add miso.
1891 * testsuite/gas/ppc/power9.d,
1892 * testsuite/gas/ppc/power8.s: Add exser, msgsndu, msgclru.
1893
1894 2020-08-10 Alan Modra <amodra@gmail.com>
1895
1896 * testsuite/gas/ppc/power8.d: Update.
1897 * testsuite/gas/ppc/vsx2.d: Update.
1898
1899 2020-08-10 Alan Modra <amodra@gmail.com>
1900
1901 * config/tc-ppc.c (md_assemble): Error for lmw, stmw, lswi, lswx,
1902 stswi, or stswx in little-endian mode.
1903 * testsuite/gas/ppc/476.d,
1904 * testsuite/gas/ppc/476.s: Delete lmw, stmw, lswi, lswx, stswi, stswx.
1905 * testsuite/gas/ppc/a2.d,
1906 * testsuite/gas/ppc/a2.s: Move lmw, stmw, lswi, lswx, stswi, stswx..
1907 * testsuite/gas/ppc/be.d,
1908 * testsuite/gas/ppc/be.s: ..to here, new big-endian only test.
1909 * testsuite/gas/ppc/le_error.d,
1910 * testsuite/gas/ppc/le_error.l: New little-endian test.
1911 * testsuite/gas/ppc/ppc.exp: Run new tests.
1912
1913 2020-08-07 H.J. Lu <hongjiu.lu@intel.com>
1914
1915 * read.c (read_a_source_file): Ignore rest of line on overflow
1916 error.
1917
1918 2020-08-06 Alex Coplan <alex.coplan@arm.com>
1919
1920 * read.c (read_a_source_file): Use long for local labels, detect
1921 overflow and raise an error for overly-long labels.
1922 * testsuite/gas/all/gas.exp: Add local-label-overflow test.
1923 * testsuite/gas/all/local-label-overflow.d: New test.
1924 * testsuite/gas/all/local-label-overflow.l: Error output.
1925 * testsuite/gas/all/local-label-overflow.s: Input.
1926
1927 2020-08-04 Christian Groessler <chris@groessler.org>
1928
1929 * testsuite/gas/z8k/inout.d: Adapt to correct encoding of
1930 "sout/soutb #imm,reg"
1931
1932 2020-08-04 H.J. Lu <hongjiu.lu@intel.com>
1933
1934 * NEWS: Mention {disp16} pseudo prefix.
1935
1936 2020-08-04 H.J. Lu <hongjiu.lu@intel.com>
1937
1938 * testsuite/gas/i386/x86-64-pseudos.d: Revert an accidental
1939 change.
1940
1941 2020-08-04 Mark Wielaard <mark@klomp.org>
1942
1943 * dwarf2dbg.c (out_debug_abbrev): When DWARF2_VERSION >= 4, use
1944 DW_FORM_udata for DW_AT_high_pc.
1945 (out_debug_info): Use emit_leb128_expr for DW_AT_high_pc, when
1946 DWARF2_VERSION >= 4.
1947 * read.c (emit_leb128_exp): No longer static.
1948 * read.h (emit_leb128_exp): Define.
1949
1950 2020-08-02 Mark Wielaard <mark@klomp.org>
1951
1952 * dwarf2dbg.c (out_dir_and_file_list): For DWARF5 emit at
1953 least one directory if there is at least one file. Use dirs[1]
1954 if dirs[0] is not set, or if there is no dirs[1] the current
1955 working directory. Use files[1] filename, when files[0] filename
1956 isn't set.
1957
1958 2020-08-02 Mark Wielaard <mark@klomp.org>
1959
1960 * dwarf2dbg.c (out_debug_info): Emit unit type and abbrev offset
1961 for DWARF5.
1962 * testsuite/gas/elf/dwarf-4-cu.d: New file.
1963 * testsuite/gas/elf/dwarf-4-cu.s: Likewise.
1964 * testsuite/gas/elf/dwarf-5-cu.d: Likewise.
1965 * testsuite/gas/elf/dwarf-5-cu.s: Likewise.
1966 * testsuite/gas/elf/elf.exp: Run dwarf-4-cu and dwarf-5-cu.
1967
1968 2020-08-02 Mark Wielaard <mark@klomp.org>
1969
1970 * doc/as.texi (--gdwarf-[345]): Fix typo.
1971
1972 2020-08-03 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1973
1974 * config/tc-msp430.c (OPTION_MOVE_DATA): Remove.
1975 (md_parse_option): Remove case for OPTION_MOVE_DATA.
1976 (md_longopts): Remove "md" entry.
1977 (md_show_usage): Likewise.
1978
1979 2020-07-30 H.J. Lu <hongjiu.lu@intel.com>
1980
1981 PR gas/26305
1982 * config/tc-i386.c (_i386_insn::disp_encoding): Add
1983 disp_encoding_16bit.
1984 (parse_insn): Check Prefix_XXX for pseudo prefixes. Handle
1985 {disp16}.
1986 (build_modrm_byte): Handle {disp16}.
1987 (i386_index_check): Check invalid {disp16} and {disp32} pseudo
1988 prefixes.
1989 * doc/c-i386.texi: Update {disp32} documentation and document
1990 {disp16}.
1991 * testsuite/gas/i386/i386.exp: Run x86-64-inval-pseudo.
1992 * testsuite/gas/i386/inval-pseudo.s: Add {disp32}/{disp16}
1993 tests.
1994 * testsuite/gas/i386/pseudos.s: Add {disp8}/{disp32} vmovaps
1995 tests with 128-byte displacement. Add {disp16} tests.
1996 * testsuite/gas/i386/x86-64-pseudos.s: Add {disp8}/{disp32}
1997 vmovaps test. Add (%r13)/(%r13d) tests.
1998 * testsuite/gas/i386/x86-64-inval-pseudo.l: New file.
1999 * testsuite/gas/i386/x86-64-inval-pseudo.s: Likewise.
2000 * testsuite/gas/i386/inval-pseudo.l: Updated.
2001 * testsuite/gas/i386/pseudos.d: Likewise.
2002 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
2003
2004 2020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2005
2006 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
2007 * Makefile.in, doc/Makefile.in: Regenerate.
2008 * configure: Regenerate.
2009
2010 2020-07-30 H.J. Lu <hongjiu.lu@intel.com>
2011
2012 * testsuite/gas/elf/dwarf2-3.d:Pass --gdwarf-3 to assembler.
2013 * testsuite/gas/elf/dwarf2-5.d: Likewise.
2014 * testsuite/gas/i386/dw2-compress-3a.d: Likewise.
2015 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
2016 * testsuite/gas/i386/dw2-compressed-3a.d: Likewise.
2017 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
2018
2019 2020-07-30 Nick Clifton <nickc@redhat.com>
2020
2021 * as.c (dwarf_level): Initialise to 3 in case this is not set on
2022 the command line.
2023
2024 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
2025
2026 * testsuite/gas/mips/global-local-symtab-sort-o32.d: New test.
2027 * testsuite/gas/mips/global-local-symtab-sort-o32t.d: New test.
2028 * testsuite/gas/mips/global-local-symtab-sort-n32.d: New test.
2029 * testsuite/gas/mips/global-local-symtab-sort-n32t.d: New test.
2030 * testsuite/gas/mips/global-local-symtab-sort-n64.d: New test.
2031 * testsuite/gas/mips/global-local-symtab-sort-n64t.d: New test.
2032 * testsuite/gas/mips/mips.exp: Run the new tests.
2033
2034 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
2035
2036 * testsuite/gas/mips/global-local-symtab-o32.d: New test.
2037 * testsuite/gas/mips/global-local-symtab-o32t.d: New test.
2038 * testsuite/gas/mips/global-local-symtab-n32.d: New test.
2039 * testsuite/gas/mips/global-local-symtab-n32t.d: New test.
2040 * testsuite/gas/mips/global-local-symtab-n64.d: New test.
2041 * testsuite/gas/mips/global-local-symtab.s: New test source.
2042 * testsuite/gas/mips/mips.exp: Run the new tests.
2043
2044 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
2045
2046 PR gas/26305
2047 * config/tc-i386.c (build_modrm_byte): Use disp32/disp16 on
2048 (%bp)/(%ebp)/(%rbp) for {disp32}.
2049 * doc/c-i386.texi: Update {disp32} documentation.
2050 * testsuite/gas/i386/pseudos.s: Add (%bp)/(%ebp) tests.
2051 * testsuite/gas/i386/x86-64-pseudos.s: Add (%ebp)/(%rbp) tests.
2052 * testsuite/gas/i386/pseudos.d: Updated.
2053 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
2054
2055 2020-07-27 H.J. Lu <hongjiu.lu@intel.com>
2056
2057 * doc/as.texi: Replace preceeded with preceded.
2058
2059 2020-07-22 Maciej W. Rozycki <macro@linux-mips.org>
2060
2061 * testsuite/gas/mips/jal-svr4pic-irix.d: New file.
2062 * testsuite/gas/mips/mips1@jal-svr4pic-irix.d: New file.
2063 * testsuite/gas/mips/mipsr6@jal-svr4pic-irix.d: New file.
2064 * testsuite/gas/mips/micromips@jal-svr4pic-irix.d: New file.
2065 * testsuite/gas/mips/r3000@jal-svr4pic-irix.d: New file.
2066 * testsuite/gas/mips/jal-svr4pic-local-irix.d: New file.
2067 * testsuite/gas/mips/mips1@jal-svr4pic-local-irix.d: New file.
2068 * testsuite/gas/mips/micromips@jal-svr4pic-local-irix.d: New
2069 file.
2070 * testsuite/gas/mips/r3000@jal-svr4pic-local-irix.d: New file.
2071 * testsuite/gas/mips/jal-svr4pic-noreorder-irix.d: New file.
2072 * testsuite/gas/mips/mips1@jal-svr4pic-noreorder-irix.d: New
2073 file.
2074 * testsuite/gas/mips/mipsr6@jal-svr4pic-noreorder-irix.d: New
2075 file.
2076 * testsuite/gas/mips/micromips@jal-svr4pic-noreorder-irix.d: New
2077 file.
2078 * testsuite/gas/mips/r3000@jal-svr4pic-noreorder-irix.d: New
2079 file.
2080 * testsuite/gas/mips/jal-xgot-irix.d: New file.
2081 * testsuite/gas/mips/jalr2-irix.d: New file.
2082 * testsuite/gas/mips/micromips-branch-relax-insn32-pic-irix.d:
2083 New file.
2084 * testsuite/gas/mips/micromips-branch-relax-pic-irix.d: New
2085 file.
2086 * testsuite/gas/mips/mips-abi32-pic2-irix.d: New file.
2087 * testsuite/gas/mips/jal-svr4pic-local.d: Don't exclude
2088 `*-*-irix*' targets. Add source file designator.
2089 * testsuite/gas/mips/mips1@jal-svr4pic-local.d: Don't exclude
2090 `*-*-irix*' targets.
2091 * testsuite/gas/mips/r3000@jal-svr4pic-local.d: Likewise.
2092 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: Likewise.
2093 * testsuite/gas/mips/jalr2.d: Add name designator.
2094 * testsuite/gas/mips/mips.exp: Use respective IRIX variants for
2095 tests involving the JALR relocation throughout.
2096
2097 2020-07-22 Maciej W. Rozycki <macro@linux-mips.org>
2098
2099 * testsuite/gas/mips/mips.exp: Use a helper variable for
2100 IRIX/non-IRIX test selection.
2101
2102 2020-07-21 Jan Beulich <jbeulich@suse.com>
2103
2104 * testsuite/gas/i386/evex-no-scale-64.d,
2105 testsuite/gas/i386/addr32.d,
2106 testsuite/gas/i386/x86-64-addr32-intel.d,
2107 testsuite/gas/i386/x86-64-addr32.d: Adjust expectations.
2108
2109 2020-07-21 Cooper Qu <cooper.qu@linux.alibaba.com>
2110
2111 * config/tc-csky.c (md_begin): Fix tests of arch and mach flags.
2112
2113 2020-07-21 Jan Beulich <jbeulich@suse.com>
2114
2115 * testsuite/gas/i386/evex-no-scale-32.d,
2116 testsuite/gas/i386/evex-no-scale-64.d: Add #source and #pass.
2117 * testsuite/gas/i386/evex-no-scale-32.s,
2118 testsuite/gas/i386/evex-no-scale-64.s: Rename / fold into ...
2119 * testsuite/gas/i386/evex-no-scale.s: ... this. Use .struct
2120 instead of .section.
2121 * testsuite/gas/i386/i386.exp: Move above tests out of ELF-
2122 specific section.
2123
2124 2020-07-21 Maciej W. Rozycki <macro@linux-mips.org>
2125
2126 * config/tc-mips.c (prev_reloc_op_frag): Remove variable.
2127 (my_getSmallExpression): Adjust accordingly.
2128
2129 2020-07-20 Jan Beulich <jbeulich@suse.com>
2130
2131 PR gas/4572
2132 * config/tc-i386.c (i386_comment_chars): Drop TE_I386AIX from
2133 conditional around it.
2134 (md_begin): Insert backslash into operand_chars[] when slash is
2135 a comment character.
2136 * config/tc-i386-intel.c (i386_operator): Recognize \/, \%, and
2137 \* as operators when / may be a comment character.
2138 * testsuite/gas/i386/svr4.s, testsuite/gas/i386/svr4.d: New.
2139 * testsuite/gas/i386/i386.exp: Run new test.
2140
2141 2020-07-20 Jan Beulich <jbeulich@suse.com>
2142
2143 PR gas/4572
2144 * app.c (last_char): Drop TC_ARM conditional around it.
2145 (struct app_save): Drop TC_ARM conditional around last_char.
2146 (app_push, app_pop): Drop TC_ARM conditional from last_char
2147 accesses.
2148 (do_scrub_chars): Likewise. Drop TC_ARM conditional from
2149 backslash-precedes-comment-character check.
2150
2151 2020-07-20 Jan Beulich <jbeulich@suse.com>
2152
2153 * config/tc-i386.c (frag_opcode_byte): New.
2154 (output_branch): Emit error when in absolute section.
2155 (output_jump, output_insn): Use frag_opcode_byte. Handle being
2156 in absolute section.
2157 (output_interseg_jump, output_disp, output_imm): Handle being in
2158 absolute section.
2159 * testsuite/gas/i386/sizing.s,
2160 testsuite/gas/i386/sizing32.d,
2161 testsuite/gas/i386/sizing64.d: New.
2162 * testsuite/gas/i386/i386.exp: Run new tests.
2163
2164 2020-07-20 Jan Beulich <jbeulich@suse.com>
2165
2166 * testsuite/gas/i386/i386.exp: Include *-*-vxworks alongside
2167 is_elf_format as applicable; merely exclude iamcu tests.
2168
2169 2020-07-19 H.J. Lu <hongjiu.lu@intel.com>
2170
2171 PR gas/26263
2172 * config/tc-i386.c (i386_validate_fix): Change PLT32 reloc
2173 against section to PC32 reloc.
2174 * testsuite/gas/i386/relax-5.d: Updated.
2175 * testsuite/gas/i386/x86-64-relax-4.d: Likewise.
2176
2177 2020-07-15 H.J. Lu <hongjiu.lu@intel.com>
2178
2179 PR gas/26237
2180 * testsuite/gas/i386/evex-no-scale-64.d: Updated.
2181 * testsuite/gas/i386/addr32.d: Likewise.
2182 * testsuite/gas/i386/x86-64-addr32-intel.d: Likewise.
2183 * testsuite/gas/i386/x86-64-addr32.d: Likewise.
2184
2185 2020-07-15 Nick Clifton <nickc@redhat.com>
2186
2187 * write.c (create_note_reloc): Add desc2_size parameter. Zero out
2188 the addend field of REL relocations. Store the full addend into
2189 the note for REL relocations.
2190
2191 2020-07-15 Jan Beulich <jbeulich@suse.com>
2192
2193 * testsuite/gas/i386/x86-64-stack.s: Adjust 32-bit push
2194 immediate.
2195 * testsuite/gas/i386/x86-64-stack-intel.d,
2196 testsuite/gas/i386/x86-64-stack-suffix.d,
2197 testsuite/gas/i386/x86-64-stack.d: Adjust expectations.
2198
2199 2020-07-15 Jan Beulich <jbeulich@suse.com>
2200
2201 * testsuite/gas/i386/disassem.d,
2202 testsuite/gas/i386/ilp32/x86-64-branch.d,
2203 testsuite/gas/i386/intel.d, testsuite/gas/i386/jump16.d,
2204 testsuite/gas/i386/lfence-load.d, testsuite/gas/i386/noreg16.d,
2205 testsuite/gas/i386/noreg32.d,
2206 testsuite/gas/i386/noreg64-rex64.d,
2207 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/notrack.d,
2208 testsuite/gas/i386/opcode.d,
2209 testsuite/gas/i386/solaris/x86-64-branch-2.d,
2210 testsuite/gas/i386/solaris/x86-64-jump.d,
2211 testsuite/gas/i386/solaris/x86-64-mpx-branch-1.d,
2212 testsuite/gas/i386/solaris/x86-64-nop-3.d,
2213 testsuite/gas/i386/solaris/x86-64-nop-4.d,
2214 testsuite/gas/i386/solaris/x86-64-nop-5.d,
2215 testsuite/gas/i386/solaris/x86-64-relax-2.d,
2216 testsuite/gas/i386/solaris/x86-64-relax-3.d,
2217 testsuite/gas/i386/x86-64-align-branch-1a.d,
2218 testsuite/gas/i386/x86-64-align-branch-1b.d,
2219 testsuite/gas/i386/x86-64-align-branch-1c.d,
2220 testsuite/gas/i386/x86-64-align-branch-1d.d,
2221 testsuite/gas/i386/x86-64-align-branch-1e.d,
2222 testsuite/gas/i386/x86-64-align-branch-1f.d,
2223 testsuite/gas/i386/x86-64-align-branch-1g.d,
2224 testsuite/gas/i386/x86-64-align-branch-1h.d,
2225 testsuite/gas/i386/x86-64-align-branch-1i.d,
2226 testsuite/gas/i386/x86-64-align-branch-2a.d,
2227 testsuite/gas/i386/x86-64-align-branch-2b.d,
2228 testsuite/gas/i386/x86-64-align-branch-2c.d,
2229 testsuite/gas/i386/x86-64-align-branch-3.d,
2230 testsuite/gas/i386/x86-64-align-branch-4a.d,
2231 testsuite/gas/i386/x86-64-align-branch-4b.d,
2232 testsuite/gas/i386/x86-64-align-branch-5.d,
2233 testsuite/gas/i386/x86-64-align-branch-6.d,
2234 testsuite/gas/i386/x86-64-branch-2.d,
2235 testsuite/gas/i386/x86-64-branch-3.d,
2236 testsuite/gas/i386/x86-64-branch.d,
2237 testsuite/gas/i386/x86-64-disassem.d,
2238 testsuite/gas/i386/x86-64-disp32.d,
2239 testsuite/gas/i386/x86-64-gotpcrel-no-relax.d,
2240 testsuite/gas/i386/x86-64-gotpcrel.d,
2241 testsuite/gas/i386/x86-64-ifunc.d,
2242 testsuite/gas/i386/x86-64-jump.d,
2243 testsuite/gas/i386/x86-64-lfence-byte.d,
2244 testsuite/gas/i386/x86-64-lfence-indbr-a.d,
2245 testsuite/gas/i386/x86-64-lfence-indbr-b.d,
2246 testsuite/gas/i386/x86-64-lfence-indbr-c.d,
2247 testsuite/gas/i386/x86-64-lfence-load.d,
2248 testsuite/gas/i386/x86-64-lfence-ret-a.d,
2249 testsuite/gas/i386/x86-64-lfence-ret-b.d,
2250 testsuite/gas/i386/x86-64-lfence-ret-c.d,
2251 testsuite/gas/i386/x86-64-lfence-ret-d.d,
2252 testsuite/gas/i386/x86-64-lfence-ret-e.d,
2253 testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d,
2254 testsuite/gas/i386/x86-64-mpx-branch-1.d,
2255 testsuite/gas/i386/x86-64-mpx.d,
2256 testsuite/gas/i386/x86-64-nop-3.d,
2257 testsuite/gas/i386/x86-64-nop-4.d,
2258 testsuite/gas/i386/x86-64-nop-5.d,
2259 testsuite/gas/i386/x86-64-nops-7.d,
2260 testsuite/gas/i386/x86-64-notrack.d,
2261 testsuite/gas/i386/x86-64-opcode.d,
2262 testsuite/gas/i386/x86-64-relax-2.d,
2263 testsuite/gas/i386/x86-64-relax-3.d,
2264 testsuite/gas/i386/x86-64-relax-4.d,
2265 testsuite/gas/i386/x86-64-rtm.d,
2266 testsuite/gas/i386/x86-64-stack.d,
2267 testsuite/gas/i386/x86-64-unique.d,
2268 testsuite/gas/i386/x86_64-intel.d: Adjust expectations.
2269
2270 2020-07-14 H.J. Lu <hongjiu.lu@intel.com>
2271
2272 PR gas/26237
2273 * testsuite/gas/i386/addr32.s: Add tests for 32-bit wrapped around
2274 address.
2275 * testsuite/gas/i386/x86-64-addr32.s: Likewise.
2276 * testsuite/gas/i386/addr32.d: Updated.
2277 * testsuite/gas/i386/x86-64-addr32-intel.d: Likewise.
2278 * testsuite/gas/i386/x86-64-addr32.d: Likewise.
2279 * testsuite/gas/i386/ilp32/x86-64-addr32-intel.d: Likewise.
2280 * testsuite/gas/i386/ilp32/x86-64-addr32.d: Likewise.
2281
2282 2020-07-14 Jan Beulich <jbeulich@suse.com>
2283
2284 * testsuite/gas/i386/intel.s: Use dr<N> instead of db<N>.
2285 * testsuite/gas/i386/intel-intel.d: Disambiguate name.
2286 * testsuite/gas/i386/intel.d,
2287 testsuite/gas/i386/opcode-intel.d: Adjust expectations.
2288
2289 2020-07-14 Jan Beulich <jbeulich@suse.com>
2290
2291 * testsuite/gas/i386/prefix.d: Adjust expectations.
2292
2293 2020-07-14 Jan Beulich <jbeulich@suse.com>
2294
2295 * testsuite/gas/i386/x86-64-avx-intel.d,
2296 testsuite/gas/i386/x86-64-sse4_2-intel.d: Adjust expectations.
2297
2298 2020-07-14 Jan Beulich <jbeulich@suse.com>
2299
2300 * testsuite/gas/i386/movbe-suffix.d,
2301 testsuite/gas/i386/x86-64-movbe-suffix.d: New.
2302 * testsuite/gas/i386/i386.exp: Run new tests.
2303
2304 2020-07-14 Jan Beulich <jbeulich@suse.com>
2305
2306 * testsuite/gas/i386/crc32-suffix.d,
2307 testsuite/gas/i386/x86-64-crc32-suffix.d: New.
2308 * testsuite/gas/i386/i386.exp: Run new tests.
2309 * testsuite/gas/i386/arch-10-bdver1.d,
2310 testsuite/gas/i386/arch-10-bdver2.d,
2311 testsuite/gas/i386/arch-10-bdver3.d,
2312 testsuite/gas/i386/arch-10-bdver4.d,
2313 testsuite/gas/i386/arch-10-btver1.d,
2314 testsuite/gas/i386/arch-10-btver2.d,
2315 testsuite/gas/i386/arch-10-lzcnt.d,
2316 testsuite/gas/i386/arch-10-prefetchw.d,
2317 testsuite/gas/i386/arch-10.d, testsuite/gas/i386/arch-2.d,
2318 testsuite/gas/i386/arch-3.d, testsuite/gas/i386/arch-5.d,
2319 testsuite/gas/i386/arch-6.d, testsuite/gas/i386/crc32.d,
2320 testsuite/gas/i386/sse-noavx.d, testsuite/gas/i386/sse4_2.d,
2321 testsuite/gas/i386/x86-64-arch-2-bdver1.d,
2322 testsuite/gas/i386/x86-64-arch-2-bdver2.d,
2323 testsuite/gas/i386/x86-64-arch-2-bdver3.d,
2324 testsuite/gas/i386/x86-64-arch-2-bdver4.d,
2325 testsuite/gas/i386/x86-64-arch-2-btver1.d,
2326 testsuite/gas/i386/x86-64-arch-2-btver2.d,
2327 testsuite/gas/i386/x86-64-arch-2-lzcnt.d,
2328 testsuite/gas/i386/x86-64-arch-2-prefetchw.d,
2329 testsuite/gas/i386/x86-64-arch-2.d,
2330 testsuite/gas/i386/x86-64-crc32.d,
2331 testsuite/gas/i386/x86-64-pseudos.d,
2332 testsuite/gas/i386/x86-64-sse-noavx.d,
2333 testsuite/gas/i386/x86-64-sse4_2.d: Adjust expectations.
2334
2335 2020-07-14 Jan Beulich <jbeulich@suse.com>
2336
2337 * testsuite/gas/i386/x86-64-pseudos.s: Add empty-REX tests for
2338 ModR/M-encoded byte register cases.
2339 * testsuite/gas/i386/x86-64-pseudos.d,
2340 testsuite/gas/i386/x86-64-reg-intel.d,
2341 testsuite/gas/i386/x86-64-reg.d: Adjust expectations.
2342
2343 2020-07-14 Jan Beulich <jbeulich@suse.com>
2344
2345 * testsuite/gas/i386/x86-64-pseudos.s: Add empty-REX tests for
2346 not-ModR/M-encoded byte register cases.
2347 * testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations.
2348
2349 2020-07-14 Jan Beulich <jbeulich@suse.com>
2350
2351 * testsuite/gas/i386/ilp32/x86-64-arch-1.d,
2352 testsuite/gas/i386/ilp32/x86-64-arch-2.d,
2353 testsuite/gas/i386/ilp32/x86-64-avx-intel.d,
2354 testsuite/gas/i386/ilp32/x86-64-avx.d,
2355 testsuite/gas/i386/ilp32/x86-64-crc32-intel.d,
2356 testsuite/gas/i386/ilp32/x86-64-crc32.d,
2357 testsuite/gas/i386/ilp32/x86-64-gotpcrel.d,
2358 testsuite/gas/i386/ilp32/x86-64-ifunc.d,
2359 testsuite/gas/i386/ilp32/x86-64-reg-intel.d,
2360 testsuite/gas/i386/ilp32/x86-64-reg.d,
2361 testsuite/gas/i386/ilp32/x86-64-rep-suffix.d,
2362 testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d,
2363 testsuite/gas/i386/ilp32/x86-64-sse4_2.d,
2364 testsuite/gas/i386/ilp32/x86-64-stack-intel.d,
2365 testsuite/gas/i386/ilp32/x86-64-stack-suffix.d,
2366 testsuite/gas/i386/ilp32/x86-64-stack.d: Reference parent dir
2367 dump expectations.
2368
2369 2020-07-13 H.J. Lu <hongjiu.lu@intel.com>
2370
2371 * config/tc-i386.c (offset_in_range): Remove 32-bit sign
2372 extension.
2373
2374 2020-07-13 Nick Clifton <nickc@redhat.com>
2375
2376 * po/fr.po: Updated French translation.
2377
2378 2020-07-13 Alan Modra <amodra@gmail.com>
2379
2380 * testsuite/gas/elf/dwarf2-7.d: Remove most xfails.
2381 * testsuite/gas/elf/dwarf2-12.d: Likewise.
2382 * testsuite/gas/elf/dwarf2-13.d: Likewise.
2383 * testsuite/gas/elf/dwarf2-14.d: Likewise.
2384
2385 2020-07-11 H.J. Lu <hongjiu.lu@intel.com>
2386
2387 * config/tc-i386.c (output_insn): Check i.xstate to set
2388 GNU_PROPERTY_X86_FEATURE_2_TMM.
2389 * testsuite/gas/i386/i386.exp: Run x86-64-property-7,
2390 x86-64-property-8 and x86-64-property-9.
2391 * testsuite/gas/i386/x86-64-property-7.d: New file.
2392 * testsuite/gas/i386/x86-64-property-7.s: Likewise.
2393 * testsuite/gas/i386/x86-64-property-8.d: Likewise.
2394 * testsuite/gas/i386/x86-64-property-8.s: Likewise.
2395 * testsuite/gas/i386/x86-64-property-9.d: Likewise.
2396 * testsuite/gas/i386/x86-64-property-9.s: Likewise.
2397
2398 2020-07-10 H.J. Lu <hongjiu.lu@intel.com>
2399
2400 * config/tc-i386.c (_i386_insn): Remove has_regmmx, has_regxmm,
2401 has_regymm, has_regzmm and has_regtmm. Add xstate.
2402 (md_assemble): Set i.xstate from operand types in instruction
2403 template.
2404 (build_modrm_byte): Updated.
2405 (output_insn): Check i.xstate.
2406 * testsuite/gas/i386/i386.exp: Run property-6 and
2407 x86-64-property-6.
2408 * testsuite/gas/i386/property-6.d: New file.
2409 * testsuite/gas/i386/property-6.s: Updated.
2410 * testsuite/gas/i386/x86-64-property-6.d: Likewise.
2411
2412 2020-07-10 H.J. Lu <hongjiu.lu@intel.com>
2413
2414 * testsuite/gas/i386/property-5.d: Correct test name.
2415
2416 2020-07-10 Lili Cui <lili.cui@intel.com>
2417
2418 * NEWS: Mention support for Intel AMX instructions.
2419 * config/tc-i386.c (i386_error): Add invalid_sib_address.
2420 (cpu_arch): Add .amx_int8, .amx_bf16 and .amx_tile.
2421 (cpu_noarch): Add noamx_int8, noamx_bf16 and noamx_tile.
2422 (match_simd_size): Add tmmword check.
2423 (operand_type_match): Add tmmword.
2424 (type_names): Add rTMM.
2425 (i386_error): Add invalid_tmm_register_set.
2426 (check_VecOperands): Handle invalid_sib_address and
2427 invalid_tmm_register_set.
2428 (match_template): Handle invalid_sib_address.
2429 (build_modrm_byte): Handle non-vector SIB and zmmword.
2430 (i386_index_check): Disallow RegIP for non-vector SIB.
2431 (check_register): Handle zmmword.
2432 * doc/c-i386.texi: Document amx_int8, amx_bf16 and amx_tile.
2433 * testsuite/gas/i386/i386.exp: Add AMX new tests.
2434 * testsuite/gas/i386/intel-regs.d: Add tmm.
2435 * testsuite/gas/i386/intel-regs.s: Add tmm.
2436 * testsuite/gas/i386/x86-64-amx-intel.d: New.
2437 * testsuite/gas/i386/x86-64-amx-inval.l: New.
2438 * testsuite/gas/i386/x86-64-amx-inval.s: New.
2439 * testsuite/gas/i386/x86-64-amx.d: New.
2440 * testsuite/gas/i386/x86-64-amx.s: New.
2441 * testsuite/gas/i386/x86-64-amx-bad.d: New.
2442 * testsuite/gas/i386/x86-64-amx-bad.s: New.
2443
2444 2020-07-10 Tom de Vries <tdevries@suse.de>
2445
2446 * testsuite/gas/elf/dwarf2-11.d: Update expected output from
2447 readelf's line table decoding.
2448 * testsuite/gas/elf/dwarf2-12.d: Likewise.
2449 * testsuite/gas/elf/dwarf2-13.d: Likewise.
2450 * testsuite/gas/elf/dwarf2-14.d: Likewise.
2451 * testsuite/gas/elf/dwarf2-15.d: Likewise.
2452 * testsuite/gas/elf/dwarf2-16.d: Likewise.
2453 * testsuite/gas/elf/dwarf2-17.d: Likewise.
2454 * testsuite/gas/elf/dwarf2-18.d: Likewise.
2455 * testsuite/gas/elf/dwarf2-19.d: Likewise.
2456 * testsuite/gas/elf/dwarf2-5.d: Likewise.
2457 * testsuite/gas/elf/dwarf2-6.d: Likewise.
2458 * testsuite/gas/elf/dwarf2-7.d: Likewise.
2459
2460 2020-07-09 H.J. Lu <hongjiu.lu@intel.com>
2461
2462 * config/tc-i386.c (output_insn): Set YMM/ZMM features for
2463 VEX/EVEX vector instructions.
2464 * testsuite/gas/i386/property-4.d: New file.
2465 * testsuite/gas/i386/property-4.s: Likewise.
2466 * testsuite/gas/i386/property-5.d: Likewise.
2467 * testsuite/gas/i386/property-5.s: Likewise.
2468 * testsuite/gas/i386/x86-64-property-4.d: Likewise.
2469 * testsuite/gas/i386/x86-64-property-5.d: Likewise.
2470
2471 2020-07-09 H.J. Lu <hongjiu.lu@intel.com>
2472
2473 * NEWS: Mention --enable-x86-used-note.
2474 * configure.ac: Configure with --enable-x86-used-note by default
2475 for Linux/x86.
2476 * configure: Regenerated.
2477
2478 2020-07-09 Alan Modra <amodra@gmail.com>
2479
2480 * config/obj-coff.h: Remove TE_PE support.
2481 * config/tc-ppc.c: Likewise.
2482 * config/tc-ppc.h: Likewise.
2483 * configure.tgt: Remove powerpc PE and powerpc lynxos.
2484 * testsuite/gas/cfi/cfi.exp (cfi-common-6): Remove powerpc PE
2485 condition.
2486 * testsuite/gas/macros/macros.exp: Don't xfail powerpc PE.
2487
2488 2020-07-08 Jan Beulich <jbeulich@suse.com>
2489
2490 * testsuite/gas/i386/fma4-lig.d, testsuite/gas/i386/xop-lig.d:
2491 New.
2492 * testsuite/gas/i386/i386.exp: Run new tests.
2493
2494 2020-07-07 Claudiu Zissulescu <claziss@synopsys.com>
2495
2496 * config/tc-arc.c (find_opcode_match): Add error messages.
2497 * testsuite/gas/arc/add_s-err.s: Update test.
2498 * testsuite/gas/arc/asm-errors.err: Likewise.
2499 * testsuite/gas/arc/cpu-em-err.s: Likewise.
2500 * testsuite/gas/arc/hregs-err.s: Likewise.
2501 * testsuite/gas/arc/warn.s: Likewise.
2502
2503 2020-07-07 H.J. Lu <hongjiu.lu@intel.com>
2504
2505 PR gas/26212
2506 * doc/c-i386.texi: Remove an incorrect AVX2 entry.
2507
2508 2020-07-07 Alan Modra <amodra@gmail.com>
2509
2510 * testsuite/gas/all/gas.exp: Use is_xcoff_format.
2511 * testsuite/gas/ppc/ppc.exp: Likewise.
2512 * testsuite/gas/all/weakref1l.d: Likewise.
2513
2514 2020-07-07 Nick Clifton <nickc@redhat.com>
2515
2516 * testsuite/gas/arm/cde-missing-fp.l: Fix spelling mistake in
2517 expected output.
2518
2519 2020-07-06 Jan Beulich <jbeulich@suse.com>
2520
2521 * testsuite/gas/i386/x86-64-avx512bw-wig1.d,
2522 testsuite/gas/i386/x86-64-avx512bw-wig1-intel.d,
2523 testsuite/gas/i386/x86-64-evex-wig1.d,
2524 testsuite/gas/i386/x86-64-evex-wig1-intel.d: Adjust
2525 expectations.
2526
2527 2020-07-06 Jan Beulich <jbeulich@suse.com>
2528
2529 * testsuite/gas/i386/avx512f-opts.s: Add EVEX movq tests.
2530 * testsuite/gas/i386/x86-64-avx512f-opts.s: Add blank line.
2531 * testsuite/gas/i386/avx512f-opts-intel.d,
2532 testsuite/gas/i386/avx512f-opts.d
2533 testsuite/gas/i386/x86-64-avx512f-opts-intel.d
2534 testsuite/gas/i386/x86-64-avx512f-opts.d: Adjust expectations.
2535
2536 2020-07-06 Yuri Chornoivan <yurchor@ukr.net>
2537
2538 PR 26204
2539 * config/tc-arm.c: Fix spelling mistake.
2540 * config/tc-riscv.c: Likewise.
2541 * config/tc-z80.c: Likewise.
2542 * po/gas.pot: Regenerate.
2543
2544 2020-07-06 Nick Clifton <nickc@redhat.com>
2545
2546 * po/uk.po: Updated Ukranian translation.
2547
2548 2020-07-04 Nick Clifton <nickc@redhat.com>
2549
2550 * configure: Regenerate.
2551 * po/gas.pot: Regenerate.
2552
2553 2020-07-04 Nick Clifton <nickc@redhat.com>
2554
2555 * version.m4: Change version number to 2.35.50.
2556 * configure: Regenerate.
2557 * po/bfd.pot: Regenerate.
2558
2559 2020-07-04 Nick Clifton <nickc@redhat.com>
2560
2561 Binutils 2.35 branch created.
2562
2563 2020-07-03 Alan Modra <amodra@gmail.com>
2564
2565 PR 26028
2566 * testsuite/gas/ia64/unwind-ilp32.d: Add -T to readelf options.
2567
2568 2020-07-02 H.J. Lu <hongjiu.lu@intel.com>
2569
2570 * config/tc-i386.c (build_modrm_byte): Check vexswapsources to
2571 swap two source operands.
2572
2573 2020-07-02 Nick Clifton <nickc@redhat.com>
2574
2575 * testsuite/gas/all/fill-1.d: Skip for MeP targets.
2576
2577 2020-07-02 Alex Coplan <alex.coplan@arm.com>
2578
2579 * config/tc-aarch64.c (reg_name_p): Fix cast so that we don't
2580 segfault on negative chars.
2581 * testsuite/gas/aarch64/reglike-label-unicode-segv.d: New test.
2582 * testsuite/gas/aarch64/reglike-label-unicode-segv.s: Input.
2583
2584 2020-07-02 Nick Clifton <nickc@redhat.com>
2585
2586 PR 26028
2587 * testsuite/gas/ia64/group-2.d: Add -T option to readelf
2588 command line.
2589 * testsuite/gas/ia64/unwind.d: Likewise.
2590 * testsuite/gas/mmix/bspec-1.d: Likewise.
2591 * testsuite/gas/mmix/bspec-2.d: Likewise.
2592 * testsuite/gas/mmix/comment-1.d: Likewise.
2593 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
2594
2595 2020-07-01 Alan Modra <amodra@gmail.com>
2596
2597 * config/tc-xc16x.c (md_apply_fix): Add FIXME.
2598
2599 2020-07-01 Alan Modra <amodra@gmail.com>
2600
2601 * testsuite/gas/all/eqv-dot.d: xfail targets that set linkrelax
2602 in data sections, and mep.
2603
2604 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
2605
2606 * NEWS: Mention x86 NaCl target support removal.
2607 * config/tc-i386.c: Remove x86 NaCl target support.
2608 * config/tc-i386.h: Likewise.
2609 * configure.tgt: Likewise.
2610 * testsuite/gas/i386/i386.exp: Likewise.
2611 * testsuite/gas/i386/iamcu-1.d: Likewise.
2612 * testsuite/gas/i386/iamcu-2.d: Likewise.
2613 * testsuite/gas/i386/iamcu-3.d: Likewise.
2614 * testsuite/gas/i386/iamcu-4.d: Likewise.
2615 * testsuite/gas/i386/iamcu-5.d: Likewise.
2616 * testsuite/gas/i386/k1om.d: Likewise.
2617 * testsuite/gas/i386/l1om.d: Likewise.
2618
2619 2020-06-30 Nelson Chu <nelson.chu@sifive.com>
2620
2621 * config/tc-riscv.c (riscv_csr_class_check): Removed. Move the
2622 checking into riscv_csr_address.
2623 (riscv_csr_version_check): Likewise.
2624 (riscv_csr_address): New function. Return the suitable CSR address
2625 after checking the ISA dependency and versions. Issue warnings if
2626 we find any conflict and -mcsr-check is set. CSR_CLASS_F and
2627 CSR_CLASS_DEBUG are unprivileged CSR for now, so don't check the
2628 priv spec versions for them.
2629 (reg_csr_lookup_internal): Call riscv_csr_address to find the
2630 suitable CSR address.
2631 * testsuite/gas/riscv/priv-reg-fail-fext.d: Remove -mpriv-spec=1.11.
2632 * testsuite/gas/riscv/priv-reg-fail-read-only-01.d: Likewise.
2633 * testsuite/gas/riscv/priv-reg-fail-rv32-only.d: Likewise.
2634 * testsuite/gas/riscv/priv-reg-fail-fext.l: We don't care the
2635 priv spec warnings here. These warnings are added by accident.
2636 Remove them and only focus on the ISA dependency warnings.
2637 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
2638 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
2639 * testsuite/gas/riscv/priv-reg-fail-version-1p9.l: Updated since
2640 dscratch0 and dscratch1 are regarded as the unprivileged CSR rather
2641 than the privileged ones.
2642 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
2643 * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
2644 * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
2645 * testsuite/gas/riscv/priv-reg.s: Likewise. Add missing debug CSR.
2646 * testsuite/gas/riscv/priv-reg-version-1p9.d: Likewise.
2647 * testsuite/gas/riscv/priv-reg-version-1p9p1.d: Likewise.
2648 * testsuite/gas/riscv/priv-reg-version-1p10.d: Likewise.
2649 * testsuite/gas/riscv/priv-reg-version-1p11.d: Likewise.
2650 * testsuite/gas/riscv/csr-dw-regnums.d: Likewise.
2651 * testsuite/gas/riscv/csr-dw-regnums.s: Likewise.
2652
2653 2020-06-29 H.J. Lu <hongjiu.lu@intel.com>
2654
2655 * config/tc-i386.c (build_vex_prefix): Support VEX base opcode
2656 length > 1.
2657 (md_assemble): Don't process ImmExt without operands.
2658
2659 2020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
2660
2661 PR gas/25331
2662 * config/tc-mmix.c (md_assemble) <fixup for
2663 BFD_RELOC_MMIX_BASE_PLUS_OFFSET>: This fixup affects 1 byte, not 8.
2664 Also, set its fx_no_overflow.
2665 (md_convert_frag) <case ENCODE_RELAX (STATE_PUSHJSTUB, STATE_ZERO)>:
2666 Similarly this fixup affects 4 bytes, not 8 and needs its
2667 fx_no_overflow set.
2668 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Don't define.
2669 * testsuite/gas/mmix/pr25331.d, testsuite/gas/mmix/pr25331.s: New test.
2670
2671 2020-06-29 Alan Modra <amodra@gmail.com>
2672
2673 * config/tc-s12z.c: Use C style comments.
2674 * config/tc-z80.c: Likewise.
2675 * config/tc-xtensa.c (emit_ld_r_n): Remove commented out code.
2676
2677 2020-06-26 H.J. Lu <hongjiu.lu@intel.com>
2678
2679 * config/tc-i386.c (md_assemble): Process ImmExt without
2680 operands.
2681
2682 2020-06-26 H.J. Lu <hongjiu.lu@intel.com>
2683
2684 * config/tc-i386.c (check_VecOperands): Replace vecsib with sib.
2685 Replace VecSIB128, VecSIB256 and VecSIB512 with VECSIB128,
2686 VECSIB256 and VECSIB512, respectively.
2687 (build_modrm_byte): Replace vecsib with sib.
2688
2689 2020-06-26 Jan Beulich <jbeulich@suse.com>
2690
2691 * testsuite/gas/i386/nop-1-suffix.d: New.
2692 * testsuite/gas/i386/i386.exp: Run new test.
2693
2694 2020-06-26 Pat Bernardi <bernardi@adacore.com>
2695
2696 * config/tc-m68k.c (m68k_elf_gnu_attribute): New function.
2697 (md_pseudo_table): Handle "gnu_attribute".
2698 * doc/as.texi: Document GNU attribute for M68K.
2699
2700 2020-06-25 Nick Clifton <nickc@redhat.com>
2701
2702 PR 26141
2703 * config/tc-arm.c (arm_force_relocation): Force resolution of
2704 BFD_RELOC_THUMB_PCREL_BRANCH12 relocations.
2705 * testsuite/gas/arm/plt-1.d: Adjust expected disassembly.
2706
2707 2020-06-25 Jan Beulich <jbeulich@suse.com>
2708
2709 * config/tc-i386.c (md_assemble): Move call to process_immext()
2710 ...
2711 (process_operands): ... here.
2712
2713 2020-06-25 Jan Beulich <jbeulich@suse.com>
2714
2715 * config/tc-i386.c (process_suffix): Skip ambiguous operand size
2716 diagnostic when there is a sizing prefix. Switch to word/dword/
2717 qword encoding when there is a sizing prefix and no (explicit or
2718 derived) suffix.
2719 (update_imm): Handle presence of a sizing prefix.
2720 * testsuite/gas/i386/noreg16-data32.d,
2721 testsuite/gas/i386/noreg32-data16.d,
2722 testsuite/gas/i386/noreg32-data16.e,
2723 testsuite/gas/i386/noreg64-data16.d,
2724 testsuite/gas/i386/noreg64-data16.e,
2725 testsuite/gas/i386/noreg64-rex64.d: New.
2726 * testsuite/gas/i386/i386.exp: Run new tests.
2727 * testsuite/gas/i386/noreg32.s, testsuite/gas/i386/noreg64.s:
2728 Introduce and use pfx* macros.
2729 * testsuite/gas/i386/noreg16.s: Likewise. Replace 32-bit
2730 addressing.
2731 * testsuite/gas/i386/noreg16.d: Adjust expectations.
2732
2733 2020-06-25 Jan Beulich <jbeulich@suse.com>
2734
2735 * testsuite/gas/i386/avx-16bit.d,
2736 testsuite/gas/i386/avx-scalar.d, testsuite/gas/i386/avx.d,
2737 testsuite/gas/i386/avx512f-16bit.d,
2738 testsuite/gas/i386/avx512f.d,
2739 testsuite/gas/i386/evex-lig256.d,
2740 testsuite/gas/i386/evex-lig512.d
2741 testsuite/gas/i386/evex-wig1.d, testsuite/gas/i386/katmai.d,
2742 testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg32.d,
2743 testsuite/gas/i386/ptwrite.d, testsuite/gas/i386/simd.d,
2744 testsuite/gas/i386/sse2-16bit.d,
2745 testsuite/gas/i386/sse2.d, testsuite/gas/i386/sse2avx.d: Adjust
2746 expectations.
2747
2748 2020-06-25 Jan Beulich <jbeulich@suse.com>
2749
2750 * config/tc-i386.c (md_assemble): Also reject explicit REX
2751 prefixes with VEX and alike encoded insns. Zap consumed bits
2752 from i.rex.
2753 (output_insn): Don't ignore REX prefix for VEX and alike
2754 encodings; abort() instead if encountered.
2755 * testsuite/gas/i386/x86-64-pseudos.s: Move REX-with-VEX cases
2756 ...
2757 * testsuite/gas/i386/x86-64-pseudos-bad.s: ... here.
2758 * testsuite/gas/i386/x86-64-pseudos.d,
2759 testsuite/gas/i386/x86-64-pseudos-bad.l: Adjust expectations.
2760
2761 2020-06-25 Jan Beulich <jbeulich@suse.com>
2762
2763 * config/tc-i386.c (process_operands): Translate explicit REX
2764 prefix into i.rex for SSE2AVX templates.
2765 (set_rex_vrex): New helper.
2766 (build_modrm_byte): Use it.
2767 * testsuite/gas/i386/x86-64-sse2avx.s: Add cases with explict
2768 REX prefixes.
2769 * testsuite/gas/i386/x86-64-sse2avx.d: Adjust expectations.
2770
2771 2020-06-25 Jan Beulich <jbeulich@suse.com>
2772
2773 * config/tc-i386.c (cpu_flags_match): Only match SSE2AVX
2774 templates when there's no data size prefix.
2775 (md_assemble): Reject data size prefix also for legacy encoded
2776 SIMD templates.
2777 * testsuite/gas/i386/prefix32.s, testsuite/gas/i386/prefix64.s:
2778 Uncomment previously not working line.
2779 * testsuite/gas/i386/sse2avx.s: Add ldmxcsr/stmxcsr cases with
2780 data16 prefix.
2781 * testsuite/gas/i386/prefix32.l, testsuite/gas/i386/prefix64.l,
2782 testsuite/gas/i386/sse2avx.d: Adjust expectations.
2783
2784 2020-06-25 Jan Beulich <jbeulich@suse.com>
2785
2786 * config/tc-i386.c (build_evex_prefix): Drop early setting of
2787 vec_length.
2788
2789 2020-06-23 Nelson Chu <nelson.chu@sifive.com>
2790
2791 * config/tc-riscv.c (explicit_priv_attr): Rename explicit_csr to
2792 explicit_priv_attr. It used to indicate CSR or priv instructions are
2793 explictly used.
2794 (riscv_is_priv_insn): Return True if it is a privileged instruction.
2795 (riscv_ip): Call riscv_is_priv_insn to check whether the instruction
2796 is privileged or not. If it is, then set explicit_priv_attr to TRUE.
2797 (riscv_write_out_attrs): Clarification of when to generate the elf
2798 priv spec attributes.
2799 * testsuite/gas/riscv/attribute-11.s: Add comments.
2800 * testsuite/gas/riscv/attribute-14.s: New testcase. Use symbol
2801 `priv_insn_<n>` to decide which priv instruction is expected to used.
2802 (<n> is a to e.)
2803 * testsuite/gas/riscv/attribute-14a.d: Likewise.
2804 * testsuite/gas/riscv/attribute-14b.d: Likewise.
2805 * testsuite/gas/riscv/attribute-14c.d: Likewise.
2806 * testsuite/gas/riscv/attribute-14d.d: Likewise.
2807 * testsuite/gas/riscv/attribute-14e.d: Likewise.
2808
2809 2020-06-22 Nelson Chu <nelson.chu@sifive.com>
2810
2811 * config/tc-riscv.c (buf_size, buf): Remove the unused variables.
2812 (riscv_set_default_priv_spec): Get the priv spec version from the
2813 priv spec attributes by riscv_get_priv_spec_class_from_numbers.
2814
2815 2020-06-20 Alan Modra <amodra@gmail.com>
2816
2817 * configure.tgt: Set bfd_gas for all SH targets.
2818
2819 2020-06-18 Jan Beulich <jbeulich@suse.com>
2820
2821 * testsuite/gas/i386/arch-13.s: Add alternative VMGEXIT case.
2822 * testsuite/gas/i386/arch-13.d: Extend -march=. Adjust
2823 expectations.
2824
2825 2020-06-16 Lili Cui <lili.cui@intel.com>
2826
2827 * config/tc-i386.c (cpu_arch): Correct noavx512_vp2intersect
2828 cpu_arch to CPU_ANY_VP2INTERSECT_FLAGS.
2829 * doc/c-i386.texi: Add avx512_vp2intersect.
2830
2831 2020-06-16 Jan Beulich <jbeulich@suse.com>
2832
2833 * config/tc-i386.c (md_assemble): Drop SSE4a from SSE check
2834 conditional.
2835 * testsuite/gas/i386/sse-check.s: Adjust comment.
2836 * testsuite/gas/i386/sse-check-error.l,
2837 testsuite/gas/i386/sse-check-warn.e,
2838 testsuite/gas/i386/x86-64-sse-check-error.l: Adjust
2839 expectations.
2840
2841 2020-06-16 Alan Modra <amodra@gmail.com>
2842
2843 * config/tc-tic30.h: Remove OBJ_AOUT support.
2844 * configure.tgt: Delete tic30-*-*aout* entry.
2845
2846 2020-06-15 Max Filippov <jcmvbkbc@gmail.com>
2847
2848 * config/tc-xtensa.c (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New
2849 macros.
2850 (elf32xtensa_abi): New declaration.
2851 (option_abi_windowed, option_abi_call0): New enum constants.
2852 (md_longopts): Add entries for --abi-windowed and --abi-call0.
2853 (md_parse_option): Add handlers for --abi-windowed and
2854 --abi-call0.
2855 (xtensa_add_config_info): Use xtensa_abi_choice instead of
2856 XSHAL_ABI to format ABI tag.
2857 * doc/as.texi (Target Xtensa options): Add --abi-windowed and
2858 --abi-call0 to the list of options.
2859 * doc/c-xtensa.texi: Add description for options --abi-windowed
2860 and --abi-call0.
2861 * testsuite/gas/xtensa/abi-call0.d: New test definition.
2862 * testsuite/gas/xtensa/abi-windowed.d: New test definition.
2863 * testsuite/gas/xtensa/abi.s: New test source.
2864
2865 2020-06-14 H.J. Lu <hongjiu.lu@intel.com>
2866
2867 PR gas/26115
2868 * testsuite/gas/i386/tsxldtrk.d: Replace xsuspldtrk with
2869 xsusldtrk.
2870 * testsuite/gas/i386/tsxldtrk.s: Likewise.
2871 * testsuite/gas/i386/x86-64-tsxldtrk.d: Likewise.
2872 * testsuite/gas/i386/x86-64-tsxldtrk.s: Likewise.
2873
2874 2020-06-12 Nelson Chu <nelson.chu@sifive.com>
2875
2876 * testsuite/gas/riscv/priv-reg-fail-version-1p9.d: Removed.
2877 * testsuite/gas/riscv/priv-reg-fail-version-1p9.l: Likewise.
2878 * testsuite/gas/riscv/priv-reg-version-1p9.d: Likewise.
2879
2880 2020-06-09 Seth Girvan <snth@snthhacks.com>
2881
2882 * doc/c-avr.texi: Improve wording.
2883
2884 2020-06-09 Jan Beulich <jbeulich@suse.com>
2885
2886 * testsuite/gas/i386/x86-64-pseudos-bad.s,
2887 testsuite/gas/i386/x86-64-pseudos-bad.l: New.
2888
2889 2020-06-09 Jan Beulich <jbeulich@suse.com>
2890
2891 * testsuite/gas/i386/prefix.s: Add bogus prefix-with-VEX/EVEX
2892 encoding tests.
2893 * testsuite/gas/i386/prefix.d: Adjust expectations.
2894
2895 2020-06-09 Jan Beulich <jbeulich@suse.com>
2896
2897 * testsuite/gas/i386/prefix.s: Add bogus REP / EVEX.W prefix
2898 with VEX/EVEX encoding tests.
2899 * testsuite/gas/i386/prefix.d: Adjust expectations.
2900
2901 2020-06-09 Jan Beulich <jbeulich@suse.com>
2902
2903 * config/tc-i386.c (process_suffix): Restrict defaulting to 'q'
2904 suffix.
2905 * testsuite/gas/i386/noreg64.s: Add lcall/ljmp cases.
2906 * testsuite/gas/i386/noreg64.d: Adjust expectations.
2907 * testsuite/gas/i386/noreg-intel64.d,
2908 testsuite/gas/i386/noreg-intel64.l,
2909 testsuite/gas/i386/noreg-intel64.s: New.
2910 * testsuite/gas/i386/i386.exp: Run new tests.
2911
2912 2020-06-09 Jan Beulich <jbeulich@suse.com>
2913
2914 * config/tc-i386.c (vex_encoding_error): New enumerator.
2915 (VEX_check_operands): Rename to VEX_check_encoding. Check
2916 for vex_encoding_error. Move Imm4 handling ...
2917 (check_VecOperands): ... here.
2918 (match_template): Call VEX_check_encoding when there are no
2919 operands. Split construct calling check_VecOperands and
2920 VEX_check_encoding (when there are operands).
2921 (check_register): Don't blindly set vex_encoding_evex.
2922 * testsuite/gas/i386/pseudos-bad.s,
2923 testsuite/gas/i386/pseudos-bad.l: New.
2924 * testsuite/gas/i386/i386.exp: Run new test.
2925 * testsuite/gas/i386/xmmhi64.s: Drop {vex2}.
2926
2927 2020-06-08 Alex Coplan <alex.coplan@arm.com>
2928
2929 * config/tc-arm.c (insns): Add dfb.
2930 * testsuite/gas/arm/dfb.d: New test.
2931 * testsuite/gas/arm/dfb.s: Input for test.
2932
2933 2020-06-08 Nick Clifton <nickc@redhat.com>
2934
2935 * testsuite/gas/cfi/cfi-i386-2.d: Skip for PE based targets.
2936
2937 2020-06-08 Jan Beulich <jbeulich@suse.com>
2938
2939 * config/tc-i386.c (pi): Add checks for RegMask and RegBND.
2940
2941 2020-06-08 Jan Beulich <jbeulich@suse.com>
2942
2943 * config/tc-i386.c (check_byte_reg): Drop dead conditional
2944 around as_bad().
2945
2946 2020-06-08 Jan Beulich <jbeulich@suse.com>
2947
2948 * config/tc-i386.c (check_register): Split RegTR handling, to
2949 fail recognition also in 64-bit mode as well as with i586 or
2950 i686 explicitly enabled.
2951 * testsuite/gas/i386/x86_64.s: Add insns referencing tr<N>.
2952 * testsuite/gas/i386/x86_64-intel.d,
2953 testsuite/gas/i386/x86_64.d: Adjust expectations.
2954
2955 2020-06-08 Jan Beulich <jbeulich@suse.com>
2956
2957 * testsuite/gas/cfi/cfi-i386-2.d: Adjust expectations.
2958 * testsuite/gas/cfi/cfi.exp: Run this test.
2959
2960 2020-06-08 Jan Beulich <jbeulich@suse.com>
2961
2962 * config/tc-i386.c (parse_real_register): Add allow_pseudo_reg
2963 check to %st(N) parsing logic.
2964 * testsuite/gas/cfi/cfi-i386.s: Set "generic32" arch.
2965
2966 2020-06-08 Jan Beulich <jbeulich@suse.com>
2967
2968 * config/tc-i386.c (bad_reg): New.
2969 (check_VecOperations, i386_att_operand, i386_parse_name): Check
2970 for it.
2971 (check_register): New, broken out from ...
2972 (parse_real_register): ... here. Call it.
2973 (parse_register): Call it, and error upon failure.
2974 * testsuite/gas/i386/equ-bad.s, testsuite/gas/i386/equ-bad.l,
2975 testsuite/gas/i386/x86-64-equ-bad.s,
2976 testsuite/gas/i386/x86-64-equ-bad.l: New.
2977 * testsuite/gas/i386/i386.exp: Run new tests.
2978
2979 2020-06-06 Alan Modra <amodra@gmail.com>
2980
2981 * config/tc-ppc.c (md_show_usage): Mention -mpower10 and -mpwr10.
2982 * doc/c-ppc.texi: Likewise.
2983
2984 2020-06-06 Alan Modra <amodra@gmail.com>
2985
2986 * config/tc-ppc.c: Update throughout for reloc renaming.
2987
2988 2020-06-05 Jose E. Marchesi <jose.marchesi@oracle.com>
2989
2990 * config/tc-bpf.c (md_apply_fix): Avoid GCC 10 warning
2991 stringop-overflow.
2992
2993 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
2994
2995 * config/tc-riscv.c (explicit_csr): New static boolean.
2996 Used to indicate CSR are explictly used.
2997 (riscv_ip): Set explicit_csr to TRUE if any CSR is used.
2998 (riscv_write_out_attrs): If we already have set elf priv
2999 attributes, then generate them. Otherwise, don't generate
3000 them when no CSR are used.
3001 * testsuite/gas/riscv/attribute-01.d: Remove the priv attributes.
3002 * testsuite/gas/riscv/attribute-02.d: Likewise.
3003 * testsuite/gas/riscv/attribute-03.d: Likewise.
3004 * testsuite/gas/riscv/attribute-04.d: Likewise.
3005 * testsuite/gas/riscv/attribute-05.d: Likewise.
3006 * testsuite/gas/riscv/attribute-06.d: Likewise.
3007 * testsuite/gas/riscv/attribute-07.d: Likewise.
3008 * testsuite/gas/riscv/attribute-08.d: Likewise.
3009 * testsuite/gas/riscv/attribute-09.d: Likewise.
3010 * testsuite/gas/riscv/attribute-10.d: Likewise.
3011 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
3012 * testsuite/gas/riscv/attribute-11.s: New testcase.
3013 * testsuite/gas/riscv/attribute-11.d: New testcase. The CSR is
3014 used, so we should output the ELF priv attributes.
3015 * testsuite/gas/riscv/attribute-12.d: New testcase. The CSR is
3016 used, so output the priv attributes according to the -mpriv-spec.
3017 * testsuite/gas/riscv/attribute-13.d: New testcase. The CSR isn't
3018 used, so ignore the -mpriv-spec setting.
3019
3020 2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
3021
3022 * config/tc-ip2k. (ip2k_apply_fix): Pass endianness to
3023 cgen_get_insn_value.
3024 * config/tc-xstormy16.c (xstormy16_md_apply_fix): Pass
3025 endianness to cgen_get_insn_value and cgen_put_insn_value.
3026
3027 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
3028
3029 * config/tc-bpf.c (md_apply_fix): Simplify and avoid using
3030 cgen_put_insn_value.
3031
3032 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
3033
3034 * config/tc-bpf.c (md_begin): Pass CGEN_CPU_OPEN_INSN_ENDIAN to
3035 bpf_cgen_cpu_open.
3036 (md_assemble): Remove no longer needed hack.
3037
3038 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
3039
3040 * cgen.c (gas_cgen_finish_insn): Pass the endianness to
3041 cgen_put_insn_value.
3042 (gas_cgen_md_apply_fix): Likewise.
3043 (gas_cgen_md_apply_fix): Likewise.
3044 * config/tc-bpf.c (md_apply_fix): Pass data endianness to
3045 cgen_put_insn_value.
3046 * config/tc-mep.c (mep_check_ivc2_scheduling): Pass endianness to
3047 cgen_put_insn_value.
3048
3049 2020-06-04 Alan Modra <amodra@gmail.com>
3050
3051 * testsuite/config/default.exp: Remove global directive outside
3052 proc body.
3053 * testsuite/gas/mep/complex-relocs.exp: Likewise.
3054 * testsuite/gas/microblaze/relax_size.exp: Likewise.
3055 * testsuite/gas/microblaze/reloc_sym.exp: Likewise.
3056 * testsuite/gas/mt/relocs.exp: Likewise.
3057 * testsuite/gas/rx/rx.exp: Likewise.
3058
3059 2020-06-03 Stephen Casner <casner@acm.org>
3060
3061 * doc/c-riscv.texi (RISC-V-Options): Fix non-ASCII apostrophe.
3062
3063 2020-06-02 Frédéric Pétrot <frederic.petrot@univ-grenoble-alpes.fr>
3064 Jim Wilson <jimw@sifive.com>
3065
3066 PR 26051
3067 * doc/c-riscv.texi (RISC-V-Formats): Add missing I format using
3068 simm12(rs1). Correct S format to use simm12(rs1). Drop SB and B
3069 formats using simm12(rs1). Correct SB and B to use rs1 and rs2.
3070 Move B before SB. Move J before UJ.
3071
3072 2020-06-01 Alex Coplan <alex.coplan@arm.com>
3073
3074 * write.c (relax_segment): Fix handling of negative offset when
3075 relaxing an rs_org frag.
3076 * testsuite/gas/aarch64/org-neg.d: New test.
3077 * testsuite/gas/aarch64/org-neg.l: Error output for test.
3078 * testsuite/gas/aarch64/org-neg.s: Input for test.
3079 * testsuite/gas/arm/org-neg.d: New test.
3080 * testsuite/gas/arm/org-neg.l: Error output for test.
3081 * testsuite/gas/arm/org-neg.s: Input for test.
3082
3083 2020-05-28 Stephen Casner <casner@acm.org>
3084
3085 Fix unexpected failures in gas testsuite for pdp11-aout target.
3086 These are caused by the PDP11's mix of little-endian octets in
3087 shorts but shorts in big endian order for long or quad.
3088
3089 * config/tc-pdp11.c (md_number_to_chars): Implement .quad
3090 * testsuite/gas/all/gas.exp: Select alternate test scripts for
3091 pdp11, skip octa test completely.
3092 * testsuite/gas/all/eqv-dot-pdp11.s: Identical to eqv-dot.s
3093 * testsuite/gas/all/eqv-dot-pdp11.d: Match different octet order.
3094 * testsuite/gas/all/cond-pdp11.l: Match different octet order.
3095
3096 2020-05-28 Alex Coplan <alex.coplan@arm.com>
3097
3098 * frags.c (frag_grow): Fix comment.
3099
3100 2020-05-27 Stephen Casner <casner@acm.org>
3101
3102 PR gas/26001
3103 * config/tc-pdp11.c (parse_reg): Distinguish register names from
3104 symbols that begin with a register name.
3105 * testsuite/gas/pdp11/pdp11.exp: Add test of such symbols.
3106 * testsuite/gas/pdp11/pr26001.s: Likewise.
3107 * testsuite/gas/pdp11/pr26001.d: Likewise.
3108
3109 2020-05-27 Simon Cook <simon.cook@embecosm.com>
3110
3111 * config/tc-riscv.c (riscv_init_csr_hash): NULL initilize next
3112 pointer when creating struct riscv_csr_extra.
3113
3114 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
3115
3116 * testsuite/gas/i386/align-branch-9.d: Updated for PECOFF.
3117 * testsuite/gas/i386/inval-avx512f.s: Add .p2align for PECOFF.
3118 * testsuite/gas/i386/inval-avx512f.l: Updated.
3119
3120 2020-05-26 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
3121
3122 * testsuite/gas/s390/zarch-z13.d: Add regexp checks for vector
3123 load/store instruction variants with alignment hints.
3124 * testsuite/gas/s390/zarch-z13.s: Emit new vector load/store
3125 instruction variants with alignment hints.
3126
3127 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
3128
3129 PR gas/26044
3130 * config/tc-xgate.c (md_apply_fix): Check BFD_RELOC_XGATE_PCREL_X
3131 instead of R_XGATE_PCREL_X.
3132 (xgate_parse_operand): Replace R_XGATE_PCREL_X with
3133 BFD_RELOC_XGATE_PCREL_X.
3134
3135 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
3136
3137 PR gas/26044
3138 * config/tc-visium.c (md_convert_frag): Replace fragP->fr_literal
3139 with &fragP->fr_literal[0].
3140
3141 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
3142
3143 PR gas/26044
3144 * config/tc-vax.c (md_estimate_size_before_relax): Replace
3145 fragP->fr_literal with &fragP->fr_literal[0].
3146 (md_convert_frag): Likewise.
3147
3148 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
3149
3150 PR gas/26044
3151 * config/tc-v850.c (md_convert_frag): Replace fragP->fr_literal
3152 with &fragP->fr_literal[0].
3153
3154 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
3155
3156 PR gas/26044
3157 * config/tc-crx.c (getreg_image): Change argument type to int.
3158 (md_convert_frag): Replace fragP->fr_literal with
3159 &fragP->fr_literal[0].
3160
3161 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
3162
3163 PR gas/26044
3164 * onfig/tc-score.c (s3_do_macro_bcmp): Replace overlapping
3165 sprintf with memmove.
3166
3167 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
3168
3169 * config/tc-mcore.c (md_convert_frag): Replace fragP->fr_literal
3170 with &fragP->fr_literal[0].
3171
3172 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
3173
3174 PR gas/26041
3175 * config/tc-cr16.c (md_assemble): Use memmove to concatenate
3176 2 overlapping strings.
3177
3178 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
3179
3180 * config/tc-cr16.c (md_convert_frag): Replace fragP->fr_literal
3181 with &fragP->fr_literal[0].
3182
3183 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
3184
3185 * config/tc-csky.c (md_convert_frag): Replace fragp->fr_literal
3186 with &fragp->fr_literal[0].
3187 * config/tc-microblaze.c (md_apply_fix): Likewise.
3188 * config/tc-sh.c (md_convert_frag): Likewise.
3189
3190 2020-05-24 Jim Wilson <jimw@sifive.com>
3191
3192 PR 26025
3193 * config/tc-riscv.c (riscv_pre_output_hook): Change s type from const
3194 asection to segT. New locals seg and subseg. Call subseg_set before
3195 fix_new_exp. Call subseg_set after loop to restore original values.
3196
3197 2020-05-21 Alan Modra <amodra@gmail.com>
3198
3199 * atof-generic.c: Replace "if (x) free (x)" with "free (x)"
3200 throughout.
3201 * config/obj-elf.c: Likewise.
3202 * config/tc-aarch64.c: Likewise.
3203 * config/tc-arm.c: Likewise.
3204 * config/tc-m68k.c: Likewise.
3205 * config/tc-nios2.c: Likewise.
3206 * config/tc-tic30.c: Likewise.
3207 * ecoff.c: Likewise.
3208 * read.c: Likewise.
3209 * stabs.c: Likewise.
3210 * symbols.c: Likewise.
3211 * testsuite/gas/all/test-gen.c: Likewise.
3212
3213 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
3214
3215 * testsuite/gas/riscv/priv-reg-fail-read-only-01.s: Updated.
3216 * config/tc-riscv.c (default_arch_with_ext, default_isa_spec):
3217 Static variables which are used to set the ISA extensions. You can
3218 use -march (or ELF build attributes) and -misa-spec to set them,
3219 respectively.
3220 (ext_version_hash): The hash table used to handle the extensions
3221 with versions.
3222 (init_ext_version_hash): Initialize the ext_version_hash according
3223 to riscv_ext_version_table.
3224 (riscv_get_default_ext_version): The callback function of
3225 riscv_parse_subset_t. According to the choosed ISA spec,
3226 get the default version for the specific extension.
3227 (riscv_set_arch): Set the callback function.
3228 (enum options, struct option md_longopts): Add new option -misa-spec.
3229 (md_parse_option): Do not call riscv_set_arch for -march. We will
3230 call it later in riscv_after_parse_args. Call riscv_get_isa_spec_class
3231 to set default_isa_spec class.
3232 (riscv_after_parse_args): Call init_ext_version_hash to initialize the
3233 ext_version_hash, and then call riscv_set_arch to set the architecture
3234 with versions according to default_arch_with_ext.
3235 * testsuite/gas/riscv/attribute-02.d: Set 0p0 as default version for
3236 x extensions.
3237 * testsuite/gas/riscv/attribute-03.d: Likewise.
3238 * testsuite/gas/riscv/attribute-09.d: New testcase. For i-ext, we
3239 already set it's version to 2p1 by march, so no need to use the default
3240 2p2 version. For m-ext, we do not set the version by -march and ELF arch
3241 attribute, so set the default 2p0 to it. For zicsr, it is not defined in
3242 ISA spec 2p2, so set 0p0 to it.
3243 * testsuite/gas/riscv/attribute-10.d: New testcase. The version of
3244 zicsr is 2p0 according to ISA spec 20191213.
3245 * config/tc-riscv.c (DEFAULT_RISCV_ARCH_WITH_EXT)
3246 (DEFAULT_RISCV_ISA_SPEC): Default configure option settings.
3247 You can set them by configure options --with-arch and
3248 --with-isa-spec, respectively.
3249 (riscv_set_default_isa_spec): New function used to set the
3250 default ISA spec.
3251 (md_parse_option): Call riscv_set_default_isa_spec rather than
3252 call riscv_get_isa_spec_class directly.
3253 (riscv_after_parse_args): If the -isa-spec is not set, then we
3254 set the default ISA spec according to DEFAULT_RISCV_ISA_SPEC by
3255 calling riscv_set_default_isa_spec.
3256 * testsuite/gas/riscv/attribute-01.d: Add -misa-spec=2.2, since
3257 the --with-isa-spec may be set to different ISA spec.
3258 * testsuite/gas/riscv/attribute-02.d: Likewise.
3259 * testsuite/gas/riscv/attribute-03.d: Likewise.
3260 * testsuite/gas/riscv/attribute-04.d: Likewise.
3261 * testsuite/gas/riscv/attribute-05.d: Likewise.
3262 * testsuite/gas/riscv/attribute-06.d: Likewise.
3263 * testsuite/gas/riscv/attribute-07.d: Likewise.
3264 * configure.ac: Add configure options, --with-arch and
3265 --with-isa-spec.
3266 * configure: Regenerated.
3267 * config.in: Regenerated.
3268 * config/tc-riscv.c (default_priv_spec): Static variable which is
3269 used to check if the CSR is valid for the chosen privilege spec. You
3270 can use -mpriv-spec to set it.
3271 (enum reg_class): We now get the CSR address from csr_extra_hash rather
3272 than reg_names_hash. Therefore, move RCLASS_CSR behind RCLASS_MAX.
3273 (riscv_init_csr_hashes): Only need to initialize one hash table
3274 csr_extra_hash.
3275 (riscv_csr_class_check): Change the return type to void. Don't check
3276 the ISA dependency if -mcsr-check isn't set.
3277 (riscv_csr_version_check): New function. Check and find the CSR address
3278 from csr_extra_hash, according to default_priv_spec. Report warning
3279 for the invalid CSR if -mcsr-check is set.
3280 (reg_csr_lookup_internal): Updated.
3281 (reg_lookup_internal): Likewise.
3282 (md_begin): Updated since DECLARE_CSR and DECLARE_CSR_ALIAS are changed.
3283 (enum options, struct option md_longopts): Add new GAS option -mpriv-spec.
3284 (md_parse_option): Call riscv_set_default_priv_version to set
3285 default_priv_spec.
3286 (riscv_after_parse_args): If -mpriv-spec isn't set, then set the default
3287 privilege spec to the newest one.
3288 (enum riscv_csr_class, struct riscv_csr_extra): Move them to
3289 include/opcode/riscv.h.
3290 * testsuite/gas/riscv/priv-reg-fail-fext.d: This test case just want
3291 to check the ISA dependency for CSR, so fix the spec version by adding
3292 -mpriv-spec=1.11.
3293 * testsuite/gas/riscv/priv-reg-fail-fext.l: Likewise. There are some
3294 version warnings for the test case.
3295 * testsuite/gas/riscv/priv-reg-fail-read-only-01.d: Likewise.
3296 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
3297 * testsuite/gas/riscv/priv-reg-fail-read-only-02.d: Likewise.
3298 * testsuite/gas/riscv/priv-reg-fail-rv32-only.d: Likewise.
3299 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
3300 * testsuite/gas/riscv/priv-reg-fail-version-1p9.d: New test case.
3301 Check whether the CSR is valid when privilege version 1.9 is choosed.
3302 * testsuite/gas/riscv/priv-reg-fail-version-1p9.l: Likewise.
3303 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.d: New test case.
3304 Check whether the CSR is valid when privilege version 1.9.1 is choosed.
3305 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
3306 * testsuite/gas/riscv/priv-reg-fail-version-1p10.d: New test case.
3307 Check whether the CSR is valid when privilege version 1.10 is choosed.
3308 * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
3309 * testsuite/gas/riscv/priv-reg-fail-version-1p11.d: New test case.
3310 Check whether the CSR is valid when privilege version 1.11 is choosed.
3311 * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
3312 * config/tc-riscv.c (DEFAULT_RISCV_ISA_SPEC): Default configure option
3313 setting. You can set it by configure option --with-priv-spec.
3314 (riscv_set_default_priv_spec): New function used to set the default
3315 privilege spec.
3316 (md_parse_option): Call riscv_set_default_priv_spec rather than
3317 call riscv_get_priv_spec_class directly.
3318 (riscv_after_parse_args): If -mpriv-spec isn't set, then we set the
3319 default privilege spec according to DEFAULT_RISCV_PRIV_SPEC by
3320 calling riscv_set_default_priv_spec.
3321 * testsuite/gas/riscv/csr-dw-regnums.d: Add -mpriv-spec=1.11, since
3322 the --with-priv-spec may be set to different privilege spec.
3323 * testsuite/gas/riscv/priv-reg.d: Likewise.
3324 * configure.ac: Add configure option --with-priv-spec.
3325 * configure: Regenerated.
3326 * config.in: Regenerated.
3327 * config/tc-riscv.c (explicit_attr): Rename explicit_arch_attr to
3328 explicit_attr. Set it to TRUE if any ELF attribute is found.
3329 (riscv_set_default_priv_spec): Try to set the default_priv_spec if
3330 the priv attributes are set.
3331 (md_assemble): Set the default_priv_spec according to the priv
3332 attributes when we start to assemble instruction.
3333 (riscv_write_out_attrs): Rename riscv_write_out_arch_attr to
3334 riscv_write_out_attrs. Update the arch and priv attributes. If we
3335 don't set the corresponding ELF attributes, then try to output the
3336 default ones.
3337 (riscv_set_public_attributes): If any ELF attribute or -march-attr
3338 options is set (explicit_attr is TRUE), then call riscv_write_out_attrs
3339 to update the arch and priv attributes.
3340 (s_riscv_attribute): Make sure all arch and priv attributes are set
3341 before any instruction.
3342 * testsuite/gas/riscv/attribute-01.d: Update the priv attributes if any
3343 ELF attribute or -march-attr is set. If the priv attributes are not
3344 set, then try to update them by the default setting (-mpriv-spec or
3345 --with-priv-spec).
3346 * testsuite/gas/riscv/attribute-02.d: Likewise.
3347 * testsuite/gas/riscv/attribute-03.d: Likewise.
3348 * testsuite/gas/riscv/attribute-04.d: Likewise.
3349 * testsuite/gas/riscv/attribute-06.d: Likewise.
3350 * testsuite/gas/riscv/attribute-07.d: Likewise.
3351 * testsuite/gas/riscv/attribute-08.d: Likewise.
3352 * testsuite/gas/riscv/attribute-09.d: Likewise.
3353 * testsuite/gas/riscv/attribute-10.d: Likewise.
3354 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
3355 * testsuite/gas/riscv/attribute-05.d: Likewise. Also, the priv spec
3356 set by priv attributes must be supported.
3357 * testsuite/gas/riscv/attribute-05.s: Likewise.
3358 * testsuite/gas/riscv/priv-reg-fail-version-1p9.d: Likewise. Updated
3359 priv attributes according to the -mpriv-spec option.
3360 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.d: Likewise.
3361 * testsuite/gas/riscv/priv-reg-fail-version-1p10.d: Likewise.
3362 * testsuite/gas/riscv/priv-reg-fail-version-1p11.d: Likewise.
3363 * testsuite/gas/riscv/priv-reg.d: Removed.
3364 * testsuite/gas/riscv/priv-reg-version-1p9.d: New test case. Dump the
3365 CSR according to the priv spec 1.9.
3366 * testsuite/gas/riscv/priv-reg-version-1p9p1.d: New test case. Dump the
3367 CSR according to the priv spec 1.9.1.
3368 * testsuite/gas/riscv/priv-reg-version-1p10.d: New test case. Dump the
3369 CSR according to the priv spec 1.10.
3370 * testsuite/gas/riscv/priv-reg-version-1p11.d: New test case. Dump the
3371 CSR according to the priv spec 1.11.
3372 * config/tc-riscv.c (md_show_usage): Add descriptions about
3373 the new GAS options.
3374 * doc/c-riscv.texi: Likewise.
3375
3376 2020-05-19 Peter Bergner <bergner@linux.ibm.com>
3377
3378 * testsuite/gas/ppc/power9.s <dcbf, dcbfl, dcbflp>: Add tests.
3379 * testsuite/gas/ppc/power9.d: Likewise.
3380 * testsuite/gas/ppc/power10.s <dcbf, dcbfps, dcbstps, hwsync, lwsync,
3381 pause_short, phwsync, plwsync, ptesync, stcisync, stncisync, stsync,
3382 sync, wait, waitrsv>: Add tests.
3383 * testsuite/gas/ppc/power10.d: Likewise.
3384
3385 2020-05-19 Alexander Fedotov <alfedotov@gmail.com>
3386
3387 PR 25992
3388 * config/tc-arm.c : Add arm_ext_v8r feature.
3389 (it_fsm_post_encode): Check arm_ext_v8r feature.
3390 (get_aeabi_cpu_arch_from_fset): Check arm_ext_v8r feature.
3391
3392 2020-05-19 Alan Modra <amodra@gmail.com>
3393
3394 * write.c (write_contents): Use bfd_get_filename rather than
3395 accessing bfd->filename directly. Use bfd_section_name rather
3396 than accessing section->name directly.
3397
3398 2020-05-19 Alan Modra <amodra@gmail.com>
3399
3400 * symbols.c (local_symbol_make): Init all of lsy_flags.
3401
3402 2020-05-18 Alan Modra <amodra@gmail.com>
3403
3404 * symbols.c (resolve_symbol_value): Invoke LOCAL_SYMBOL_CHECK
3405 before looking at add_symbol->sy_flags.
3406
3407 2020-05-18 Hongtao Liu <hongtao.liu@intel.com>
3408
3409 * config/tc-i386.c: Not handle lret/iret.
3410 * testsuite/gas/i386/lfence-ret-a.d: Adjust testcase.
3411 * testsuite/gas/i386/lfence-ret-b.d: Ditto.
3412 * testsuite/gas/i386/lfence-ret-c.d: Ditto.
3413 * testsuite/gas/i386/lfence-ret-d.d: Ditto.
3414 * testsuite/gas/i386/lfence-ret.s: Ditto.
3415 * testsuite/gas/i386/x86-64-lfence-ret-a.d: Ditto.
3416 * testsuite/gas/i386/x86-64-lfence-ret-b.d: Ditto.
3417 * testsuite/gas/i386/x86-64-lfence-ret-c.d: Ditto.
3418 * testsuite/gas/i386/x86-64-lfence-ret-d.d: Ditto.
3419 * testsuite/gas/i386/x86-64-lfence-ret-e.d: Ditto.
3420 * testsuite/gas/i386/x86-64-lfence-ret.s: Ditto.
3421 * testsuite/gas/i386/x86-64-lfence-ret.e: Deleted.
3422
3423 2020-05-15 Alan Modra <amodra@gmail.com>
3424 Alex Coplan <alex.coplan@arm.com>
3425
3426 * symbols.c (struct local_symbol): Update comment.
3427 (resolve_symbol_value): For resolved symbols equated to other
3428 symbols, verify that the referenced symbol is not a local_symbol
3429 before accessing sy_value. Don't leave symbol loops during
3430 finalize_syms resolution.
3431 * testsuite/gas/all/assign-bad-recursive.d: New test.
3432 * testsuite/gas/all/assign-bad-recursive.l: Error output for test.
3433 * testsuite/gas/all/assign-bad-recursive.s: Assembly for test.
3434 * testsuite/gas/all/gas.exp: Run it.
3435
3436 2020-05-14 Nick Clifton <nickc@redhat.com>
3437
3438 * po/sv.po: Updated Swedish translation.
3439
3440 2020-05-11 Alan Modra <amodra@gmail.com>
3441
3442 * testsuite/gas/ppc/scalarquad.d,
3443 * testsuite/gas/ppc/scalarquad.s: New test.
3444 * testsuite/gas/ppc/ppc.exp: Run it.
3445
3446 2020-05-11 Alan Modra <amodra@gmail.com>
3447
3448 * testsuite/gas/ppc/rightmost.d,
3449 * testsuite/gas/ppc/rightmost.s: New test.
3450 * testsuite/gas/ppc/ppc.exp: Run it.
3451
3452 2020-05-11 Alan Modra <amodra@gmail.com>
3453
3454 * testsuite/gas/ppc/xvtlsbb.d,
3455 * testsuite/gas/ppc/xvtlsbb.s: New test.
3456 * testsuite/gas/ppc/ppc.exp: Run it.
3457
3458 2020-05-11 Alan Modra <amodra@gmail.com>
3459
3460 * testsuite/gas/ppc/stringop.d,
3461 * testsuite/gas/ppc/stringop.s: New test.
3462 * testsuite/gas/ppc/ppc.exp: Run it.
3463
3464 2020-05-11 Peter Bergner <bergner@linux.ibm.com>
3465
3466 * testsuite/gas/ppc/set_bool.d,
3467 * testsuite/gas/ppc/set_bool.s: New test.
3468 * testsuite/gas/ppc/ppc.exp: Run it.
3469
3470 2020-05-11 Alan Modra <amodra@gmail.com>
3471
3472 * testsuite/gas/ppc/bitmanip.d,
3473 * testsuite/gas/ppc/bitmanip.s: New test.
3474 * testsuite/gas/ppc/ppc.exp: Run it.
3475
3476 2020-05-11 Alan Modra <amodra@gmail.com>
3477
3478 * testsuite/gas/ppc/genpcv.d,
3479 * testsuite/gas/ppc/genpcv.s: New test.
3480 * testsuite/gas/ppc/ppc.exp: Run it.
3481
3482 2020-05-11 Alan Modra <amodra@gmail.com>
3483
3484 * testsuite/gas/ppc/maskmanip.d,
3485 * testsuite/gas/ppc/maskmanip.s: New test.
3486 * testsuite/gas/ppc/ppc.exp: Run it.
3487
3488 2020-05-11 Alan Modra <amodra@gmail.com>
3489 Peter Bergner <bergner@linux.ibm.com>
3490
3491 * config/tc-ppc.c (pre_defined_registers): Add accumulators.
3492 (md_assemble): Check acc specified in correct operand.
3493 * testsuite/gas/ppc/outerprod.d,
3494 * testsuite/gas/ppc/outerprod.s,
3495 * testsuite/gas/ppc/vsx4.d,
3496 * testsuite/gas/ppc/vsx4.s: New tests.
3497 * testsuite/gas/ppc/ppc.exp: Run them.
3498
3499 2020-05-11 Alan Modra <amodra@gmail.com>
3500
3501 * testsuite/gas/ppc/simd_perm.d,
3502 * testsuite/gas/ppc/simd_perm.s: New test.
3503 * testsuite/gas/ppc/ppc.exp: Run it.
3504
3505 2020-05-11 Alan Modra <amodra@gmail.com>
3506
3507 * testsuite/gas/ppc/int128.d,
3508 * testsuite/gas/ppc/int128.s: New test.
3509 * testsuite/gas/ppc/ppc.exp: Run it.
3510
3511 2020-05-11 Alan Modra <amodra@gmail.com>
3512
3513 * testsuite/gas/ppc/vsx_32byte.d,
3514 * testsuite/gas/ppc/vsx_32byte.s: New test.
3515 * testsuite/gas/ppc/ppc.exp: Run it.
3516
3517 2020-05-11 Alan Modra <amodra@gmail.com>
3518
3519 * testsuite/gas/ppc/vec_mul.s,
3520 * testsuite/gas/ppc/vec_mul.d: New test.
3521 * testsuite/gas/ppc/ppc.exp: Run it.
3522
3523 2020-05-11 Peter Bergner <bergner@linux.ibm.com>
3524
3525 * testsuite/gas/ppc/byte_rev.d,
3526 * testsuite/gas/ppc/byte_rev.s: New test.
3527 * testsuite/gas/ppc/ppc.exp: Run it.
3528
3529 2020-05-11 Peter Bergner <bergner@linux.ibm.com>
3530
3531 * testsuite/gas/ppc/power10.d: Add paste. tests.
3532 * testsuite/gas/ppc/power10.s: Likewise.
3533
3534 2020-05-11 Peter Bergner <bergner@linux.ibm.com>
3535
3536 * testsuite/gas/ppc/power10.s: New test.
3537 * testsuite/gas/ppc/power10.d: Likewise.
3538 * testsuite/gas/ppc/ppc.exp: Run it.
3539
3540 2020-05-11 Alan Modra <amodra@gmail.com>
3541
3542 * config/tc-ppc.c (md_assemble): Update for PPC_OPCODE_POWER10
3543 renaming.
3544 * testsuite/gas/ppc/prefix-align.d: Use -mpower10/-Mpower10 in
3545 place of -mfuture/-Mfuture.
3546 * testsuite/gas/ppc/prefix-pcrel.d: Likewise.
3547 * testsuite/gas/ppc/prefix-reloc.d: Likewise.
3548
3549 2020-05-06 Nick Clifton <nickc@redhat.com>
3550
3551 * po/sv.po: Updated Swedish translation.
3552
3553 2020-05-06 Nick Clifton <nickc@redhat.com>
3554
3555 PR 25927
3556 * doc/as.texi (Preprocessing): Replace cross reference to not
3557 existant document with a URL to the equivalent page in the GCC
3558 manual.
3559
3560 2020-05-05 Nick Clifton <nickc@redhat.com>
3561
3562 * dwarf2dbg.c (out_dir_and_file_list): Add comments describing the
3563 construction of a DWARF-5 directory name table.
3564 * testsuite/gas/elf/pr25917.d: Update expected output.
3565
3566 2020-05-05 Gunther Nikl <gnikl@justmail.de>
3567
3568 * config/tc-rx.c (elf_flags): Initialize for non-linux targets.
3569 (md_parse_option): Remove initialization of elf_flags.
3570
3571 2020-05-04 Andre Vieira <andre.simoesdiasvieira@arm.com>
3572
3573 PR gas/25863
3574 * config/tc-arm.c (do_mve_vmull): Fix scalar and NEON parsing of vmul.
3575 * testsuite/gas/arm/mve-scalar-vmult-it.d: New test.
3576 * testsuite/gas/arm/mve-scalar-vmult-it.s: New test.
3577
3578 2020-05-04 Nick Clifton <nickc@redhat.com>
3579
3580 PR 25917
3581 * dwarf2dbg.c (out_dir_and_file_list): Check for the directory
3582 table's existence before looking at its entries.
3583 Also do not emit a default directory entry if there are no
3584 directories in use.
3585
3586 * testsuite/gas/elf/pr25917.s: New test source file.
3587 * testsuite/gas/elf/pr25917.d: New test driver.
3588 * testsuite/gas/elf/elf.exp (run_elf_list_test): Run the new test.
3589
3590 2020-04-30 Alex Coplan <alex.coplan@arm.com>
3591
3592 * config/tc-aarch64.c (fix_insn): Implement for
3593 AARCH64_OPND_UNDEFINED.
3594 (parse_operands): Implement for AARCH64_OPND_UNDEFINED.
3595 * testsuite/gas/aarch64/udf.s: New.
3596 * testsuite/gas/aarch64/udf.d: New.
3597 * testsuite/gas/aarch64/udf-invalid.s: New.
3598 * testsuite/gas/aarch64/udf-invalid.l: New.
3599 * testsuite/gas/aarch64/udf-invalid.d: New.
3600
3601 2020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
3602
3603 * config/tc-rx.c (elf_flags): Reset default value.
3604 (md_parse_option): For rx-elf Initialize elf_flags with RX_ABI.
3605
3606 2020-04-29 Max Filippov <jcmvbkbc@gmail.com>
3607
3608 * config/tc-xtensa.c (XTENSA_MARCH_EARLIEST): Define macro as 0
3609 if it's not defined.
3610 (microarch_earliest): New static variable.
3611 (xg_translate_idioms): Translate "simcall" to "simcall 0" when
3612 simcall opcode has mandatory parameter.
3613 (xg_init_global_config): Initialize microarch_earliest.
3614
3615 2020-04-29 Nick Clifton <nickc@redhat.com>
3616
3617 PR 22699
3618 * config/tc-sh.c (build_Mytes): Change operand type IMM0_8 to
3619 IMM0_8S and add support for IMM0_8U.
3620 * testsuite/gas/sh/sh4a.s: Add test of a logical insn using an
3621 unsigned 8-bit immediate.
3622 * testsuite/gas/sh/sh4a.d: Extended expected disassembly.
3623 * testsuite/gas/sh/sh4al-dsp.d: Update expected disassembly.
3624
3625 2020-04-27 Tamar Christina <tamar.christina@arm.com>
3626
3627 * NEWS: Add news entry for big-obj.
3628 * config/tc-i386.c (i386_target_format): Support new format.
3629 * doc/c-i386.texi: Add i386 support.
3630 * testsuite/gas/pe/big-obj.d: Rename test to not be x64 specific.
3631 * testsuite/gas/pe/pe.exp (big-obj): Make test run on i386 as well.
3632
3633 2020-04-27 Nick Clifton <nickc@redhat.com>
3634
3635 PR 25878
3636 * dwarf2dbg.c (struct file_entry): Add auto_assigned field.
3637 (assign_file_to_slot): New function. Fills in an entry in the
3638 files table.
3639 (allocate_filenum): Use new function.
3640 (allocate_filename_to_slot): Use new function. If the specified
3641 slot entry is already in use, but was chosen automatically then
3642 reassign the automatic entry.
3643
3644 2020-04-26 Hongtao Liu <hongtao.liu@intel.com
3645
3646 * config/tc-i386.c (lfence_before_ret_shl): New member.
3647 (load_insn_p): implict load for POP/POPA/POPF/XLATB, no load
3648 for Anysize insns.
3649 (insert_after_load): Issue warning for REP CMPS/SCAS.
3650 (insert_before_before): Handle iret, Handle
3651 -mlfence-before-ret=shl, Adjust operand size of or/not/shl to ret's,
3652 (md_parse_option): Change -mlfence-before-ret=[none|not|or] to
3653 -mlfence-before-ret=[none/not/or/shl/yes].
3654 Enable -mlfence-before-ret=shl when
3655 -mlfence-beofre-indirect-branch=all and no explict -mlfence-before-ret option.
3656 (md_show_usage): Ditto.
3657 * doc/c-i386.texi: Ditto.
3658 * testsuite/gas/i386/i386.exp: Add new testcases.
3659 * testsuite/gas/i386/lfence-load-b.d: New.
3660 * testsuite/gas/i386/lfence-load-b.e: New.
3661 * testsuite/gas/i386/lfence-load.d: Modified.
3662 * testsuite/gas/i386/lfence-load.e: New.
3663 * testsuite/gas/i386/lfence-load.s: Modified.
3664 * testsuite/gas/i386/lfence-ret-a.d: Modified.
3665 * testsuite/gas/i386/lfence-ret-b.d: Modified.
3666 * testsuite/gas/i386/lfence-ret-c.d: New.
3667 * testsuite/gas/i386/lfence-ret-d.d: New.
3668 * testsuite/gas/i386/lfence-ret.s: Modified.
3669 * testsuite/gas/i386/x86-64-lfence-load-b.d: New.
3670 * testsuite/gas/i386/x86-64-lfence-load.d: Modified.
3671 * testsuite/gas/i386/x86-64-lfence-load.s: Modified.
3672 * testsuite/gas/i386/x86-64-lfence-ret-a.d: Modified.
3673 * testsuite/gas/i386/x86-64-lfence-ret-b.d: Modified.
3674 * testsuite/gas/i386/x86-64-lfence-ret-c.d: New.
3675 * testsuite/gas/i386/x86-64-lfence-ret-d.d: New
3676 * testsuite/gas/i386/x86-64-lfence-ret-e.d: New.
3677 * testsuite/gas/i386/x86-64-lfence-ret.e: New.
3678 * testsuite/gas/i386/x86-64-lfence-ret.s: New.
3679
3680 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
3681
3682 PR ld/25861
3683 * config/tc-xtensa.c (md_apply_fix): Replace
3684 BFD_RELOC_XTENSA_DIFF{8,16,32} generation with
3685 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
3686 BFD_RELOC_XTENSA_NDIFF{8,16,32} generation.
3687 * testsuite/gas/xtensa/loc.d: Replace BFD_RELOC_XTENSA_DIFF16
3688 with BFD_RELOC_XTENSA_PDIFF16 in the expected output.
3689
3690 2020-04-22 Alan Modra <amodra@gmail.com>
3691
3692 * config/obj-elf.c (elf_frob_symbol): Unconditionally remove
3693 symbol for ".symver .. remove".
3694 * doc/as.texi (.symver): Update.
3695 * testsuite/gas/symver/symver11.s: Make foo weak.
3696 * testsuite/gas/symver/symver11.d: Expect an error.
3697 * testsuite/gas/symver/symver7.d: Allow other random symbols.
3698
3699 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
3700
3701 * testsuite/gas/symver/symver11.s: Add ".balign 8".
3702
3703 2020-04-21 Andreas Schwab <schwab@linux-m68k.org>
3704
3705 PR 25848
3706 * testsuite/gas/m68k/operands.s: Add tests for cmpi.
3707 * testsuite/gas/m68k/operands.d: Update.
3708 * testsuite/gas/m68k/op68000.d: Update for new error messages.
3709
3710 2020-04-21 Tamar Christina <tamar.christina@arm.com>
3711
3712 PR binutils/24753
3713 * testsuite/gas/arm/pr24753.d: New test.
3714 * testsuite/gas/arm/pr24753.s: New test.
3715
3716 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
3717
3718 PR gas/23840
3719 PR gas/25295
3720 * NEWS: Mention .symver extension.
3721 * config/obj-elf.c (obj_elf_find_and_add_versioned_name): New
3722 function.
3723 (obj_elf_symver): Call obj_elf_find_and_add_versioned_name to
3724 add a version name. Add local, hidden and remove visibility
3725 support.
3726 (elf_frob_symbol): Handle the list of version names. Update the
3727 original symbol to local, hidden or remove it from the symbol
3728 table.
3729 (elf_frob_file_before_adjust): Handle the list of version names.
3730 * config/obj-elf.h (elf_visibility): New.
3731 (elf_versioned_name_list): Likewise.
3732 (elf_obj_sy): Change local to bitfield. Add rename, bad_version
3733 and visibility. Change versioned_name pointer to struct
3734 elf_versioned_name_list.
3735 * doc/as.texi: Update .symver directive.
3736 * testsuite/gas/symver/symver.exp: Run all *.d tests. Add more
3737 error checking tests.
3738 * testsuite/gas/symver/symver6.d: New file.
3739 * testsuite/gas/symver/symver7.d: Likewise.
3740 * testsuite/gas/symver/symver7.s: Likewise.
3741 * testsuite/gas/symver/symver8.d: Likewise.
3742 * testsuite/gas/symver/symver8.s: Likewise.
3743 * testsuite/gas/symver/symver9.s: Likewise.
3744 * testsuite/gas/symver/symver9a.d: Likewise.
3745 * testsuite/gas/symver/symver9b.d: Likewise.
3746 * testsuite/gas/symver/symver10.s: Likewise.
3747 * testsuite/gas/symver/symver10a.d: Likewise.
3748 * testsuite/gas/symver/symver10b.d: Likewise.
3749 * testsuite/gas/symver/symver11.d: Likewise.
3750 * testsuite/gas/symver/symver11.s: Likewise.
3751 * testsuite/gas/symver/symver12.d: Likewise.
3752 * testsuite/gas/symver/symver12.s: Likewise.
3753 * testsuite/gas/symver/symver13.d: Likewise.
3754 * testsuite/gas/symver/symver13.s: Likewise.
3755 * testsuite/gas/symver/symver14.d: Likewise.
3756 * testsuite/gas/symver/symver14.l: Likewise.
3757 * testsuite/gas/symver/symver15.d: Likewise.
3758 * testsuite/gas/symver/symver15.l: Likewise.
3759 * testsuite/gas/symver/symver6.l: Removed.
3760 * testsuite/gas/symver/symver6.s: Updated.
3761
3762 2020-04-20 Sudakshina Das <sudi.das@arm.com>
3763
3764 * config/tc-aarch64.c (parse_barrier_psb): Update error messages
3765 to include TSB.
3766 * testsuite/gas/aarch64/system-2.d: Update -march and new tsb tests.
3767 * testsuite/gas/aarch64/system-2.s: Add new tsb tests.
3768 * testsuite/gas/aarch64/system.d: Update.
3769
3770 2020-04-20 Sudakshina Das <sudi.das@arm.com>
3771
3772 * testsuite/gas/aarch64/bti.d: Update -march option.
3773 * testsuite/gas/aarch64/illegal-bti.d: Remove.
3774 * testsuite/gas/aarch64/illegal-bti.l: Remove.
3775 * testsuite/gas/aarch64/illegal-ras-1.l: Remove esb.
3776 * testsuite/gas/aarch64/illegal-ras-1.s: Remove esb.
3777
3778 2020-04-17 Alan Modra <amodra@gmail.com>
3779
3780 * config/tc-bfin.h (TC_EQUAL_IN_INSN): Allow assignment to dot.
3781
3782 2020-04-16 Gagan Singh Sidhu <broly@mac.com>
3783 Nick Clifton <nickc@redhat.com>
3784
3785 PR 25803
3786 * config/obj-elf.c (obj_elf_type): Reject ifunc symbols on MIPS
3787 targets.
3788 * testsuite/gas/elf/elf.exp: Add MIPS targets to the list to skip
3789 for the type-2 test.
3790 * testsuite/gas/elf/type-noifunc.e: Update to allow for MIPS
3791 targets running this test.
3792
3793 2020-02-16 David Faust <david.faust@oracle.com>
3794
3795 * testsuite/gas/bpf/bpf.exp: Run jump32 tests.
3796 * testsuite/gas/bpf/jump32.s: New file.
3797 * testsuite/gas/bpf/jump32.d: Likewise.
3798
3799 2020-04-08 H.J. Lu <hongjiu.lu@intel.com>
3800
3801 * doc/c-i386.texi: Correct -mlfence-before-indirect-branch=
3802 documentation.
3803
3804 2020-04-08 Gunther Nikl <gnikl@justmail.de>
3805
3806 * config/tc-moxie.h (MD_PCREL_FROM_SECTION): Delete define.
3807 (md_pcrel_from): Remove prototytpe.
3808 * config/tc-m32c.h (MD_PCREL_FROM_SECTION): Delete duplicate
3809 define.
3810 (md_pcrel_from_section): Remove duplicate prototype.
3811 * tc.h (md_pcrel_from_section): Add prototype.
3812 * config/tc-aarch64.h (md_pcrel_from_section): Remove prototype.
3813 * config/tc-arc.h (md_pcrel_from_section): Likewise.
3814 * config/tc-arm.h (md_pcrel_from_section): Likewise.
3815 * config/tc-avr.h (md_pcrel_from_section): Likewise.
3816 * config/tc-bfin.h (md_pcrel_from_section): Likewise.
3817 * config/tc-bpf.h (md_pcrel_from_section): Likewise.
3818 * config/tc-csky.h (md_pcrel_from_section): Likewise.
3819 * config/tc-d10v.h (md_pcrel_from_section): Likewise.
3820 * config/tc-d30v.h (md_pcrel_from_section): Likewise.
3821 * config/tc-epiphany.h (md_pcrel_from_section): Likewise.
3822 * config/tc-fr30.h (md_pcrel_from_section): Likewise.
3823 * config/tc-frv.h (md_pcrel_from_section): Likewise.
3824 * config/tc-iq2000.h (md_pcrel_from_section): Likewise.
3825 * config/tc-lm32.h (md_pcrel_from_section): Likewise.
3826 * config/tc-m32c.h (md_pcrel_from_section): Likewise.
3827 * config/tc-m32r.h (md_pcrel_from_section): Likewise.
3828 * config/tc-mcore.h (md_pcrel_from_section): Likewise.
3829 * config/tc-mep.h (md_pcrel_from_section): Likewise.
3830 * config/tc-metag.h (md_pcrel_from_section): Likewise.
3831 * config/tc-microblaze.h (md_pcrel_from_section): Likewise.
3832 * config/tc-mmix.h (md_pcrel_from_section): Likewise.
3833 * config/tc-moxie.h (md_pcrel_from_section): Likewise.
3834 * config/tc-msp430.h (md_pcrel_from_section): Likewise.
3835 * config/tc-mt.h (md_pcrel_from_section): Likewise.
3836 * config/tc-or1k.h (md_pcrel_from_section): Likewise.
3837 * config/tc-ppc.h (md_pcrel_from_section): Likewise.
3838 * config/tc-rl78.h (md_pcrel_from_section): Likewise.
3839 * config/tc-rx.h (md_pcrel_from_section): Likewise.
3840 * config/tc-s390.h (md_pcrel_from_section): Likewise.
3841 * config/tc-sh.h (md_pcrel_from_section): Likewise.
3842 * config/tc-xc16x.h (md_pcrel_from_section): Likewise.
3843 * config/tc-xstormy16.h (md_pcrel_from_section): Likewise.
3844 * config/tc-microblaze.h (md_begin, md_assemble, md_undefined_symbol,
3845 md_show_usage, md_convert_frag, md_operand, md_number_to_chars,
3846 md_estimate_size_before_relax, md_section_align, tc_gen_reloc,
3847 md_apply_fix3): Delete prototypes.
3848
3849 2020-04-07 H.J. Lu <hongjiu.lu@intel.com>
3850
3851 * NEWS: Mention support for Intel SERIALIZE and TSXLDTRK
3852 instructions.
3853
3854 2020-04-07 H.J. Lu <hongjiu.lu@intel.com>
3855
3856 * doc/c-z80.texi: Fix @xref warnings.
3857
3858 2020-04-07 Lili Cui <lili.cui@intel.com>
3859
3860 * config/tc-i386.c (cpu_arch): Add .TSXLDTRK.
3861 (cpu_noarch): Likewise.
3862 * doc/c-i386.texi: Document TSXLDTRK.
3863 * testsuite/gas/i386/i386.exp: Run TSXLDTRK tests.
3864 * testsuite/gas/i386/tsxldtrk.d: Likewise.
3865 * testsuite/gas/i386/tsxldtrk.s: Likewise.
3866 * testsuite/gas/i386/x86-64-tsxldtrk.d: Likewise.
3867
3868 2020-04-02 Lili Cui <lili.cui@intel.com>
3869
3870 * config/tc-i386.c (cpu_arch): Add .serialize.
3871 (cpu_noarch): Likewise.
3872 * doc/c-i386.texi: Document serialize.
3873 * testsuite/gas/i386/i386.exp: Run serialize tests
3874 * testsuite/gas/i386/serialize.d: Likewise.
3875 * testsuite/gas/i386/x86-64-serialize.d: Likewise.
3876 * testsuite/gas/i386/serialize.s: Likewise.
3877
3878 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3879
3880 * testsuite/gas/elf/section12a.d: Use notarget instead of xfail.
3881 * testsuite/gas/elf/section12b.d: Likewise.
3882 * testsuite/gas/elf/section16a.d: Likewise.
3883 * testsuite/gas/elf/section16b.d: Likewise.
3884
3885 2020-04-02 Gunther Nikl <gnikl@justmail.de>
3886
3887 * config/tc-m68k.c (m68k_ip): Fix range check for index register
3888 with a suppressed address register.
3889
3890 2020-04-01 H.J. Lu <hongjiu.lu@intel.com>
3891
3892 PR gas/25756
3893 * config/tc-i386.h (TC_FORCE_RELOCATION_ABS): New.
3894 * testsuite/gas/i386/localpic.s: Add a test for relocation
3895 against local absolute symbol.
3896 * testsuite/gas/i386/x86-64-localpic.s: Likewise.
3897 * testsuite/gas/i386/localpic.d: Updated.
3898 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
3899 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
3900
3901 2020-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3902
3903 PR gas/25732
3904 * testsuite/gas/i386/solaris/x86-64-branch-2.d: New file.
3905 * testsuite/gas/i386/solaris/x86-64-branch-3.d: New file.
3906 * testsuite/gas/i386/solaris/x86-64-jump.d: Incorporate changes to
3907 testsuite/gas/i386/x86-64-jump.d.
3908 * testsuite/gas/i386/solaris/x86-64-mpx-branch-1.d:
3909 Incorporate changes to
3910 gas/testsuite/gas/i386/x86-64-mpx-branch-1.d.
3911 * testsuite/gas/i386/solaris/x86-64-mpx-branch-2.d : Incorporate
3912 changes to testsuite/gas/i386/x86-64-mpx-branch-2.d.
3913 * testsuite/gas/i386/x86-64-branch-2.d: Skip on *-*-solaris*.
3914 * testsuite/gas/i386/x86-64-branch-3.d: Likewise.
3915
3916 2020-03-31 Maciej W. Rozycki <macro@linux-mips.org>
3917
3918 PR 25611
3919 PR 25614
3920 * dwarf2dbg.c: Do not include "bignum.h".
3921
3922 2020-03-30 Nelson Chu <nelson.chu@sifive.com>
3923
3924 * testsuite/gas/riscv/alias-csr.d: Move this to priv-reg-pseudo.
3925 * testsuite/gas/riscv/alias-csr.s: Likewise.
3926 * testsuite/gas/riscv/no-aliases-csr.d: Move this
3927 to priv-reg-pseudo-noalias.
3928 * testsuite/gas/riscv/bad-csr.d: Rename to priv-reg-fail-nonexistent.
3929 * testsuite/gas/riscv/bad-csr.l: Likewise.
3930 * testsuite/gas/riscv/bad-csr.s: Likewise.
3931 * testsuite/gas/riscv/satp.d: Removed. Already included in priv-reg.
3932 * testsuite/gas/riscv/satp.s: Likewise.
3933 * testsuite/gas/riscv/priv-reg-pseudo.d: New testcase for all pseudo
3934 csr instruction, including alias-csr testcase.
3935 * testsuite/gas/riscv/priv-reg-pseudo.s: Likewise.
3936 * testsuite/gas/riscv/priv-reg-pseudo-noalias.d: New testcase for all
3937 pseudo instruction with objdump -Mno-aliases.
3938 * testsuite/gas/riscv/priv-reg-fail-nonexistent.d: New testcase.
3939 * testsuite/gas/riscv/priv-reg-fail-nonexistent.l: Likewise.
3940 * testsuite/gas/riscv/priv-reg-fail-nonexistent.s: Likewise.
3941 * testsuite/gas/riscv/priv-reg.d: Update CSR to 1.11.
3942 * testsuite/gas/riscv/priv-reg.s: Likewise.
3943 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
3944 * testsuite/gas/riscv/csr-dw-regnums.d: Likewise.
3945 * testsuite/gas/riscv/csr-dw-regnums.s: Likewise.
3946
3947 2020-03-25 J.W. Jagersma <jwjagersma@gmail.com>
3948
3949 * config/obj-coff.c (obj_coff_section): Set the bss flag on
3950 sections with the "b" attribute.
3951
3952 2020-03-22 Alan Modra <amodra@gmail.com>
3953
3954 * testsuite/gas/s12z/truncated.d: Update expected output.
3955
3956 2020-03-17 Sergey Belyashov <sergey.belyashov@gmail.com>
3957
3958 PR 25690
3959 * config/tc-z80.c (md_pseudo_table): Add xdef anf xref pseudo ops.
3960 * doc/c-z80.texi: Update documentation.
3961
3962 2020-03-17 Sergey Belyashov <sergey.belyashov@gmail.com>
3963
3964 PR 25641
3965 PR 25668
3966 PR 25633
3967 Fix disassembling ED+A4/AC/B4/BC opcodes.
3968 Fix assembling lines containing colonless label and instruction
3969 with first operand inside parentheses.
3970 Fix registration of unsupported by target CPU registers.
3971 * config/tc-z80.c: See above.
3972 * config/tc-z80.h: See above.
3973 * testsuite/gas/z80/colonless.d: Update test.
3974 * testsuite/gas/z80/colonless.s: Likewise.
3975 * testsuite/gas/z80/ez80_adl_all.d: Likewise.
3976 * testsuite/gas/z80/ez80_unsup_regs.d: Likewise.
3977 * testsuite/gas/z80/ez80_z80_all.d: Likewise.
3978 * testsuite/gas/z80/gbz80_unsup_regs.d: Likewise.
3979 * testsuite/gas/z80/r800_unsup_regs.d: Likewise.
3980 * testsuite/gas/z80/unsup_regs.s: Likewise.
3981 * testsuite/gas/z80/z180_unsup_regs.d: Likewise.
3982 * testsuite/gas/z80/z80.exp: Likewise.
3983 * testsuite/gas/z80/z80_strict_unsup_regs.d: Likewise.
3984 * testsuite/gas/z80/z80_unsup_regs.d: Likewise.
3985 * testsuite/gas/z80/z80n_unsup_regs.d: Likewise.
3986
3987 2020-03-13 Andre Vieira <andre.simoesdiasvieira@arm.com>
3988
3989 PR 25660
3990 * config/tc-arm.c (operand_parse_code): Add OP_RNSDMQR and OP_oRNSDMQ.
3991 (parse_operands): Handle new operand codes.
3992 (do_neon_dyadic_long): Make shape check accept the scalar variants.
3993 (asm_opcode_insns): Fix operand codes for vaddl and vsubl.
3994 * testsuite/gas/arm/mve-vaddsub-it.s: New test.
3995 * testsuite/gas/arm/mve-vaddsub-it.d: New test.
3996 * testsuite/gas/arm/mve-vaddsub-it-bad.s: New test.
3997 * testsuite/gas/arm/mve-vaddsub-it-bad.l: New test.
3998 * testsuite/gas/arm/mve-vaddsub-it-bad.d: New test.
3999 * testsuite/gas/arm/nomve-vaddsub-it.d: New test.
4000
4001 2020-03-11 H.J. Lu <hongjiu.lu@intel.com>
4002
4003 * NEWS: Mention x86 assembler options for CVE-2020-0551.
4004
4005 2020-03-11 H.J. Lu <hongjiu.lu@intel.com>
4006
4007 * testsuite/gas/i386/i386.exp: Run new tests.
4008 * testsuite/gas/i386/lfence-byte.d: New file.
4009 * testsuite/gas/i386/lfence-byte.e: Likewise.
4010 * testsuite/gas/i386/lfence-byte.s: Likewise.
4011 * testsuite/gas/i386/lfence-indbr-a.d: Likewise.
4012 * testsuite/gas/i386/lfence-indbr-b.d: Likewise.
4013 * testsuite/gas/i386/lfence-indbr-c.d: Likewise.
4014 * testsuite/gas/i386/lfence-indbr.e: Likewise.
4015 * testsuite/gas/i386/lfence-indbr.s: Likewise.
4016 * testsuite/gas/i386/lfence-load.d: Likewise.
4017 * testsuite/gas/i386/lfence-load.s: Likewise.
4018 * testsuite/gas/i386/lfence-ret-a.d: Likewise.
4019 * testsuite/gas/i386/lfence-ret-b.d: Likewise.
4020 * testsuite/gas/i386/lfence-ret.s: Likewise.
4021 * testsuite/gas/i386/x86-64-lfence-byte.d: Likewise.
4022 * testsuite/gas/i386/x86-64-lfence-byte.e: Likewise.
4023 * testsuite/gas/i386/x86-64-lfence-byte.s: Likewise.
4024 * testsuite/gas/i386/x86-64-lfence-indbr-a.d: Likewise.
4025 * testsuite/gas/i386/x86-64-lfence-indbr-b.d: Likewise.
4026 * testsuite/gas/i386/x86-64-lfence-indbr-c.d: Likewise.
4027 * testsuite/gas/i386/x86-64-lfence-indbr.e: Likewise.
4028 * testsuite/gas/i386/x86-64-lfence-indbr.s: Likewise.
4029 * testsuite/gas/i386/x86-64-lfence-load.d: Likewise.
4030 * testsuite/gas/i386/x86-64-lfence-load.s: Likewise.
4031 * testsuite/gas/i386/x86-64-lfence-ret-a.d: Likewise.
4032 * testsuite/gas/i386/x86-64-lfence-ret-b.d: Likewise.
4033
4034 2020-03-11 H.J. Lu <hongjiu.lu@intel.com>
4035
4036 * config/tc-i386.c (lfence_after_load): New.
4037 (lfence_before_indirect_branch_kind): New.
4038 (lfence_before_indirect_branch): New.
4039 (lfence_before_ret_kind): New.
4040 (lfence_before_ret): New.
4041 (last_insn): New.
4042 (load_insn_p): New.
4043 (insert_lfence_after): New.
4044 (insert_lfence_before): New.
4045 (md_assemble): Call insert_lfence_before and insert_lfence_after.
4046 Set last_insn.
4047 (OPTION_MLFENCE_AFTER_LOAD): New.
4048 (OPTION_MLFENCE_BEFORE_INDIRECT_BRANCH): New.
4049 (OPTION_MLFENCE_BEFORE_RET): New.
4050 (md_longopts): Add -mlfence-after-load=,
4051 -mlfence-before-indirect-branch= and -mlfence-before-ret=.
4052 (md_parse_option): Handle -mlfence-after-load=,
4053 -mlfence-before-indirect-branch= and -mlfence-before-ret=.
4054 (md_show_usage): Display -mlfence-after-load=,
4055 -mlfence-before-indirect-branch= and -mlfence-before-ret=.
4056 (i386_cons_align): New.
4057 * config/tc-i386.h (i386_cons_align): New.
4058 (md_cons_align): New.
4059 * doc/c-i386.texi: Document -mlfence-after-load=,
4060 -mlfence-before-indirect-branch= and -mlfence-before-ret=.
4061
4062 2020-03-11 Nick Clifton <nickc@redhat.com>
4063
4064 PR 25611
4065 PR 25614
4066 * dwarf2dbg.c (DWARF2_FILE_TIME_NAME): Default to -1.
4067 (DWARF2_FILE_SIZE_NAME): Default to -1.
4068 (DWARF2_LINE_VERSION): Default to the current dwarf level or 3,
4069 whichever is higher.
4070 (DWARF2_LINE_MAX_OPS_PER_INSN): Provide a default value of 1.
4071 (NUM_MD5_BYTES): Define.
4072 (struct file entry): Add md5 field.
4073 (get_filenum): Delete and replace with...
4074 (get_basename): New function.
4075 (get_directory_table_entry): New function.
4076 (allocate_filenum): New function.
4077 (allocate_filename_to_slot): New function.
4078 (dwarf2_where): Use new functions.
4079 (dwarf2_directive_filename): Add support for extended .file
4080 pseudo-op.
4081 (dwarf2_directive_loc): Allow the use of file number zero with
4082 DWARF 5 or higher.
4083 (out_file_list): Rename to...
4084 (out_dir_and_file_list): Add DWARF 5 support.
4085 (out_debug_line): Emit extra values into the section header for
4086 DWARF 5.
4087 (out_debug_str): Allow for file 0 to be used with DWARF 5.
4088 * doc/as.texi (.file): Update the description of this pseudo-op.
4089 * testsuite/gas/elf-dwarf-5-file0.s: Add more lines.
4090 * testsuite/gas/elf-dwarf-5-file0.d: Update expected dump output.
4091 * testsuite/gas/lns/lns-diag-1.l: Update expected error message.
4092 * NEWS: Mention the new feature.
4093
4094 2020-03-10 Alan Modra <amodra@gmail.com>
4095
4096 * config/tc-csky.c (get_operand_value): Rewrite 1 << 31 expressions
4097 to avoid signed overflow.
4098 * config/tc-mcore.c (md_assemble): Likewise.
4099 * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Likewise.
4100 * config/tc-nds32.c (SET_ADDEND): Likewise.
4101 * config/tc-nios2.c (nios2_assemble_arg_R): Likewise.
4102
4103 2020-03-09 Jan Beulich <jbeulich@suse.com>
4104
4105 * testsuite/gas/i386/avx.s: Add long-form VCMP[PS][SD] pseudos.
4106 * testsuite/gas/i386/avx.d, testsuite/gas/i386/avx-16bit.d,
4107 testsuite/gas/i386/avx-intel.d: Adjust expectations.
4108
4109 2020-03-07 Alan Modra <amodra@gmail.com>
4110
4111 * testsuite/gas/elf/dwarf-5-file0.s: Don't start directives in
4112 first column.
4113
4114 2020-03-06 Nick Clifton <nickc@redhat.com>
4115
4116 PR 25614
4117 * dwarf2dbg.c (dwarf2_directive_filename): Allow a file number of
4118 0 if the dwarf_level is 5 or more. Complain if a filename follows
4119 a file 0.
4120 * testsuite/gas/elf/dwarf-5-file0.s: New test.
4121 * testsuite/gas/elf/dwarf-5-file0.d: New test driver.
4122 * testsuite/gas/elf/elf.exp: Run the new test.
4123
4124 PR 25612
4125 * config/tc-ia64.h (DWARF2_VERISION): Fix typo.
4126 * doc/as.texi: Fix another typo.
4127
4128 2020-03-06 Nick Clifton <nickc@redhat.com>
4129
4130 PR 25612
4131 * as.c (dwarf_level): Define.
4132 (show_usage): Add --gdwarf-3, --gdwarf-4 and --gdwarf-5.
4133 (parse_args): Add support for the new options.
4134 as.h (dwarf_level): Prototype.
4135 * dwarf2dbg.c (DWARF2_VERSION): Use dwarf_level as default version
4136 value.
4137 * config/tc-ia64.h (DWARF2_VERISION): Update definition.
4138 (DWARF2_LINE_VERSION): Remove definition.
4139 * doc/as.texi: Document the new options.
4140
4141 2020-03-06 Nick Clifton <nickc@redhat.com>
4142
4143 PR 25572
4144 * as.c (main): Allow matching input and outputs when they are
4145 not regular files.
4146
4147 2020-03-06 Jan Beulich <jbeulich@suse.com>
4148
4149 * config/tc-i386.c (match_mem_size): Generalize broadcast special
4150 casing.
4151 (check_VecOperands): Zap xmmword/ymmword/zmmword when more than
4152 one of byte/word/dword/qword is set alongside a SIMD register in
4153 a template's operand.
4154
4155 2020-03-06 Jan Beulich <jbeulich@suse.com>
4156
4157 * config/tc-i386.c (match_template): Extend code in logic
4158 rejecting certain suffixes in certain modes to also cover mask
4159 register use and VecSIB. Drop special casing of broadcast. Skip
4160 immediates in the check.
4161
4162 2020-03-06 Jan Beulich <jbeulich@suse.com>
4163
4164 * config/tc-i386.c (match_template): Fold duplicate code in
4165 logic rejecting certain suffixes in certain modes. Drop
4166 pointless "else".
4167
4168 2020-03-06 Jan Beulich <jbeulich@suse.com>
4169
4170 * config/tc-i386.c (process_suffix): Exlucde !vexw insns
4171 alongside !norex64 ones.
4172 * testsuite/gas/i386/x86-64-avx512bw.s: Test VPEXTR* and VPINSR*
4173 with both 32- and 64-bit GPR operands.
4174 * testsuite/gas/i386/x86-64-avx512f.s: Test VEXTRACTPS with both
4175 32- and 64-bit GPR operands.
4176 * testsuite/gas/i386/x86-64-avx512bw-intel.d,
4177 testsuite/gas/i386/x86-64-avx512bw.d,
4178 testsuite/gas/i386/x86-64-avx512f-intel.d,
4179 testsuite/gas/i386/x86-64-avx512f.d: Adjust expectations.
4180
4181 2020-03-06 Jan Beulich <jbeulich@suse.com>
4182
4183 * config/tc-i386.c (md_assemble): Drop use of rex64.
4184 (process_suffix): For REX.W for 64-bit CRC32.
4185
4186 2020-03-06 Jan Beulich <jbeulich@suse.com>
4187
4188 * config/tc-i386.c (i386_addressing_mode): For 32-bit
4189 addressing for MPX insns without base/index.
4190 * testsuite/gas/i386/mpx-16bit.s,
4191 * testsuite/gas/i386/mpx-16bit.d: New.
4192 * testsuite/gas/i386/i386.exp: Run new test.
4193
4194 2020-03-06 Jan Beulich <jbeulich@suse.com>
4195
4196 * testsuite/gas/i386/adx.s, testsuite/gas/i386/cet.s,
4197 testsuite/gas/i386/ept.s, testsuite/gas/i386/fsgs.s,
4198 testsuite/gas/i386/invpcid.s, testsuite/gas/i386/movdir.s,
4199 testsuite/gas/i386/ptwrite.s, testsuite/gas/i386/vmx.s,
4200 * testsuite/gas/i386/code16.s: Add CR, DR, and TR access cases
4201 as well as a BSWAP one.
4202 * testsuite/gas/i386/rdpid.s: Add 16-bit case.
4203 * testsuite/gas/i386/sse2-16bit.s: Cover more insns.
4204 * testsuite/gas/i386/adx-intel.d, testsuite/gas/i386/adx.d,
4205 testsuite/gas/i386/cet-intel.d, testsuite/gas/i386/cet.d,
4206 testsuite/gas/i386/code16.d, testsuite/gas/i386/ept-intel.d,
4207 testsuite/gas/i386/ept.d, testsuite/gas/i386/fsgs-intel.d,
4208 testsuite/gas/i386/fsgs.d, testsuite/gas/i386/invpcid-intel.d,
4209 testsuite/gas/i386/invpcid.d, testsuite/gas/i386/movdir-intel.d,
4210 testsuite/gas/i386/movdir.d, testsuite/gas/i386/ptwrite-intel.d,
4211 testsuite/gas/i386/ptwrite.d, testsuite/gas/i386/rdpid-intel.d,
4212 testsuite/gas/i386/rdpid.d, testsuite/gas/i386/sse2-16bit.d,
4213 testsuite/gas/i386/vmx.d: Adjust expectations.
4214
4215 2020-03-06 Jan Beulich <jbeulich@suse.com>
4216
4217 * config/tc-i386.c (md_assemble): Also exclude tpause and umwait
4218 from having their operands swapped.
4219 * testsuite/gas/i386/waitpkg.s,
4220 testsuite/gas/i386/x86-64-waitpkg.s: Add tpause and umwait
4221 3-operand cases as well as testing of 16-bit code generation.
4222 * testsuite/gas/i386/waitpkg.d,
4223 testsuite/gas/i386/waitpkg-intel.d,
4224 testsuite/gas/i386/x86-64-waitpkg.d,
4225 testsuite/gas/i386/x86-64-waitpkg-intel.d: Adjust expectations.
4226
4227 2020-03-04 Nelson Chu <nelson.chu@sifive.com>
4228
4229 * config/tc-riscv.c (percent_op_utype): Support the modifier
4230 %got_pcrel_hi.
4231 * doc/c-riscv.texi: Add documentation.
4232 * testsuite/gas/riscv/no-relax-reloc.d: Add test case for the new
4233 modifier %got_pcrel_hi.
4234 * testsuite/gas/riscv/no-relax-reloc.s: Likewise.
4235 * testsuite/gas/riscv/relax-reloc.d: Likewise.
4236 * testsuite/gas/riscv/relax-reloc.s: Likewise.
4237
4238 * doc/c-riscv.texi (relocation modifiers): Add documentation.
4239 (RISC-V-Formats): Update the section name from "Instruction Formats"
4240 to "RISC-V Instruction Formats".
4241
4242 2020-03-04 Alexandre Oliva <oliva@adacore.com>
4243
4244 * config/tc-arm.c (md_apply_fix): Warn if a PC-relative load is
4245 detected in a section which does not have at least 4 byte
4246 alignment.
4247 * testsuite/gas/arm/armv8-ar-it-bad.s: Add alignment directive.
4248 * testsuite/gas/arm/ldr-t.s: Likewise.
4249 * testsuite/gas/arm/sp-pc-usage-t.s: Likewise.
4250 * testsuite/gas/arm/sp-pc-usage-t.d: Finish test at end of
4251 disassembly, ignoring any NOPs that may have been inserted because
4252 of section alignment.
4253 * testsuite/gas/arm/ldr-t.d: Likewise.
4254
4255 2020-03-04 Jan Beulich <jbeulich@suse.com>
4256
4257 * config/tc-i386.c (cpu_arch): Add .sev_es entry.
4258 * doc/c-i386.texi: Mention sev_es.
4259 * testsuite/gas/i386/arch-13.s: Add SEV-ES case.
4260 * testsuite/gas/i386/arch-13.d: Extend -march=. Adjust
4261 expectations.
4262 * testsuite/gas/i386/arch-13-znver1.d,
4263 testsuite/gas/i386/arch-13-znver2.d: Extend -march=.
4264
4265 2020-03-03 H.J. Lu <hongjiu.lu@intel.com>
4266
4267 * config/tc-i386.c (match_template): Replace ignoresize and
4268 defaultsize with mnemonicsize.
4269 (process_suffix): Likewise.
4270
4271 2020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
4272
4273 PR 25627
4274 * config/tc-z80.c (emit_ld_rr_m): Fix invalid compilation of
4275 instruction LD IY,(HL).
4276 * testsuite/gas/z80/ez80_adl_all.d: Update expected disassembly.
4277 * testsuite/gas/z80/ez80_adl_all.s: Add tests of the instruction.
4278 * testsuite/gas/z80/ez80_z80_all.d: Update expected disassembly.
4279 * testsuite/gas/z80/ez80_z80_all.s: Add tests of the instruction.
4280
4281 2020-03-03 H.J. Lu <hongjiu.lu@intel.com>
4282
4283 PR gas/25622
4284 * testsuite/gas/i386/i386.exp: Run x86-64-default-suffix and
4285 x86-64-default-suffix-avx.
4286 * testsuite/gas/i386/noreg64.s: Remove cvtsi2sd, cvtsi2ss,
4287 vcvtsi2sd, vcvtsi2ss, vcvtusi2sd and vcvtusi2ss entries.
4288 * testsuite/gas/i386/noreg64.d: Updated.
4289 * testsuite/gas/i386/noreg64.l: Likewise.
4290 * testsuite/gas/i386/x86-64-default-suffix-avx.d: New file.
4291 * testsuite/gas/i386/x86-64-default-suffix.d: Likewise.
4292 * testsuite/gas/i386/x86-64-default-suffix.s: Likewise.
4293
4294 2020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
4295
4296 PR 25604
4297 * config/tc-z80.c (contains_register): Prevent an illegal memory
4298 access when checking an expression for a register name.
4299
4300 2020-03-03 Alan Modra <amodra@gmail.com>
4301
4302 * config/obj-coff.h: Remove vestiges of coff-m68k and pe-mips
4303 support.
4304
4305 2020-03-02 Alan Modra <amodra@gmail.com>
4306
4307 * config/tc-m32r.c (md_begin): Set SEC_SMALL_DATA on .scommon section.
4308 * config/tc-mips.c (s_change_sec): Set SEC_SMALL_DATA for .sdata
4309 and .sbss sections.
4310 * config/tc-score.c: Delete !BFD_ASSEMBLER code throughout.
4311 (s3_s_change_sec): Set SEC_SMALL_DATA for .sbss section.
4312 (s3_s_score_lcomm): Likewise.
4313 * config/tc-score7.c: Similarly.
4314 * read.c (bss_alloc): Set SEC_SMALL_DATA for .sbss section.
4315
4316 2020-02-28 YunQiang Su <syq@debian.org>
4317
4318 PR gas/25539
4319 * config/tc-mips.c (fix_loongson3_llsc): Compare label value
4320 to handle multi-labels.
4321 (has_label_name): New.
4322
4323 2020-02-26 Matthew Malcomson <matthew.malcomson@arm.com>
4324
4325 * config/tc-arm.c (enum pred_instruction_type): Remove
4326 NEUTRAL_IT_NO_VPT_INSN predication type.
4327 (cxn_handle_predication): Modify to require condition suffixes.
4328 (handle_pred_state): Remove NEUTRAL_IT_NO_VPT_INSN cases.
4329 * testsuite/gas/arm/cde-scalar.s: Update test.
4330 * testsuite/gas/arm/cde-warnings.l: Update test.
4331 * testsuite/gas/arm/cde-warnings.s: Update test.
4332
4333 2020-02-26 Alan Modra <amodra@gmail.com>
4334
4335 * config/tc-arm.c (reg_expected_msgs[REG_TYPE_RNB]): Don't use
4336 N_() on empty string.
4337
4338 2020-02-26 Alan Modra <amodra@gmail.com>
4339
4340 * read.c (read_a_source_file): Call strncpy with length one
4341 less than size of original_case_string.
4342
4343 2020-02-26 Alan Modra <amodra@gmail.com>
4344
4345 * config/obj-elf.c: Indent labels correctly.
4346 * config/obj-macho.c: Likewise.
4347 * config/tc-aarch64.c: Likewise.
4348 * config/tc-alpha.c: Likewise.
4349 * config/tc-arm.c: Likewise.
4350 * config/tc-cr16.c: Likewise.
4351 * config/tc-crx.c: Likewise.
4352 * config/tc-frv.c: Likewise.
4353 * config/tc-i386-intel.c: Likewise.
4354 * config/tc-i386.c: Likewise.
4355 * config/tc-ia64.c: Likewise.
4356 * config/tc-mn10200.c: Likewise.
4357 * config/tc-mn10300.c: Likewise.
4358 * config/tc-nds32.c: Likewise.
4359 * config/tc-riscv.c: Likewise.
4360 * config/tc-s12z.c: Likewise.
4361 * config/tc-xtensa.c: Likewise.
4362 * config/tc-z80.c: Likewise.
4363 * read.c: Likewise.
4364 * symbols.c: Likewise.
4365 * write.c: Likewise.
4366
4367 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
4368
4369 * config/tc-riscv.c (riscv_ip): New boolean insn_with_csr to indicate
4370 we are assembling instruction with CSR. Call riscv_csr_read_only_check
4371 after parsing all arguments.
4372 (enum csr_insn_type): New enum is used to classify the CSR instruction.
4373 (riscv_csr_insn_type, riscv_csr_read_only_check): New functions. These
4374 are used to check if we write a read-only CSR by the CSR instruction.
4375 * testsuite/gas/riscv/priv-reg-fail-read-only-01.s: New testcase. Test
4376 all CSR for the read-only CSR checking.
4377 * testsuite/gas/riscv/priv-reg-fail-read-only-01.d: Likewise.
4378 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
4379 * testsuite/gas/riscv/priv-reg-fail-read-only-02.s: New testcase. Test
4380 all CSR instructions for the read-only CSR checking.
4381 * testsuite/gas/riscv/priv-reg-fail-read-only-02.d: Likewise.
4382 * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise.
4383
4384 * config/tc-riscv.c (struct riscv_set_options): New field csr_check.
4385 (riscv_opts): Initialize it.
4386 (reg_lookup_internal): Check the `riscv_opts.csr_check`
4387 before doing the CSR checking.
4388 (enum options): Add OPTION_CSR_CHECK and OPTION_NO_CSR_CHECK.
4389 (md_longopts): Add mcsr-check and mno-csr-check.
4390 (md_parse_option): Handle new enum option values.
4391 (s_riscv_option): Handle new long options.
4392 * doc/c-riscv.texi: Add description for the new .option and assembler
4393 options.
4394 * testsuite/gas/riscv/priv-reg-fail-fext.d: Add `-mcsr-check` to enable
4395 the CSR checking.
4396 * testsuite/gas/riscv/priv-reg-fail-rv32-only.d: Likewise.
4397
4398 * config/tc-riscv.c (csr_extra_hash): New.
4399 (enum riscv_csr_class): New enum. Used to decide
4400 whether or not this CSR is legal in the current ISA string.
4401 (struct riscv_csr_extra): New structure to hold all extra information
4402 of CSR.
4403 (riscv_init_csr_hashes): New. According to the DECLARE_CSR and
4404 DECLARE_CSR_ALIAS, insert CSR extra information into csr_extra_hash.
4405 Call hash_reg_name to insert CSR address into reg_names_hash.
4406 (reg_csr_lookup_internal, riscv_csr_class_check): New functions.
4407 Decide whether the CSR is valid according to the csr_extra_hash.
4408 (reg_lookup_internal): Call reg_csr_lookup_internal for CSRs.
4409 (init_opcode_hash): Update 'if (hash_error != NULL)' as hash_error is
4410 not a boolean. This is same as riscv_init_csr_hash, so keep the
4411 consistent usage.
4412 (md_begin): Call riscv_init_csr_hashes for each DECLARE_CSR.
4413 * testsuite/gas/riscv/csr-dw-regnums.d: Add -march=rv32if option.
4414 * testsuite/gas/riscv/priv-reg.d: Add f-ext by -march option.
4415 * testsuite/gas/riscv/priv-reg-fail-fext.d: New testcase. The source
4416 file is `priv-reg.s`, and the ISA is rv32i without f-ext, so the
4417 f-ext CSR are not allowed.
4418 * testsuite/gas/riscv/priv-reg-fail-fext.l: Likewise.
4419 * testsuite/gas/riscv/priv-reg-fail-rv32-only.d: New testcase. The
4420 source file is `priv-reg.s`, and the ISA is rv64if, so the
4421 rv32-only CSR are not allowed.
4422 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
4423
4424 2020-02-21 Alan Modra <amodra@gmail.com>
4425
4426 * config/tc-pdp11.c (md_apply_fix): Handle BFD_RELOC_32.
4427 (tc_gen_reloc): Only give a BAD_CASE assertion on pcrel relocs.
4428
4429 2020-02-21 Alan Modra <amodra@gmail.com>
4430
4431 PR 25569
4432 * config/obj-aout.c (obj_aout_frob_file_before_fix): Don't loop
4433 on section size adjustment, instead perform another write if
4434 exec header size is larger than section size.
4435
4436 2020-02-19 Nelson Chu <nelson.chu@sifive.com>
4437
4438 * doc/c-riscv.texi: Add the doc entries for -march-attr/
4439 -mno-arch-attr command line options.
4440
4441 2020-02-19 Nelson Chu <nelson.chu@sifive.com>
4442
4443 * testsuite/gas/riscv/c-add-addi.d: New testcase.
4444 * testsuite/gas/riscv/c-add-addi.s: Likewise.
4445
4446 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
4447
4448 PR 25576
4449 * config/tc-z80.c (md_parse_option): Do not use an underscore
4450 prefix for local labels in SDCC compatability mode.
4451 (z80_start_line_hook): Remove SDCC dollar label support.
4452 * testsuite/gas/z80/sdcc.d: Update expected disassembly.
4453 * testsuite/gas/z80/sdcc.s: Likewise.
4454
4455 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
4456
4457 PR 25517
4458 * config/tc-z80.c: Add -march option.
4459 * doc/as.texi: Update Z80 documentation.
4460 * doc/c-z80.texi: Likewise.
4461 * testsuite/gas/z80/ez80_adl_all.d: Update command line.
4462 * testsuite/gas/z80/ez80_adl_suf.d: Likewise.
4463 * testsuite/gas/z80/ez80_pref_dis.d: Likewise.
4464 * testsuite/gas/z80/ez80_z80_all.d: Likewise.
4465 * testsuite/gas/z80/ez80_z80_suf.d: Likewise.
4466 * testsuite/gas/z80/gbz80_all.d: Likewise.
4467 * testsuite/gas/z80/r800_extra.d: Likewise.
4468 * testsuite/gas/z80/r800_ii8.d: Likewise.
4469 * testsuite/gas/z80/r800_z80_doc.d: Likewise.
4470 * testsuite/gas/z80/sdcc.d: Likewise.
4471 * testsuite/gas/z80/z180.d: Likewise.
4472 * testsuite/gas/z80/z180_z80_doc.d: Likewise.
4473 * testsuite/gas/z80/z80_doc.d: Likewise.
4474 * testsuite/gas/z80/z80_ii8.d: Likewise.
4475 * testsuite/gas/z80/z80_in_f_c.d: Likewise.
4476 * testsuite/gas/z80/z80_op_ii_ld.d: Likewise.
4477 * testsuite/gas/z80/z80_out_c_0.d: Likewise.
4478 * testsuite/gas/z80/z80_sli.d: Likewise.
4479 * testsuite/gas/z80/z80n_all.d: Likewise.
4480 * testsuite/gas/z80/z80n_reloc.d: Likewise.
4481
4482 2020-02-19 H.J. Lu <hongjiu.lu@intel.com>
4483
4484 * config/tc-i386.c (output_insn): Mark cvtpi2ps and cvtpi2pd
4485 with GNU_PROPERTY_X86_FEATURE_2_MMX.
4486 * testsuite/gas/i386/i386.exp: Run property-3 and
4487 x86-64-property-3.
4488 * testsuite/gas/i386/property-3.d: New file.
4489 * testsuite/gas/i386/property-3.s: Likewise.
4490 * testsuite/gas/i386/x86-64-property-3.d: Likewise.
4491
4492 2020-02-17 H.J. Lu <hongjiu.lu@intel.com>
4493
4494 * config/tc-i386.c (cpu_arch): Add .popcnt.
4495 * doc/c-i386.texi: Remove abm and .abm. Add popcnt and .popcnt.
4496 Add a tab before @samp{.sse4a}.
4497
4498 2020-02-17 Jan Beulich <jbeulich@suse.com>
4499
4500 * config/tc-i386.c (process_suffix): Don't try to guess a suffix
4501 for AddrPrefixOpReg templates. Combine the two pieces of
4502 addrprefixopreg handling. Reject 16-bit address reg in 64-bit
4503 mode.
4504
4505 2020-02-17 Jan Beulich <jbeulich@suse.com>
4506
4507 PR gas/14439
4508 * config/tc-i386.c (md_assemble): Also suppress operand
4509 swapping for MONITOR{,X} and MWAIT{,X}.
4510 * testsuite/gas/i386/sse3.s, testsuite/gas/i386/x86-64-sse3.s:
4511 Add Intel syntax monitor/mwait tests.
4512 * testsuite/gas/i386/sse3.d, testsuite/gas/i386/x86-64-sse3.d:
4513 Adjust expectations.
4514 *testsuite/gas/i386/sse3-intel.d,
4515 testsuite/gas/i386/x86-64-sse3-intel.d: New.
4516 * testsuite/gas/i386/i386.exp: Run new tests.
4517
4518 2020-02-17 Jan Beulich <jbeulich@suse.com>
4519
4520 PR gas/6518
4521 * config/tc-i386.c (process_suffix): Re-work Intel-syntax
4522 [XYZ]MMWord memory operand ambiguity recognition logic (largely
4523 re-indentation).
4524 * testsuite/gas/i386/avx512dq-inval.s: Add vcvtqq2ps/vcvtuqq2ps
4525 cases.
4526 * testsuite/gas/i386/inval-avx512f.s: Also test vcvtneps2bf16.
4527 * testsuite/gas/i386/avx512dq-inval.l,
4528 testsuite/gas/i386/inval-avx.l,
4529 testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
4530 * testsuite/gas/i386/avx512vl-ambig.s,
4531 testsuite/gas/i386/avx512vl-ambig.l: New.
4532 * testsuite/gas/i386/i386.exp: Run new test.
4533
4534 2020-02-16 H.J. Lu <hongjiu.lu@intel.com>
4535
4536 * config/tc-i386.c (cpu_arch): Add .sse4a and nosse4a. Restore
4537 nosse4.
4538 * doc/c-i386.texi: Document sse4a and nosse4a.
4539
4540 2020-02-14 H.J. Lu <hongjiu.lu@intel.com>
4541
4542 * doc/c-i386.texi: Remove the old movsx and movzx documentation
4543 for AT&T syntax.
4544
4545 2020-02-14 Jan Beulich <jbeulich@suse.com>
4546
4547 PR gas/25438
4548 * config/tc-i386.c (md_assemble): Move movsx/movzx special
4549 casing ...
4550 (process_suffix): ... here. Consider just the first operand
4551 initially.
4552 (check_long_reg): Drop opcode 0x63 special case again.
4553 * testsuite/gas/i386/i386.s, testsuite/gas/i386/iamcu-1.s,
4554 testsuite/gas/i386/ilp32/x86-64.s, testsuite/gas/i386/x86_64.s:
4555 Move ambiguous operand size tests ...
4556 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
4557 testsuite/gas/i386/noreg64.s: ... here.
4558 * testsuite/gas/i386/i386.d, testsuite/gas/i386/i386-intel.d
4559 testsuite/gas/i386/iamcu-1.d, testsuite/gas/i386/ilp32/x86-64.d,
4560 testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
4561 testsuite/gas/i386/movx16.l, testsuite/gas/i386/movx32.l,
4562 testsuite/gas/i386/movx64.l, testsuite/gas/i386/noreg16.d,
4563 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
4564 testsuite/gas/i386/x86-64-movsxd.d,
4565 testsuite/gas/i386/x86-64-movsxd-intel.d,
4566 testsuite/gas/i386/x86_64.d, testsuite/gas/i386/x86_64-intel.d:
4567 Adjust expectations.
4568 * testsuite/gas/i386/movx16.s, testsuite/gas/i386/movx16.l,
4569 testsuite/gas/i386/movx32.s, testsuite/gas/i386/movx32.l,
4570 testsuite/gas/i386/movx64.s, testsuite/gas/i386/movx64.l: New.
4571 * testsuite/gas/i386/i386.exp: Run new tests.
4572
4573 2020-02-14 Jan Beulich <jbeulich@suse.com>
4574
4575 * config/tc-i386.c (process_operands): Also skip segment
4576 override prefix emission if it matches an already present one.
4577 * testsuite/gas/i386/prefix32.s: Add double segment override
4578 cases.
4579 * testsuite/gas/i386/prefix32.l: Adjust expectations.
4580
4581 2020-02-14 Jan Beulich <jbeulich@suse.com>
4582
4583 * config/tc-i386.c (process_operands): Drop ineffectual segment
4584 overrides when optimizing.
4585 * testsuite/gas/i386/lea-optimize.d: New.
4586 * testsuite/gas/i386/i386.exp: Run new test.
4587
4588 2020-02-14 Jan Beulich <jbeulich@suse.com>
4589
4590 * config/tc-i386.c (process_operands): Also check insn prefix
4591 for ineffectual segment override warning. Don't cover possible
4592 VEX/EVEX encoded insns there.
4593 * testsuite/gas/i386/lea.s, testsuite/gas/i386/lea.d,
4594 testsuite/gas/i386/lea.e: New.
4595 * testsuite/gas/i386/i386.exp: Run new test.
4596
4597 2020-02-14 H.J. Lu <hongjiu.lu@intel.com>
4598
4599 PR gas/25438
4600 * doc/c-i386.texi: Document movsx, movsxd and movzx for AT&T
4601 syntax.
4602
4603 2020-02-13 Fangrui Song <maskray@google.com>
4604 H.J. Lu <hongjiu.lu@intel.com>
4605
4606 PR gas/25551
4607 * config/tc-i386.c (tc_i386_fix_adjustable): Don't check
4608 BFD_RELOC_386_PLT32 nor BFD_RELOC_X86_64_PLT32.
4609 * testsuite/gas/i386/i386.exp: Run relax-5 and x86-64-relax-4.
4610 * testsuite/gas/i386/relax-5.d: New file.
4611 * testsuite/gas/i386/relax-5.s: Likewise.
4612 * testsuite/gas/i386/x86-64-relax-4.d: Likewise.
4613 * testsuite/gas/i386/x86-64-relax-4.s: Likewise.
4614
4615 2020-02-13 Jan Beulich <jbeulich@suse.com>
4616
4617 * config/tc-i386.c (cpu_noarch): Use CPU_ANY_SSE4_FLAGS in
4618 "nosse4" entry.
4619
4620 2020-02-12 Jan Beulich <jbeulich@suse.com>
4621
4622 * config/tc-i386.c (avx512): New (at file scope), moved from
4623 (check_VecOperands): ... here.
4624 (process_suffix): Add [XYZ]MMword operand size handling.
4625 * testsuite/gas/i386/avx512dq-inval.s: Add VFPCLASS tests.
4626 * testsuite/gas/i386/noavx512-2.s: Add Intel syntax VFPCLASS
4627 tests.
4628 * testsuite/gas/i386/avx512dq-inval.l,
4629 testsuite/gas/i386/noavx512-2.l: Adjust expectations.
4630
4631 2020-02-12 Jan Beulich <jbeulich@suse.com>
4632
4633 PR gas/24546
4634 * config/tc-i386.c (match_template): Apply AMD64 check to 64-bit
4635 code only.
4636 * config/tc-i386-intel.c (i386_intel_operand): Also handle
4637 CALL/JMP in O_tbyte_ptr case.
4638 * doc/c-i386.texi: Mention far call and full pointer load ISA
4639 differences.
4640 * testsuite/gas/i386/x86-64-branch-3.s,
4641 testsuite/gas/i386/x86-64-intel64.s: Add 64-bit far call cases.
4642 * testsuite/gas/i386/x86-64-branch-3.d,
4643 testsuite/gas/i386/x86-64-intel64.d: Adjust expectations.
4644 * testsuite/gas/i386/x86-64-branch-5.l,
4645 testsuite/gas/i386/x86-64-branch-5.s: New.
4646 * testsuite/gas/i386/i386.exp: Run new test.
4647
4648 2020-02-12 Jan Beulich <jbeulich@suse.com>
4649
4650 PR gas/25438
4651 * config/tc-i386.c (REGISTER_WARNINGS): Delete.
4652 (check_byte_reg): Skip only source operand of CRC32. Drop Non-
4653 64-bit-only warning.
4654 (check_word_reg): Consistently error on mismatching register
4655 size and suffix.
4656 * testsuite/gas/i386/general.s: Replace dword GPR with word one
4657 for movw. Replace suffix / GPR for orb.
4658 * testsuite/gas/i386/inval.s: Add tests for movw with dword and
4659 byte GPRs as well as ones for inb/outb with a word accumulator.
4660 * testsuite/gas/i386/general.l, testsuite/gas/i386/intelbad.l,
4661 testsuite/gas/i386/inval.l: Adjust expectations.
4662
4663 2020-02-12 Jan Beulich <jbeulich@suse.com>
4664
4665 * config/tc-i386.c (operand_type_register_match): Also fall
4666 through initial two if()-s when the template allows for a GPR
4667 operand. Adjust comment.
4668
4669 2020-02-11 Jan Beulich <jbeulich@suse.com>
4670
4671 (struct _i386_insn): New field "short_form".
4672 (optimize_encoding): Drop setting of shortform field.
4673 (process_suffix): Set i.short_form. Replace shortform use.
4674 (process_operands): Replace shortform use.
4675
4676 2020-02-11 Matthew Malcomson <matthew.malcomson@arm.com>
4677
4678 * config/tc-arm.c (vcx_handle_register_arguments): Remove `for`
4679 loop initial declaration.
4680
4681 2020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
4682
4683 * config/tc-arm.c (NEON_MAX_TYPE_ELS): Increment to account for
4684 instructions that can have 5 arguments.
4685 (enum operand_parse_code): Add new operands.
4686 (parse_operands): Account for new operands.
4687 (S5): New macro.
4688 (enum neon_shape_el): Introduce P suffixes for coprocessor.
4689 (neon_select_shape): Account for P suffix.
4690 (LOW1): Move macro to global position.
4691 (HI4): Move macro to global position.
4692 (vcx_assign_vec_d): New.
4693 (vcx_assign_vec_m): New.
4694 (vcx_assign_vec_n): New.
4695 (enum vcx_reg_type): New.
4696 (vcx_get_reg_type): New.
4697 (vcx_size_pos): New.
4698 (vcx_vec_pos): New.
4699 (vcx_handle_shape): New.
4700 (vcx_ensure_register_in_range): New.
4701 (vcx_handle_register_arguments): New.
4702 (vcx_handle_insn_block): New.
4703 (vcx_handle_common_checks): New.
4704 (do_vcx1): New.
4705 (do_vcx2): New.
4706 (do_vcx3): New.
4707 * testsuite/gas/arm/cde-missing-fp.d: New test.
4708 * testsuite/gas/arm/cde-missing-fp.l: New test.
4709 * testsuite/gas/arm/cde-missing-mve.d: New test.
4710 * testsuite/gas/arm/cde-missing-mve.l: New test.
4711 * testsuite/gas/arm/cde-mve-or-neon.d: New test.
4712 * testsuite/gas/arm/cde-mve-or-neon.s: New test.
4713 * testsuite/gas/arm/cde-mve.s: New test.
4714 * testsuite/gas/arm/cde-warnings.l:
4715 * testsuite/gas/arm/cde-warnings.s:
4716 * testsuite/gas/arm/cde.d:
4717 * testsuite/gas/arm/cde.s:
4718
4719 2020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
4720 Matthew Malcomson <matthew.malcomson@arm.com>
4721
4722 * config/tc-arm.c (arm_ext_cde*): New feature sets for each
4723 CDE coprocessor that can be enabled.
4724 (enum pred_instruction_type): New pred type.
4725 (BAD_NO_VPT): New error message.
4726 (BAD_CDE): New error message.
4727 (BAD_CDE_COPROC): New error message.
4728 (enum operand_parse_code): Add new immediate operands.
4729 (parse_operands): Account for new immediate operands.
4730 (check_cde_operand): New.
4731 (cde_coproc_enabled): New.
4732 (cde_coproc_pos): New.
4733 (cde_handle_coproc): New.
4734 (cxn_handle_predication): New.
4735 (do_custom_instruction_1): New.
4736 (do_custom_instruction_2): New.
4737 (do_custom_instruction_3): New.
4738 (do_cx1): New.
4739 (do_cx1a): New.
4740 (do_cx1d): New.
4741 (do_cx1da): New.
4742 (do_cx2): New.
4743 (do_cx2a): New.
4744 (do_cx2d): New.
4745 (do_cx2da): New.
4746 (do_cx3): New.
4747 (do_cx3a): New.
4748 (do_cx3d): New.
4749 (do_cx3da): New.
4750 (handle_pred_state): Define new IT block behaviour.
4751 (insns): Add newn CX*{,d}{,a} instructions.
4752 (CDE_EXTENSIONS,armv8m_main_ext_table,armv8_1m_main_ext_table):
4753 Define new cdecp extension strings.
4754 * doc/c-arm.texi: Document new cdecp extension arguments.
4755 * testsuite/gas/arm/cde-scalar.d: New test.
4756 * testsuite/gas/arm/cde-scalar.s: New test.
4757 * testsuite/gas/arm/cde-warnings.d: New test.
4758 * testsuite/gas/arm/cde-warnings.l: New test.
4759 * testsuite/gas/arm/cde-warnings.s: New test.
4760 * testsuite/gas/arm/cde.d: New test.
4761 * testsuite/gas/arm/cde.s: New test.
4762
4763 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
4764
4765 PR gas/25516
4766 * config/tc-i386.c (intel64): Renamed to ...
4767 (isa64): This.
4768 (match_template): Accept Intel64 only instruction by default.
4769 (i386_displacement): Updated.
4770 (md_parse_option): Updated.
4771 * c-i386.texi: Update -mamd64/-mintel64 documentation.
4772 * testsuite/gas/i386/i386.exp: Run x86-64-sysenter. Pass
4773 -mamd64 to x86-64-sysenter-amd.
4774 * testsuite/gas/i386/x86-64-sysenter.d: New file.
4775
4776 2020-02-10 Alan Modra <amodra@gmail.com>
4777
4778 * config/obj-elf.c (obj_elf_change_section): Error for section
4779 type, attr or entsize changes in assembly.
4780 * testsuite/gas/elf/elf.exp: Pass -Z to gas for section5 test.
4781 * testsuite/gas/elf/section5.l: Update.
4782
4783 2020-02-10 Alan Modra <amodra@gmail.com>
4784
4785 * output-file.c (output_file_close): Do a normal close when
4786 flag_always_generate_output.
4787 * write.c (write_object_file): Don't stop output when
4788 flag_always_generate_output.
4789
4790 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
4791
4792 PR 25469
4793 * config/tc-z80.c: Add -gbz80 command line option to generate code
4794 for the GameBoy Z80. Add support for generating DWARF.
4795 * config/tc-z80.h: Add support for DWARF debug information
4796 generation.
4797 * doc/c-z80.texi: Document new command line option.
4798 * testsuite/gas/z80/gbz80_all.d: New file.
4799 * testsuite/gas/z80/gbz80_all.s: New file.
4800 * testsuite/gas/z80/z80.exp: Run the new tests.
4801 * testsuite/gas/z80/z80n_all.d: New file.
4802 * testsuite/gas/z80/z80n_all.s: New file.
4803 * testsuite/gas/z80/z80n_reloc.d: New file.
4804
4805 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
4806
4807 PR gas/25381
4808 * config/obj-elf.c (get_section): Also check
4809 linked_to_symbol_name.
4810 (obj_elf_change_section): Also set map_head.linked_to_symbol_name.
4811 (obj_elf_parse_section_letters): Handle the 'o' flag.
4812 (build_group_lists): Renamed to ...
4813 (build_additional_section_info): This. Set elf_linked_to_section
4814 from map_head.linked_to_symbol_name.
4815 (elf_adjust_symtab): Updated.
4816 * config/obj-elf.h (elf_section_match): Add linked_to_symbol_name.
4817 * doc/as.texi: Document the 'o' flag.
4818 * testsuite/gas/elf/elf.exp: Run PR gas/25381 tests.
4819 * testsuite/gas/elf/section18.d: New file.
4820 * testsuite/gas/elf/section18.s: Likewise.
4821 * testsuite/gas/elf/section19.d: Likewise.
4822 * testsuite/gas/elf/section19.s: Likewise.
4823 * testsuite/gas/elf/section20.d: Likewise.
4824 * testsuite/gas/elf/section20.s: Likewise.
4825 * testsuite/gas/elf/section21.d: Likewise.
4826 * testsuite/gas/elf/section21.l: Likewise.
4827 * testsuite/gas/elf/section21.s: Likewise.
4828
4829 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
4830
4831 * NEWS: Mention x86 assembler options to align branches for
4832 binutils 2.34.
4833
4834 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
4835
4836 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique
4837 only for ELF targets.
4838 * testsuite/gas/i386/unique.d: Don't xfail.
4839 * testsuite/gas/i386/x86-64-unique.d: Likewise.
4840
4841 2020-02-06 Alan Modra <amodra@gmail.com>
4842
4843 * testsuite/gas/i386/unique.d: xfail for non-elf targets.
4844 * testsuite/gas/i386/x86-64-unique.d: Likewise.
4845
4846 2020-02-06 Alan Modra <amodra@gmail.com>
4847
4848 * testsuite/gas/elf/section12a.d: Use supports_gnu_osabi in
4849 xfail, and rename test.
4850 * testsuite/gas/elf/section12b.d: Likewise.
4851 * testsuite/gas/elf/section16a.d: Likewise.
4852 * testsuite/gas/elf/section16b.d: Likewise.
4853
4854 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
4855
4856 PR gas/25380
4857 * config/obj-elf.c (section_match): Removed.
4858 (get_section): Also match SEC_ASSEMBLER_SECTION_ID and
4859 section_id.
4860 (obj_elf_change_section): Replace info and group_name arguments
4861 with match_p. Also update the section ID and flags from match_p.
4862 (obj_elf_section): Handle "unique,N". Update call to
4863 obj_elf_change_section.
4864 * config/obj-elf.h (elf_section_match): New.
4865 (obj_elf_change_section): Updated.
4866 * config/tc-arm.c (start_unwind_section): Update call to
4867 obj_elf_change_section.
4868 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
4869 * config/tc-microblaze.c (microblaze_s_data): Likewise.
4870 (microblaze_s_sdata): Likewise.
4871 (microblaze_s_rdata): Likewise.
4872 (microblaze_s_bss): Likewise.
4873 * config/tc-mips.c (s_change_section): Likewise.
4874 * config/tc-msp430.c (msp430_profiler): Likewise.
4875 * config/tc-rx.c (parse_rx_section): Likewise.
4876 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
4877 * doc/as.texi: Document "unique,N" in .section directive.
4878 * testsuite/gas/elf/elf.exp: Run "unique,N" tests.
4879 * testsuite/gas/elf/section15.d: New file.
4880 * testsuite/gas/elf/section15.s: Likewise.
4881 * testsuite/gas/elf/section16.s: Likewise.
4882 * testsuite/gas/elf/section16a.d: Likewise.
4883 * testsuite/gas/elf/section16b.d: Likewise.
4884 * testsuite/gas/elf/section17.d: Likewise.
4885 * testsuite/gas/elf/section17.l: Likewise.
4886 * testsuite/gas/elf/section17.s: Likewise.
4887 * testsuite/gas/i386/unique.d: Likewise.
4888 * testsuite/gas/i386/unique.s: Likewise.
4889 * testsuite/gas/i386/x86-64-unique.d: Likewise.
4890 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique.
4891
4892 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
4893
4894 * testsuite/gas/elf/section13.s: Replace @nobits with %nobits.
4895
4896 2020-02-01 Anthony Green <green@moxielogic.com>
4897
4898 * config/tc-moxie.c (md_begin): Don't force big-endian mode.
4899
4900 2020-01-31 Sandra Loosemore <sandra@codesourcery.com>
4901
4902 * config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
4903 %tls_ldo.
4904
4905 2020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
4906
4907 PR gas/25472
4908 * config/tc-arm.c (armv8m_main_ext_table): Refactored +dsp adding.
4909 (armv8_1m_main_ext_table): Refactored +dsp adding and enabled dsp for
4910 +mve.
4911 * testsuite/gas/arm/mve_dsp.d: New test.
4912
4913 2020-01-31 Nick Clifton <nickc@redhat.com>
4914
4915 * config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE
4916 rather than BFD_RELOC_NONE.
4917
4918 2020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4919
4920 * config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
4921 to support VLDMIA instruction for MVE.
4922 (fldmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VLDMDB
4923 instruction for MVE.
4924 (fstmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMIA
4925 instruction for MVE.
4926 (fstmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMDB
4927 instruction for MVE.
4928 * testsuite/gas/arm/mve-ldst.d: New test.
4929 * testsuite/gas/arm/mve-ldst.s: Likewise.
4930
4931 2020-01-31 Nick Clifton <nickc@redhat.com>
4932
4933 * po/fr.po: Updated French translation.
4934 * po/ru.po: Updated Russian translation.
4935
4936 2020-01-31 Richard Sandiford <richard.sandiford@arm.com>
4937
4938 * testsuite/gas/aarch64/sve-bfloat-movprfx.s: Use .h rather than
4939 .s for the movprfx.
4940 * testsuite/gas/aarch64/sve-bfloat-movprfx.d: Update accordingly.
4941 * testsuite/gas/aarch64/sve-movprfx_28.d,
4942 * testsuite/gas/aarch64/sve-movprfx_28.l,
4943 * testsuite/gas/aarch64/sve-movprfx_28.s: New test.
4944
4945 2020-01-30 Jan Beulich <jbeulich@suse.com>
4946
4947 * config/tc-i386.c (output_disp): Tighten base_opcode check.
4948 * testsuite/gas/i386/got.s: Add LSL, MOVLPS, and BNDCN cases.
4949 * testsuite/gas/i386/got-no-relax.d, testsuite/gas/i386/got.d:
4950 Adjust expectations.
4951
4952 2020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
4953
4954 * testsuite/gas/bpf/alu.d: Update expected opcode for `neg'.
4955 * testsuite/gas/bpf/alu-be.d: Likewise.
4956 * testsuite/gas/bpf/alu32.d: Likewise for `neg32'.
4957 * testsuite/gas/bpf/alu32-be.d: Likewise.
4958
4959 2020-01-30 Jan Beulich <jbeulich@suse.com>
4960
4961 * testsuite/gas/i386/x86-64-branch-2.s,
4962 testsuite/gas/i386/x86-64-branch-4.s,
4963 testsuite/gas/i386/x86-64-branch.s: Add RETW cases.
4964 * testsuite/gas/i386/ilp32/x86-64-branch.d,
4965 testsuite/gas/i386/x86-64-branch-2.d,
4966 testsuite/gas/i386/x86-64-branch-4.l,
4967 testsuite/gas/i386/x86-64-branch.d: Adjust expectations.
4968
4969 2020-01-30 Jan Beulich <jbeulich@suse.com>
4970
4971 * config/tc-i386.c (process_suffix): .
4972 testsuite/gas/i386/noreg64.s: Add IRET and LRET cases.
4973 testsuite/gas/i386/x86-64-opcode.s: Add suffix to IRET and LRET.
4974 Add LRETQ case.
4975 testsuite/gas/i386/x86-64-suffix.s: Drop IRET case without
4976 suffix.
4977 testsuite/gas/i386/x86_64.s: Add RETF cases.
4978 * testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
4979 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l,
4980 testsuite/gas/i386/x86-64-opcode.d,
4981 testsuite/gas/i386/x86-64-suffix-intel.d,
4982 testsuite/gas/i386/x86-64-suffix.d,
4983 testsuite/gas/i386/x86_64-intel.d
4984 testsuite/gas/i386/x86_64.d: Adjust expectations.
4985 * testsuite/gas/i386/x86-64-suffix.e,
4986 testsuite/gas/i386/x86_64.e: New.
4987
4988 2020-01-30 Jan Beulich <jbeulich@suse.com>
4989
4990 * config/tc-i386.c (process_suffix): Redo and move FLDENV et al
4991 special case.
4992
4993 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
4994
4995 PR binutils/25445
4996 * config/tc-i386.c (check_long_reg): Also convert to QWORD for
4997 movsxd.
4998 * doc/c-i386.texi: Add a node for AMD64 vs. Intel64 ISA
4999 differences. Document movslq and movsxd.
5000 * testsuite/gas/i386/i386.exp: Run PR binutils/25445 tests.
5001 * testsuite/gas/i386/x86-64-movsxd-intel.d: New file.
5002 * testsuite/gas/i386/x86-64-movsxd-intel64-intel.d: Likewise.
5003 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.l: Likewise.
5004 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.s: Likewise.
5005 * testsuite/gas/i386/x86-64-movsxd-intel64.d: Likewise.
5006 * testsuite/gas/i386/x86-64-movsxd-intel64.s: Likewise.
5007 * testsuite/gas/i386/x86-64-movsxd-inval.l: Likewise.
5008 * testsuite/gas/i386/x86-64-movsxd-inval.s: Likewise.
5009 * testsuite/gas/i386/x86-64-movsxd.d: Likewise.
5010 * testsuite/gas/i386/x86-64-movsxd.s: Likewise.
5011
5012 2020-01-27 Alan Modra <amodra@gmail.com>
5013
5014 * testsuite/gas/all/gas.exp: Replace case statements with switch
5015 statements.
5016 * testsuite/gas/elf/elf.exp: Likewise.
5017 * testsuite/gas/macros/macros.exp: Likewise.
5018 * testsuite/lib/gas-defs.exp: Likewise.
5019
5020 2020-01-27 Tamar Christina <tamar.christina@arm.com>
5021
5022 PR 25403
5023 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
5024 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
5025
5026 2020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
5027
5028 * testsuite/gas/riscv/march-ok-s.d: sx is no longer valid and
5029 s exts must be known, so rename *ok* to *fail*.
5030 * testsuite/gas/riscv/march-ok-sx.d: Likewise.
5031 * testsuite/gas/riscv/march-ok-s-with-version: Likewise.
5032 * testsuite/gas/riscv/march-fail-s.l: Expected error messages for
5033 above change.
5034 * testsuite/gas/riscv/march-fail-sx.l: Likewise.
5035 * testsuite/gas/riscv/march-fail-sx-with-version.l: Likewise.
5036
5037 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
5038
5039 PR gas/25438
5040 * config/tc-i386.c (check_long_reg): Always disallow double word
5041 suffix in mnemonic with word general register.
5042 * testsuite/gas/i386/general.s: Replace word general register
5043 with double word general register for movl.
5044 * testsuite/gas/i386/inval.s: Add tests for movl with word general
5045 register.
5046 * testsuite/gas/i386/general.l: Updated.
5047 * testsuite/gas/i386/inval.l: Likewise.
5048
5049 2020-01-22 Alan Modra <amodra@gmail.com>
5050
5051 * config/tc-ppc.c (parse_tls_arg): Handle tls arg for
5052 __tls_get_addr_desc and __tls_get_addr_opt.
5053
5054 2020-01-21 Jan Beulich <jbeulich@suse.com>
5055
5056 * testsuite/gas/i386/inval-crc32.s,
5057 testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
5058 * testsuite/gas/i386/inval-crc32.l,
5059 testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
5060
5061 2020-01-21 Jan Beulich <jbeulich@suse.com>
5062
5063 * config/tc-i386.c (process_suffix): Merge CRC32 handling into
5064 generic code path. Deal with No_lSuf being set in a template.
5065 * testsuite/gas/i386/inval-crc32.l,
5066 testsuite/gas/i386/x86-64-inval-crc32.l: Expect warning(s)
5067 instead of error(s) when operand size is ambiguous.
5068 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
5069 testsuite/gas/i386/noreg64.s: Add CRC32 tests.
5070 * testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg16.l,
5071 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg32.l,
5072 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l:
5073 Adjust expectations.
5074
5075 2020-01-21 Jan Beulich <jbeulich@suse.com>
5076
5077 * config/tc-i386.c (process_suffix): Drop SYSRET special case
5078 and an intel_syntax check. Re-write lack-of-suffix processing
5079 logic.
5080 * doc/c-i386.texi: Document operand size defaults for suffix-
5081 less AT&T syntax insns.
5082 * testsuite/gas/i386/bundle.s, testsuite/gas/i386/lock-1.s,
5083 testsuite/gas/i386/opcode.s, testsuite/gas/i386/sse3.s,
5084 testsuite/gas/i386/x86-64-avx-scalar.s,
5085 testsuite/gas/i386/x86-64-avx.s,
5086 testsuite/gas/i386/x86-64-bundle.s,
5087 testsuite/gas/i386/x86-64-intel64.s,
5088 testsuite/gas/i386/x86-64-lock-1.s,
5089 testsuite/gas/i386/x86-64-opcode.s,
5090 testsuite/gas/i386/x86-64-sse2avx.s,
5091 testsuite/gas/i386/x86-64-sse3.s: Add missing suffixes.
5092 * testsuite/gas/i386/nops.s, testsuite/gas/i386/sse-noavx.s,
5093 testsuite/gas/i386/x86-64-nops.s,
5094 testsuite/gas/i386/x86-64-ptwrite.s,
5095 testsuite/gas/i386/x86-64-simd.s,
5096 testsuite/gas/i386/x86-64-sse-noavx.s,
5097 testsuite/gas/i386/x86-64-suffix.s: Drop bogus suffix-less
5098 insns.
5099 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
5100 testsuite/gas/i386/noreg64.s: Add further tests.
5101 * testsuite/gas/i386/ilp32/x86-64-nops.d,
5102 testsuite/gas/i386/nops.d, testsuite/gas/i386/noreg16.d,
5103 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
5104 testsuite/gas/i386/sse-noavx.d,
5105 testsuite/gas/i386/x86-64-intel64.d,
5106 testsuite/gas/i386/x86-64-nops.d,
5107 testsuite/gas/i386/x86-64-opcode.d,
5108 testsuite/gas/i386/x86-64-ptwrite-intel.d,
5109 testsuite/gas/i386/x86-64-ptwrite.d,
5110 testsuite/gas/i386/x86-64-simd-intel.d,
5111 testsuite/gas/i386/x86-64-simd-suffix.d,
5112 testsuite/gas/i386/x86-64-simd.d,
5113 testsuite/gas/i386/x86-64-sse-noavx.d
5114 testsuite/gas/i386/x86-64-suffix.d,
5115 testsuite/gas/i386/x86-64-suffix-intel.d: Adjust expectations.
5116 * testsuite/gas/i386/noreg16.l, testsuite/gas/i386/noreg32.l,
5117 testsuite/gas/i386/noreg64.l: New.
5118 * testsuite/gas/i386/i386.exp: Run new tests.
5119
5120 2020-01-21 Jan Beulich <jbeulich@suse.com>
5121
5122 * testsuite/gas/i386/avx512_bf16_vl.s,
5123 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
5124 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
5125 broadcast forms of VCVTNEPS2BF16.
5126 * testsuite/gas/i386/avx512_bf16_vl.d,
5127 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
5128
5129 2020-01-20 Nick Clifton <nickc@redhat.com>
5130
5131 * po/uk.po: Updated Ukranian translation.
5132
5133 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
5134
5135 PR ld/25416
5136 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
5137 for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
5138 x32 object.
5139 * testsuite/gas/i386/ilp32/x32-tls.d: Updated.
5140 * testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
5141 R_X86_64_GOTPC32_TLSDESC relocation.
5142
5143 2020-01-18 Nick Clifton <nickc@redhat.com>
5144
5145 * configure: Regenerate.
5146 * po/gas.pot: Regenerate.
5147
5148 2020-01-18 Nick Clifton <nickc@redhat.com>
5149
5150 Binutils 2.34 branch created.
5151
5152 2020-01-17 H.J. Lu <hongjiu.lu@intel.com>
5153
5154 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
5155 with vex_encoding_vex.
5156 (parse_insn): Likewise.
5157 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
5158 and {vex3} documentation.
5159 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
5160 {vex}.
5161 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
5162
5163 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
5164
5165 PR 25376
5166 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
5167 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
5168 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
5169 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
5170 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
5171 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
5172
5173 2020-01-16 Jan Beulich <jbeulich@suse.com>
5174
5175 * config/tc-i386.c (match_template): Drop found_cpu_match local
5176 variable.
5177
5178 2020-01-16 Jan Beulich <jbeulich@suse.com>
5179
5180 * testsuite/gas/i386/avx512dq-inval.l,
5181 testsuite/gas/i386/avx512dq-inval.s: New.
5182 * testsuite/gas/i386/i386.exp: Run new test.
5183
5184 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5185
5186 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
5187 relocations when the target is 430X, except when extracting part of an
5188 expression.
5189 (msp430_srcoperand): Adjust comment.
5190 Initialize the expp member of the msp430_operand_s struct as
5191 appropriate.
5192 (msp430_dstoperand): Likewise.
5193 * testsuite/gas/msp430/msp430.exp: Run new test.
5194 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
5195 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
5196
5197 2020-01-15 Alan Modra <amodra@gmail.com>
5198
5199 * configure.tgt: Add sparc-*-freebsd case.
5200
5201 2020-01-14 Lili Cui <lili.cui@intel.com>
5202
5203 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
5204 * testsuite/gas/i386/align-branch-1b.d: Likewise.
5205 * testsuite/gas/i386/align-branch-1c.d: Likewise.
5206 * testsuite/gas/i386/align-branch-1d.d: Likewise.
5207 * testsuite/gas/i386/align-branch-1e.d: Likewise.
5208 * testsuite/gas/i386/align-branch-1f.d: Likewise.
5209 * testsuite/gas/i386/align-branch-1g.d: Likewise.
5210 * testsuite/gas/i386/align-branch-1h.d: Likewise.
5211 * testsuite/gas/i386/align-branch-1i.d: Likewise.
5212 * testsuite/gas/i386/align-branch-5.d: Likewise.
5213 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
5214 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
5215 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
5216 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
5217 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
5218 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
5219 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
5220 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
5221 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
5222 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
5223 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
5224 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
5225
5226 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
5227
5228 PR 25377
5229 * config/tc-z80.c: Add support for half precision, single
5230 precision and double precision floating point values.
5231 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
5232 * doc/as.texi: Add new z80 command line options.
5233 * doc/c-z80.texi: Document new z80 command line options.
5234 * testsuite/gas/z80/ez80_pref_dis.s: New test.
5235 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
5236 * testsuite/gas/z80/z80.exp: Run the new test.
5237 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
5238 * testsuite/gas/z80/fp_zeda32.d: Likewise.
5239 * testsuite/gas/z80/strings.d: Update expected output.
5240
5241 2020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
5242
5243 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
5244 dependency.
5245
5246 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
5247
5248 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
5249 the CPU.
5250 * config/tc-arc.h: Add header if/defs.
5251 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
5252
5253 2020-01-13 Alan Modra <amodra@gmail.com>
5254
5255 * testsuite/gas/wasm32/allinsn.d: Update expected output.
5256
5257 2020-01-13 Alan Modra <amodra@gmail.com>
5258
5259 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
5260 insertion.
5261
5262 2020-01-10 Alan Modra <amodra@gmail.com>
5263
5264 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
5265 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
5266
5267 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
5268
5269 PR 25224
5270 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
5271 opcode byte values.
5272 (emit_ld_r_r): Likewise.
5273 (emit_ld_rr_m): Likewise.
5274 (emit_ld_rr_nn): Likewise.
5275
5276 2020-01-09 Jan Beulich <jbeulich@suse.com>
5277
5278 * config/tc-i386.c (optimize_encoding): Add
5279 is_any_vex_encoding() invocations. Drop respective
5280 i.tm.extension_opcode == None checks.
5281
5282 2020-01-09 Jan Beulich <jbeulich@suse.com>
5283
5284 * config/tc-i386.c (md_assemble): Check RegRex is clear during
5285 REX transformations. Correct comment indentation.
5286
5287 2020-01-09 Jan Beulich <jbeulich@suse.com>
5288
5289 * config/tc-i386.c (optimize_encoding): Generalize register
5290 transformation for TEST optimization.
5291
5292 2020-01-09 Jan Beulich <jbeulich@suse.com>
5293
5294 * testsuite/gas/i386/x86-64-sysenter-amd.s,
5295 testsuite/gas/i386/x86-64-sysenter-amd.d,
5296 testsuite/gas/i386/x86-64-sysenter-amd.l,
5297 testsuite/gas/i386/x86-64-sysenter-intel.d,
5298 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
5299 * testsuite/gas/i386/i386.exp: Run new tests.
5300
5301 2020-01-08 Nick Clifton <nickc@redhat.com>
5302
5303 PR 25284
5304 * doc/as.texi (Align): Document the fact that all arguments can be
5305 omitted.
5306 (Balign): Likewise.
5307 (P2align): Likewise.
5308
5309 2020-01-08 Nick Clifton <nickc@redhat.com>
5310
5311 PR 14891
5312 * config/obj-elf.c (obj_elf_section): Fail if the section name is
5313 already defined as a different symbol type.
5314 * testsuite/gas/elf/pr14891.s: New test source file.
5315 * testsuite/gas/elf/pr14891.d: New test driver.
5316 * testsuite/gas/elf/pr14891.s: New test expected error output.
5317 * testsuite/gas/elf/elf.exp: Run the new test.
5318
5319 2020-01-08 Alan Modra <amodra@gmail.com>
5320
5321 * config/tc-z8k.c (md_begin): Make idx unsigned.
5322 (get_specific): Likewise for this_index.
5323
5324 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
5325
5326 * onfig/tc-arc.c (parse_reloc_symbol): New function.
5327 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
5328 (md_operand): Set X_md to absent.
5329 (arc_parse_name): Check for X_md.
5330
5331 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
5332
5333 PR 25311
5334 * as.h (TC_STRING_ESCAPES): Provide a default definition.
5335 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
5336 NO_STRING_ESCAPES.
5337 * read.c (next_char_of_string): Likewise.
5338 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
5339 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
5340
5341 2020-01-03 Nick Clifton <nickc@redhat.com>
5342
5343 * po/sv.po: Updated Swedish translation.
5344
5345 2020-01-03 Jan Beulich <jbeulich@suse.com>
5346
5347 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
5348 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
5349
5350 2020-01-03 Jan Beulich <jbeulich@suse.com>
5351
5352 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
5353 by-element usdot. Add 64-bit form tests for by-element sudot.
5354 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
5355
5356 2020-01-03 Jan Beulich <jbeulich@suse.com>
5357
5358 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
5359 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
5360
5361 2020-01-03 Jan Beulich <jbeulich@suse.com>
5362
5363 * testsuite/gas/aarch64/f64mm.d,
5364 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
5365
5366 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
5367
5368 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
5369 support for assembler code generated by SDCC. Add new relocation
5370 types. Add z80-elf target support.
5371 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
5372 labels. Local labels starts from ".L".
5373 * NEWS: Mention the new support.
5374 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
5375 * testsuite/gas/all/fwdexp.s: Likewise.
5376 * testsuite/gas/all/cond.l: Likewise.
5377 * testsuite/gas/all/cond.s: Likewise.
5378 * testsuite/gas/all/fwdexp.d: Likewise.
5379 * testsuite/gas/all/fwdexp.s: Likewise.
5380 * testsuite/gas/elf/section2.e-mips: Likewise.
5381 * testsuite/gas/elf/section2.l: Likewise.
5382 * testsuite/gas/elf/section2.s: Likewise.
5383 * testsuite/gas/macros/app1.d: Likewise.
5384 * testsuite/gas/macros/app1.s: Likewise.
5385 * testsuite/gas/macros/app2.d: Likewise.
5386 * testsuite/gas/macros/app2.s: Likewise.
5387 * testsuite/gas/macros/app3.d: Likewise.
5388 * testsuite/gas/macros/app3.s: Likewise.
5389 * testsuite/gas/macros/app4.d: Likewise.
5390 * testsuite/gas/macros/app4.s: Likewise.
5391 * testsuite/gas/macros/app4b.s: Likewise.
5392 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
5393 * testsuite/gas/z80/z80.exp: Add new tests
5394 * testsuite/gas/z80/dollar.d: New file.
5395 * testsuite/gas/z80/dollar.s: New file.
5396 * testsuite/gas/z80/ez80_adl_all.d: New file.
5397 * testsuite/gas/z80/ez80_adl_all.s: New file.
5398 * testsuite/gas/z80/ez80_adl_suf.d: New file.
5399 * testsuite/gas/z80/ez80_isuf.s: New file.
5400 * testsuite/gas/z80/ez80_z80_all.d: New file.
5401 * testsuite/gas/z80/ez80_z80_all.s: New file.
5402 * testsuite/gas/z80/ez80_z80_suf.d: New file.
5403 * testsuite/gas/z80/r800_extra.d: New file.
5404 * testsuite/gas/z80/r800_extra.s: New file.
5405 * testsuite/gas/z80/r800_ii8.d: New file.
5406 * testsuite/gas/z80/r800_z80_doc.d: New file.
5407 * testsuite/gas/z80/z180.d: New file.
5408 * testsuite/gas/z80/z180.s: New file.
5409 * testsuite/gas/z80/z180_z80_doc.d: New file.
5410 * testsuite/gas/z80/z80_doc.d: New file.
5411 * testsuite/gas/z80/z80_doc.s: New file.
5412 * testsuite/gas/z80/z80_ii8.d: New file.
5413 * testsuite/gas/z80/z80_ii8.s: New file.
5414 * testsuite/gas/z80/z80_in_f_c.d: New file.
5415 * testsuite/gas/z80/z80_in_f_c.s: New file.
5416 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
5417 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
5418 * testsuite/gas/z80/z80_out_c_0.d: New file.
5419 * testsuite/gas/z80/z80_out_c_0.s: New file.
5420 * testsuite/gas/z80/z80_reloc.d: New file.
5421 * testsuite/gas/z80/z80_reloc.s: New file.
5422 * testsuite/gas/z80/z80_sli.d: New file.
5423 * testsuite/gas/z80/z80_sli.s: New file.
5424
5425 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
5426
5427 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
5428 REGLIST_RN.
5429
5430 2020-01-01 Alan Modra <amodra@gmail.com>
5431
5432 Update year range in copyright notice of all files.
5433
5434 For older changes see ChangeLog-2019
5435 \f
5436 Copyright (C) 2020 Free Software Foundation, Inc.
5437
5438 Copying and distribution of this file, with or without modification,
5439 are permitted in any medium without royalty provided the copyright
5440 notice and this notice are preserved.
5441
5442 Local Variables:
5443 mode: change-log
5444 left-margin: 8
5445 fill-column: 74
5446 version-control: never
5447 End:
This page took 0.149302 seconds and 4 git commands to generate.