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