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