]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
f3be70df
NC
12021-12-16 Nick Clifton <nickc@redhat.com>
2
3 PR 28686
4 * config/tc-avr.h (tc_fix_adjustable): Define.
5 * config/tc-avr.c (avr_fix_adjustable): New function.
6 * testsuite/gas/all/gas.exp: Skip tests that need adjustable fixups.
7 * testsuite/gas/elf/elf.exp: Likewise.
8 * testsuite/gas/avr/diffreloc_withrelax.d: Adjust expected output.
9 * testsuite/gas/avr/pc-relative-reloc.d: Adjust expected output.
10
4780e5e4
TV
112021-11-26 Tom de Vries <tdevries@suse.de>
12
13 PR 28629
14 * dwarf2dbg.c (out_dir_and_file_list): When copying file 1 to file 0,
15 also copy dir and md5 fields.
16 * testsuite/gas/i386/dwarf5-line-4.d: Adjust expected output.
17
578c64a4
NC
182021-11-18 Nick Clifton <nickc@redhat.com>
19
20 * as.c (parse_args): Add support for --multibyte-handling.
21 * as.h (multibyte_handling): Declare.
22 * app.c (scan_for_multibyte_characters): New function.
23 (do_scrub_chars): Call the new function if multibyte warning is
24 enabled.
25 * input-scrub,c (input_scrub_next_buffer): Call the multibyte
26 scanning function if multibyte warnings are enabled.
27 * symbols.c (struct symbol_flags): Add multibyte_warned bit.
28 (symbol_init): Call the multibyte scanning function if multibyte
29 symbol warnings are enabled.
30 (S_SET_SEGMENT): Likewise.
31 * NEWS: Mention the new feature.
32 * doc/as.texi: Document the new feature.
33 * testsuite/gas/all/multibyte.s: New test source file.
34 * testsuite/gas/all/multibyte1.d: New test driver file.
35 * testsuite/gas/all/multibyte1.l: New test expected output.
36 * testsuite/gas/all/multibyte2.d: New test driver file.
37 * testsuite/gas/all/multibyte2.l: New test expected output.
38 * testsuite/gas/all/gas.exp: Run the new tests.
39
f9402cca
EB
402021-11-15 Eric Botcazou <ebotcazou@adacore.com>
41
42 * doc/as.texi (File): Update description of .file 0 directive.
43 * dwarf2dbg.c (get_directory_table_entry): Remove obsolete comment
44 and pass file0_dirname in recursive call.
45 (allocate_filename_to_slot): Deal with a full path in the file name
46 if the index number is 0.
47 * testsuite/gas/elf/dwarf-5-file0.d: Fix pasto.
48 * testsuite/gas/elf/dwarf-5-file0-2.d: Likewise.
49 * testsuite/gas/elf/dwarf-5-file0-3.d: New file.
50 * testsuite/gas/elf/dwarf-5-file0-3.s: Likewise.
51 * testsuite/gas/elf/elf.exp: Run dwarf-5-file0-3.
52
d6dc01ba
MK
532021-10-28 Markus Klein <markus.klein@sma.de>
54
55 PR 28436
56 * config/tc-arm.c (do_vfp_nsyn_push_pop_check): New function.
57 (do_vfp_nsyn_pop): Use the new function.
58 (do_vfp_nsyn_push): Use the new function.
59 * testsuite/gas/arm/v8_1m-mve.s: Add new instructions.
60 * testsuite/gas/arm/v8_1m-mve.d: Updated expected disassembly.
61
b9004024
NA
622021-09-27 Nick Alcock <nick.alcock@oracle.com>
63
64 * configure: Regenerate.
65
4d5d5d46
PB
662021-09-25 Peter Bergner <bergner@linux.ibm.com>
67
68 * testsuite/gas/ppc/power5.s: New test.
69 * testsuite/gas/ppc/power5.d: Likewise.
70 * testsuite/gas/ppc/ppc.exp: Run it.
71 * testsuite/gas/ppc/power7.s: Remove tests for mfppr, mfppr32, mtppr
72 and mtppr32.
73 * testsuite/gas/ppc/power7.d: Likewise.
74
5a2947cf
JB
752021-09-13 Jan Beulich <jbeulich@suse.com>
76
77 * config/tc-ia64.c (cross_section): Use obj_elf_section_name to
78 parse the section name.
16849591 79 * config/tc-mips.c (s_change_section): Likewise.
5a2947cf 80
718aefcf
NC
812021-09-02 Nick Clifton <nickc@redhat.com>
82
83 PR 28292
84 * config/tc-v850.c (handle_lo16): Also accept
85 BFD_RELOC_V850_LO16_SPLIT_OFFSET.
86 * testsuite/gas/v850/split-lo16.s: Add extra line.
87 * testsuite/gas/v850/split-lo16.d: Update expected disassembly.
88
12612c24
DG
892021-08-11 Darius Galis <darius.galis@cyberthorstudios.com>
90
91 * config/rx-parse.y (DECNT): Fixed typo.
92 * testsuite/gas/rx/dpopm.sm (DECNT): Fixed typo.
93 * testsuite/gas/rx/dpushm.sm (DECNT): Fixed typo.
94 * testsuite/gas/rx/macros.inc (DECNT): Fixed typo.
95
5393ca68
NC
962021-08-11 Nick Clifton <nickc@redhat.com>
97
98 PR 28215
99 * config/tc-csky.c (md_apply_fix): Correctly handle a fixup that
100 involves an overlarge constant.
101
d86d1fc7
MJ
1022021-08-11 Matt Jacobson <mhjacobson@me.com>
103
104 * config/tc-avr.c (enum options): Add option flag.
105 (struct option): Add option -mno-dollar-line-separator.
106 (md_parse_option): Adjust treatment of $ when option is present.
107 (usage): Mention the new option.
108 * config/tc-avr.h: Use avr_line_separator_chars.
109 * doc/c-avr.texi: Document the new option.
110
bda3d9fb
NC
1112021-08-11 Nick Clifton <nickc@redhat.com>
112
113 * config/tc-tic4x.c (tic4x_gen_to_words): Fix typo.
114
3ee0cd9e
NC
1152021-08-10 Nick Clifton <nickc@redhat.com>
116
117 * po/ru.po: Updated Russian translation.
118
3417bfca
NC
1192021-08-09 Nick Clifton <nickc@redhat.com>
120
121 * dwarf2dbg.c (get_directory_table_entry): Ensure that dir[0]
122 contains current working directory.
123 (out_dir_and_file_list): Likewise.
124 * testsuite/gas/elf/dwarf-5-dir0.s: New test source file.
125 * testsuite/gas/elf/dwarf-5-dir0.d: New test driver.
126 * testsuite/gas/elf/elf.exp: Run the new test.
127 * testsuite/gas/elf/dwarf-5-file0.d: Adjust expected output.
128 * testsuite/gas/i386/dwarf5-line-1.d: Likewise.
129 * testsuite/gas/i386/dwarf5-line-2.d: Likewise.
130
9cce9fab
AM
1312021-07-14 Alan Modra <amodra@gmail.com>
132
133 * write.c (TC_VALIDATE_FIX_SUB): Default to 0.
134 * config/tc-hppa.h (TC_VALIDATE_FIX_SUB): Define.
135 * config/tc-microblaze.h (TC_VALIDATE_FIX_SUB): Define.
136 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define for ECOFF.
137 * config/tc-ppc.h (TC_VALIDATE_FIX_SUB): Don't define for ELF.
138 Do define for XCOFF.
139
51d29b8c
CC
1402021-07-14 Clément Chigot <clement.chigot@atos.net>
141
142 * config/tc-ppc.c (ppc_change_debug_section): Update to
143 match new name's field.
144
ef744040
T
1452021-07-12 Tucker <tuckkern@sourceware@gmail.com>
146
147 PR 28054
148 * config/obj-elf.c (obj_elf_change_section): Set the
149 SEF_ELF_OCTETS flag on debug sections.
150
b180e829
AK
1512021-06-07 Andreas Krebbel <krebbel@linux.ibm.com>
152
153 * testsuite/gas/s390/zarch-arch14.d: Add qpaci.
154 * testsuite/gas/s390/zarch-arch14.s: Add qpaci.
155
ffa5352c
NC
1562021-07-07 Nick Clifton <nickc@redhat.com>
157
158 PR 28051
159 * config/tc-i386.c (offset_in_range): Reformat error messages in
160 order to fix problems when translating.
161 (md_assemble): Likewise.
162 * messages.c (as_internal_value_out_of_range): Likewise.
163 * read.c (emit_expr_with_reloc): Likewise.
164 * testsuite/gas/all/overflow.l Change expected output format.
165 * po/gas.pot: Regenerate.
166
346d80ef
NC
1672021-07-03 Nick Clifton <nickc@redhat.com>
168
169 * configure: Regenerate.
170 * po/gas.pot: Regenerate.
171
51419248
NC
1722021-07-03 Nick Clifton <nickc@redhat.com>
173
174 * 2.37 release branch created.
175
62194b63
AM
1762021-07-02 Alan Modra <amodra@gmail.com>
177
178 * config/tc-nds32.c (nds32_keyword_gpr): Don't declare.
179 (md_begin): Constify k.
180
af82b082
NC
1812021-07-02 Nick Clifton <nickc@redhat.com>
182
183 * config/tc-nds32.c: Change all references of keyword_gpr to
184 nds32_keyword_gpr.
185
52b83874
MF
1862021-07-01 Mike Frysinger <vapier@gentoo.org>
187
188 * config/tc-microblaze.c (md_begin): Make opcode const. Rename
189 opcodes to microblaze_opcodes.
190
6c2ede01
MF
1912021-07-01 Mike Frysinger <vapier@gentoo.org>
192
193 * config/tc-aarch64.c (struct templates): Make opcode const.
194 (md_assemble): Likewise.
195 (fill_instruction_hash_table): Likewise.
196
1daf786b
CC
1972021-06-24 Clément Chigot <clement.chigot@atos.net>
198
199 * config/tc-ppc.c (md_assemble): Update ppc_current_csect
200 alignment when finding prefixed instructions.
201
ded5cb94
AM
2022021-06-22 Alan Modra <amodra@gmail.com>
203
204 * config/tc-pj.c (md_apply_fix): Apply PJ_CODE_REL32 relocs.
205 * testsuite/gas/pj/ops.s: Update jsr, ret, getstatic,
206 putstatic, getfield, putfield, invokevirtual, invokespecial,
207 invokestatic, invokeinterface, goto_w, jsr_w assembly. Delete
208 version 1 picojava opcodes.
209 * testsuite/gas/pj/ops.d: Match expected output.
210
03e689aa
AM
2112021-06-19 Alan Modra <amodra@gmail.com>
212
213 * config/tc-z80.c (signed_overflow, unsigned_overflow): Avoid UB.
214
43f71bc5
AM
2152021-06-19 Alan Modra <amodra@gmail.com>
216
217 * testsuite/gas/ppc/raw.s: Use 0 as pli constant.
218 * testsuite/gas/ppc/raw.d: Update to suit.
219
162c6aef
JB
2202021-06-18 Jan Beulich <jbeulich@suse.com>
221
222 * expr.c (symbol_lookup_or_make): New.
223 (operand): Use it.
224 * testsuite/gas/elf/startof.s, testsuite/gas/elf/startof.d: New.
225 * testsuite/gas/elf/elf.exp: Run new test.
226
96cbfd9f
NC
2272021-06-17 Nick Clifton <nickc@redhat.com>
228
229 PR 27904
230 * config/tc-aarch64.c (ldst_lo12_determine_real_reloc_type):
231 Generate a syntax error message if the reloc qualifier does not
232 match the instruction's size.
233
bcf84703
CC
2342021-06-17 Clément Chigot <clement.chigot@atos.net>
235
236 * config/tc-ppc.c (md_begin): Create bss section with dummy
237 symbol.
238 (ppc_frob_symbol): Output XTY_CM for bss csects.
239 (ppc_fix_adjustable): Adjust condition to avoid bss csects.
240
3478a63d
CC
2412021-06-17 Clément Chigot <clement.chigot@atos.net>
242
243 * config/tc-ppc.c (md_apply_fix): Adjust addend to nullify
244 section contents for BFD_RELOC_PPC_TLSM or
245 BFD_RELOC_PPC64_TLSM.
246 * testsuite/gas/ppc/xcoff-tlsm-32.d: New test.
247 * testsuite/gas/ppc/xcoff-tlsm-64.d: New test.
248 * testsuite/gas/ppc/xcoff-tlsm.s: New test.
249 * testsuite/gas/ppc/aix.exp: Run new tests.
250
bb32eac5
JB
2512021-06-16 Jan Beulich <jbeulich@suse.com>
252
253 * read.c (parse_one_float): New.
254 (s_float_space, float_cons): Use it.
255 * testsuite/gas/all/float.s: Add .dc.*, .dcb.*, and .ds.* cases.
256
4504a634
JB
2572021-06-16 Jan Beulich <jbeulich@suse.com>
258
259 * read.c (emit_expr_with_reloc): Adjust overflow check. Drop
260 hibit local variable.
261 * write.c (fixup_segment): Differentiate signed and non-signed
262 relocs in overflow check.
263 * testsuite/gas/all/overflow.s,
264 testsuite/gas/all/overflow.l: New.
265 * testsuite/gas/all/gas.exp: Run new test.
266
b00af7c8
JB
2672021-06-15 Jan Beulich <jbeulich@suse.com>
268
269 * config/tc-i386.c (md_show_usage): Split ELF and PE/COFF parts
270 of object format controlling option. Add Mach-O to the latter.
271 * testsuite/gas/i386/i386.exp (gas_bfd64_check): Adjust
272 accordingly.
273
2f2be86b
JB
2742021-06-15 Jan Beulich <jbeulich@suse.com>
275
276 * config/tc-i386.c (disp16, disp32, disp32s): Delete.
277 (optimize_disp, i386_finalize_displacement): Use
278 operand_type_and_not.
279 (build_modrm_byte): Likewise. Eliminate local variable newdisp.
280
64965897
JB
2812021-06-15 Jan Beulich <jbeulich@suse.com>
282
283 * config/tc-i386.c (offset_in_range): Bail early when mask would
284 cover all bits anyway.
285
a50187b2
JB
2862021-06-15 Jan Beulich <jbeulich@suse.com>
287
288 * config/tc-i386.c (optimize_disp): Generalize disp32 part of
289 the BFD64-only logic to also apply to non-64-bit code.
290 (i386_finalize_displacement): Use extend_to_32bit_address for
291 non-64-bit code. Drop now redundant O_constant checks.
292 * testsuite/gas/i386/disp-imm-32.s,
293 testsuite/gas/i386/disp-imm-32.d: New.
294 * testsuite/gas/i386/i386.exp: Run new test.
295
86f04146
JB
2962021-06-15 Jan Beulich <jbeulich@suse.com>
297
298 * config/tc-i386.c (offset_in_range): Replace uses of
299 bfd_sprintf_vma.
300
4fe51f7d
JB
3012021-06-15 Jan Beulich <jbeulich@suse.com>
302
303 * config/tc-i386.c (offset_in_range): Adjust conditional.
304 * testsuite/gas/i386/disp-imm-16.s,
305 testsuite/gas/i386/disp-imm-16.l,
306 testsuite/gas/i386/disp-imm-64.s,
307 testsuite/gas/i386/disp-imm-64.l: New.
308 * testsuite/gas/i386/i386.exp: Run new tests.
309
cc0f9635
JB
3102021-06-15 Jan Beulich <jbeulich@suse.com>
311
312 * config/tc-i386.c (i386_att_operand): Re-introduce (now
313 properly named) parens_not_balanced.
314 * testsuite/gas/i386/sib.s: Add more cases.
315 * testsuite/gas/i386/sib.d, testsuite/gas/i386/sib-intel.d:
316 Adjust expectations.
317
987610f2
JB
3182021-06-14 Jan Beulich <jbeulich@suse.com>
319
320 * read.c (emit_expr_with_reloc): Fold three as_warn().
321
4981807e
JB
3222021-06-14 Jan Beulich <jbeulich@suse.com>
323
324 * doc/internals.texi (TC_ADDRESS_BYTES): Mention generic default.
325 * read.c (potable, cons_worker): Drop TC_ADDRESS_BYTES
326 conditional.
327
2748c1b1
L
3282021-06-11 H.J. Lu <hongjiu.lu@intel.com>
329
330 * config/tc-i386.c (x86_cons): Handle GOT/PLT relocations only
331 if needed.
332 * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Always define.
333
28b2963f
NC
3342021-06-11 Nelson Chu <nelson.chu@sifive.com>
335
336 * config/tc-riscv.c (riscv_set_arch): Call riscv_set_rvc
337 and riscv_set_rve both for -march and elf attributes.
338 (riscv_after_parse_args): Likewise.
339
1db66fb6
JB
3402021-06-10 Jan Beulich <jbeulich@suse.com>
341
342 * config/tc-arm.c (do_bfloat_vfma): Rename index to idx.
343 (do_vusdot): Likewise.
344 (do_vsudot): Likewise.
345 (check_cde_operand): Likewise.
346 (do_vdot): Likewise.
347
e925962f
JB
3482021-06-10 Jan Beulich <jbeulich@suse.com>
349
350 * config/tc-arm.c (reg_expected_msgs): Add REG_TYPE_ZR entry.
351
7772f168
JB
3522021-06-10 Jan Beulich <jbeulich@suse.com>
353
354 * config/tc-i386.c (optimize_encoding): Suppress LEA conversion
355 when it would grow code size in 16-bit mode.
356 * testsuite/gas/i386/lea16-optimize.d: Adjust expectations.
357 * testsuite/gas/i386/lea16-optimize2.d: New.
358 * testsuite/gas/i386/i386.exp: Run new test.
359
7c757f41
JB
3602021-06-08 Jan Beulich <jbeulich@suse.com>
361
362 * testsuite/gas/i386/quoted.d, testsuite/gas/i386/wrap32-text.d:
363 Adjust expectations.
364 * testsuite/gas/i386/wrap32-data.d: Likewise. Correct name.
365
7e96fb68
JB
3662021-06-08 Jan Beulich <jbeulich@suse.com>
367
368 * config/tc-i386.c (optimize_imm): Use fits_in_unsigned_word
369 and fits_in_unsigned_long.
370
cd613c1f
JB
3712021-06-08 Jan Beulich <jbeulich@suse.com>
372
373 * config/tc-i386.c (optimize_disp): Use fits_in_unsigned_word
374 and fits_in_unsigned_long. Combine if()s.
375
77c59789
JB
3762021-06-08 Jan Beulich <jbeulich@suse.com>
377
378 * config/tc-i386.c (optimize_disp): Write back updated value.
379 * testsuite/gas/i386/lea16.s, testsuite/gas/i386/lea64.s: New
380 cases.
381 * testsuite/gas/i386/lea16-optimize.d,
382 testsuite/gas/i386/lea64.d, testsuite/gas/i386/lea64-optimize.d:
383 Adjust expectations.
384 * testsuite/gas/i386/lea16.d: New.
385 * testsuite/gas/i386/i386.exp: Run new test.
386
f185acdd
JB
3872021-06-08 Jan Beulich <jbeulich@suse.com>
388
389 * config/tc-i386.c (optimize_disp): Drop redundant masking.
390 Re-order.
391
6b5ba0d4
JB
3922021-06-07 Jan Beulich <jbeulich@suse.com>
393
394 * config/tc-i386.c (i386_att_operand): Re-write handling of
395 vector operations operand suffix.
396 * testsuite/gas/i386/unary.s: Add more cases.
397 * testsuite/gas/i386/unary.d: Adjust expectations.
398
e68c3d59
JB
3992021-06-07 Jan Beulich <jbeulich@suse.com>
400
401 * config/tc-i386.c (parse_operands): Reduce scope of
402 paren_not_balanced, to match the new in_quotes. Skip over quoted
403 regions of operands.
404 (i386_att_operand): Remove (mis-named) parens_balanced. Respect
405 double quote.
406 * testsuite/gas/i386/unary.s: Add more cases.
407 * testsuite/gas/i386/unary.d: Adjust expectations.
408
014fbcda
JB
4092021-06-07 Jan Beulich <jbeulich@suse.com>
410
411 * config/tc-i386.c (digit_chars, is_digit_char): Delete.
412 (md_begin): Fold digit and lower-case letter handling.
413 (starts_memory_operand): Permit more characters.
414 * testsuite/gas/i386/unary.s, testsuite/gas/i386/unary.d: New.
415 * testsuite/gas/i386/i386.exp: Run new test.
416
9d299bea
JB
4172021-06-07 Jan Beulich <jbeulich@suse.com>
418
419 * config/tc-i386.c (starts_memory_operand): New.
420 (i386_att_operand): Use it.
421 * testsuite/gas/i386/quoted.s, testsuite/gas/i386/quoted.d: New.
422 * testsuite/gas/i386/i386.exp: Run new test.
423
c8d541e2
JB
4242021-06-07 Jan Beulich <jbeulich@suse.com>
425
426 * config/tc-i386.c (i386_att_operand): Flip checking for '*' and
427 start-of-expression. Don't permit '*' when one was already seen.
428
98ff9f1c
JB
4292021-06-07 Jan Beulich <jbeulich@suse.com>
430
431 * config/tc-i386.c (parse_operands): Don't check for matched
432 square brackets.
433
f70c6814
JB
4342021-06-07 Jan Beulich <jbeulich@suse.com>
435
436 * config/tc-i386.c (check_VecOperations): Remove 2nd parameter.
437 (i386_att_operand): Adjust calls to check_VecOperations.
438 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
439
4e014f6a
JB
4402021-06-07 Jan Beulich <jbeulich@suse.com>
441
442 * config/tc-i386.c (i386_immediate): Don't call check_VecOperations.
443
a442cac5
JB
4442021-06-07 Jan Beulich <jbeulich@suse.com>
445
446 * config/tc-i386.c (extend_to_32bit_address): New.
447 (x86_cons, i386_finalize_immediate, md_apply_fix): Use it.
448 (signed_cons): Use object_64bit.
449 * testsuite/gas/i386/wrap32.s, testsuite/gas/i386/wrap32-data.d,
450 testsuite/gas/i386/wrap32-text.d: New.
451 * testsuite/gas/i386/i386.exp: Run new tests.
452
a38d1396
AM
4532021-06-03 Alan Modra <amodra@gmail.com>
454
455 PR 1202
456 * testsuite/gas/mcore/allinsn.d: Correct loopt expected output.
457
1ff6a3b8
AM
4582021-05-29 Alan Modra <amodra@gmail.com>
459
460 * testsuite/gas/ppc/raw.s,
461 * testsuite/gas/ppc/raw.d: New test.
462 * testsuite/gas/ppc/ppc.exp: Run it.
463
28b7d4f1
MR
4642021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
465
466 * testsuite/gas/mips/c0.d: New test.
467 * testsuite/gas/mips/mips1@c0.d: New test.
468 * testsuite/gas/mips/mips2@c0.d: New test.
469 * testsuite/gas/mips/mips3@c0.d: New test.
470 * testsuite/gas/mips/mips4@c0.d: New test.
471 * testsuite/gas/mips/mips5@c0.d: New test.
472 * testsuite/gas/mips/mips32@c0.d: New test.
473 * testsuite/gas/mips/mips64@c0.d: New test.
474 * testsuite/gas/mips/r3000@c0.d: New test.
475 * testsuite/gas/mips/r3900@c0.d: New test.
476 * testsuite/gas/mips/r4000@c0.d: New test.
477 * testsuite/gas/mips/vr5400@c0.d: New test.
478 * testsuite/gas/mips/r5900@c0.d: New test.
479 * testsuite/gas/mips/sb1@c0.d: New test.
480 * testsuite/gas/mips/interaptiv-mr2@c0.d: New test.
481 * testsuite/gas/mips/octeon@c0.d: New test.
482 * testsuite/gas/mips/xlr@c0.d: New test.
483 * testsuite/gas/mips/c1.d: New test.
484 * testsuite/gas/mips/mips1@c1.d: New test.
485 * testsuite/gas/mips/mips2@c1.d: New test.
486 * testsuite/gas/mips/mips3@c1.d: New test.
487 * testsuite/gas/mips/mips4@c1.d: New test.
488 * testsuite/gas/mips/mips5@c1.d: New test.
489 * testsuite/gas/mips/mips32@c1.d: New test.
490 * testsuite/gas/mips/mips64@c1.d: New test.
491 * testsuite/gas/mips/mipsr6@c1.d: New test.
492 * testsuite/gas/mips/r3000@c1.d: New test.
493 * testsuite/gas/mips/r3900@c1.d: New test.
494 * testsuite/gas/mips/r4000@c1.d: New test.
495 * testsuite/gas/mips/vr5400@c1.d: New test.
496 * testsuite/gas/mips/r5900@c1.d: New test.
497 * testsuite/gas/mips/sb1@c1.d: New test.
498 * testsuite/gas/mips/interaptiv-mr2@c1.d: New test.
499 * testsuite/gas/mips/octeon@c1.d: New test.
500 * testsuite/gas/mips/xlr@c1.d: New test.
501 * testsuite/gas/mips/c2.d: New test.
502 * testsuite/gas/mips/vr5400@c2.d: New test.
503 * testsuite/gas/mips/r5900@c2.d: New test.
504 * testsuite/gas/mips/octeon@c2.d: New test.
505 * testsuite/gas/mips/c3.d: New test.
506 * testsuite/gas/mips/mips1@c3.d: New test.
507 * testsuite/gas/mips/mips2@c3.d: New test.
508 * testsuite/gas/mips/mips32@c3.d: New test.
509 * testsuite/gas/mips/r3000@c3.d: New test.
510 * testsuite/gas/mips/r3900@c3.d: New test.
511 * testsuite/gas/mips/c0.l: New test stderr output.
512 * testsuite/gas/mips/c2.l: New test stderr output.
513 * testsuite/gas/mips/c3.l: New test stderr output.
514 * testsuite/gas/mips/c0.s: New test source.
515 * testsuite/gas/mips/c1.s: New test source.
516 * testsuite/gas/mips/c2.s: New test source.
517 * testsuite/gas/mips/c3.s: New test source.
518 * testsuite/gas/mips/mips.exp: Run the new tests.
519
4c67fb41
MR
5202021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
521
522 * testsuite/gas/mips/mips.exp: Run RFE test across all ISAs.
523 * testsuite/gas/mips/rfe.d: Update for ISA exclusions.
524 * testsuite/gas/mips/mips1@rfe.d: New test.
525 * testsuite/gas/mips/mips2@rfe.d: New test.
526 * testsuite/gas/mips/r3000@rfe.d: New test.
527 * testsuite/gas/mips/r3900@rfe.d: New test.
528 * testsuite/gas/mips/rfe.l: New test stderr output.
529
2d5e2889
MR
5302021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
531
532 * testsuite/gas/mips/mips.exp: Run coprocessor tests across all
533 ISAs.
534 * testsuite/gas/mips/cp0b.d: Update for ISA exclusions.
535 * testsuite/gas/mips/cp0bl.d: Update for ISA exclusions.
536 * testsuite/gas/mips/cp0c.d: Update for ISA exclusions.
537 * testsuite/gas/mips/cp0m.d: Update for ISA exclusions.
538 * testsuite/gas/mips/cp3.d: Update for ISA exclusions.
539 * testsuite/gas/mips/cp3b.d: Update for ISA exclusions.
540 * testsuite/gas/mips/cp3bl.d: Update for ISA exclusions.
541 * testsuite/gas/mips/cp3m.d: Update for ISA exclusions.
542 * testsuite/gas/mips/cp3d.d: Update for ISA exclusions.
543 * testsuite/gas/mips/mips1@cp0b.d: New test.
544 * testsuite/gas/mips/mips2@cp0b.d: New test.
545 * testsuite/gas/mips/mips3@cp0b.d: New test.
546 * testsuite/gas/mips/r3000@cp0b.d: New test.
547 * testsuite/gas/mips/r3900@cp0b.d: New test.
548 * testsuite/gas/mips/r4000@cp0b.d: New test.
549 * testsuite/gas/mips/r5900@cp0b.d: New test.
550 * testsuite/gas/mips/mips2@cp0bl.d: New test.
551 * testsuite/gas/mips/mips3@cp0bl.d: New test.
552 * testsuite/gas/mips/r3900@cp0bl.d: New test.
553 * testsuite/gas/mips/r4000@cp0bl.d: New test.
554 * testsuite/gas/mips/r5900@cp0bl.d: New test.
555 * testsuite/gas/mips/mips1@cp0c.d: New test.
556 * testsuite/gas/mips/mips2@cp0c.d: New test.
557 * testsuite/gas/mips/mips3@cp0c.d: New test.
558 * testsuite/gas/mips/mips4@cp0c.d: New test.
559 * testsuite/gas/mips/mips5@cp0c.d: New test.
560 * testsuite/gas/mips/r3000@cp0c.d: New test.
561 * testsuite/gas/mips/r3900@cp0c.d: New test.
562 * testsuite/gas/mips/r4000@cp0c.d: New test.
563 * testsuite/gas/mips/vr5400@cp0c.d: New test.
564 * testsuite/gas/mips/r5900@cp0c.d: New test.
565 * testsuite/gas/mips/mips1@cp0m.d: New test.
566 * testsuite/gas/mips/r3000@cp0m.d: New test.
567 * testsuite/gas/mips/octeon@cp2.d: New test.
568 * testsuite/gas/mips/mipsr6@cp2b.d: New test.
569 * testsuite/gas/mips/vr5400@cp2b.d: New test.
570 * testsuite/gas/mips/octeon@cp2b.d: New test.
571 * testsuite/gas/mips/mips1@cp2bl.d: New test.
572 * testsuite/gas/mips/mipsr6@cp2bl.d: New test.
573 * testsuite/gas/mips/r3000@cp2bl.d: New test.
574 * testsuite/gas/mips/vr5400@cp2bl.d: New test.
575 * testsuite/gas/mips/octeon@cp2bl.d: New test.
576 * testsuite/gas/mips/vr5400@cp2m.d: New test.
577 * testsuite/gas/mips/r5900@cp2m.d: New test.
578 * testsuite/gas/mips/octeon@cp2m.d: New test.
579 * testsuite/gas/mips/mips1@cp2d.d: New test.
580 * testsuite/gas/mips/r3000@cp2d.d: New test.
581 * testsuite/gas/mips/r3900@cp2d.d: New test.
582 * testsuite/gas/mips/vr5400@cp2d.d: New test.
583 * testsuite/gas/mips/r5900@cp2d.d: New test.
584 * testsuite/gas/mips/octeon@cp2d.d: New test.
585 * testsuite/gas/mips/mips1@cp2-64.d: New test.
586 * testsuite/gas/mips/mips2@cp2-64.d: New test.
587 * testsuite/gas/mips/mips32@cp2-64.d: New test.
588 * testsuite/gas/mips/mips32r2@cp2-64.d: New test.
589 * testsuite/gas/mips/mips32r3@cp2-64.d: New test.
590 * testsuite/gas/mips/mips32r5@cp2-64.d: New test.
591 * testsuite/gas/mips/mips32r6@cp2-64.d: New test.
592 * testsuite/gas/mips/r3000@cp2-64.d: New test.
593 * testsuite/gas/mips/r3900@cp2-64.d: New test.
594 * testsuite/gas/mips/interaptiv-mr2@cp2-64.d: New test.
595 * testsuite/gas/mips/mips1@cp3.d: New test.
596 * testsuite/gas/mips/mips2@cp3.d: New test.
597 * testsuite/gas/mips/mips32@cp3.d: New test.
598 * testsuite/gas/mips/r3000@cp3.d: New test.
599 * testsuite/gas/mips/r3900@cp3.d: New test.
600 * testsuite/gas/mips/mips1@cp3b.d: New test.
601 * testsuite/gas/mips/mips2@cp3b.d: New test.
602 * testsuite/gas/mips/mips32@cp3b.d: New test.
603 * testsuite/gas/mips/r3000@cp3b.d: New test.
604 * testsuite/gas/mips/r3900@cp3b.d: New test.
605 * testsuite/gas/mips/mips2@cp3bl.d: New test.
606 * testsuite/gas/mips/mips32@cp3bl.d: New test.
607 * testsuite/gas/mips/r3900@cp3bl.d: New test.
608 * testsuite/gas/mips/mips1@cp3m.d: New test.
609 * testsuite/gas/mips/mips2@cp3m.d: New test.
610 * testsuite/gas/mips/r3000@cp3m.d: New test.
611 * testsuite/gas/mips/r3900@cp3m.d: New test.
9cce9fab 612 * testsuite/gas/mips/mips2@cp3d.d: New test.
2d5e2889
MR
613 * testsuite/gas/mips/cp0b.l: New test stderr output.
614 * testsuite/gas/mips/cp0bl.l: New test stderr output.
615 * testsuite/gas/mips/cp0c.l: New test stderr output.
616 * testsuite/gas/mips/cp0m.l: New test stderr output.
617 * testsuite/gas/mips/cp2.l: New test stderr output.
618 * testsuite/gas/mips/cp2-64.l: New test stderr output.
619 * testsuite/gas/mips/cp2b.l: New test stderr output.
620 * testsuite/gas/mips/cp2bl.l: New test stderr output.
621 * testsuite/gas/mips/cp2m.l: New test stderr output.
622 * testsuite/gas/mips/cp2d.l: New test stderr output.
623 * testsuite/gas/mips/cp3.l: New test stderr output.
624 * testsuite/gas/mips/cp3b.l: New test stderr output.
625 * testsuite/gas/mips/cp3bl.l: New test stderr output.
626 * testsuite/gas/mips/cp3m.l: New test stderr output.
627 * testsuite/gas/mips/cp3d.l: New test stderr output.
628
9573a461
MR
6292021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
630
631 * testsuite/gas/mips/mips32@isa-override-1.d: Update for LDC3
632 instruction removal.
633 * testsuite/gas/mips/mips32r2@isa-override-1.d: Likewise.
634
270e2b7d
MR
6352021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
636
637 * testsuite/gas/mips/cp0b.d: New test.
638 * testsuite/gas/mips/cp0bl.d: New test.
639 * testsuite/gas/mips/cp2b.d: New test.
640 * testsuite/gas/mips/micromips@cp2b.d: New test.
641 * testsuite/gas/mips/cp2bl.d: New test.
642 * testsuite/gas/mips/micromips@cp2bl.d: New test.
643 * testsuite/gas/mips/cp3b.d: New test.
644 * testsuite/gas/mips/cp3bl.d: New test.
645 * testsuite/gas/mips/cp0b.s: New test source.
646 * testsuite/gas/mips/cp0bl.s: New test source.
647 * testsuite/gas/mips/cp2b.s: New test source.
648 * testsuite/gas/mips/cp2bl.s: New test source.
649 * testsuite/gas/mips/cp3b.s: New test source.
650 * testsuite/gas/mips/cp3bl.s: New test source.
651 * testsuite/gas/mips/mips.exp: Run the new tests.
652
b930964c
MR
6532021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
654
655 * testsuite/gas/mips/rfe.d: New test.
656 * testsuite/gas/mips/rfe.s: New test source.
657 * testsuite/gas/mips/mips.exp: Run the new test.
658
dd844468
MR
6592021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
660
661 * testsuite/gas/mips/cp1-names-r3900.d: New test.
662 * testsuite/gas/mips/mips.exp: Run the new test.
663 * testsuite/gas/mips/branch-misc-3.d: Update disassembly
664 according to changes to opcodes.
665 * testsuite/gas/mips/cp1-names-r3000.d: Likewise.
666 * testsuite/gas/mips/cp1-names-r4000.d: Likewise.
667 * testsuite/gas/mips/relax-swap1-mips1.d: Likewise.
668 * testsuite/gas/mips/relax-swap1-mips2.d: Likewise.
669 * testsuite/gas/mips/trunc.d: Likewise.
670
709aa065
MR
6712021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
672
673 * testsuite/gas/mips/cp0c.d: New test.
674 * testsuite/gas/mips/cp0m.d: New test.
675 * testsuite/gas/mips/r3900@cp0m.d: New test.
676 * testsuite/gas/mips/cp2.d: New test.
677 * testsuite/gas/mips/micromips@cp2.d: New test.
678 * testsuite/gas/mips/cp2m.d: New test.
679 * testsuite/gas/mips/mipsr6@cp2m.d: New test.
680 * testsuite/gas/mips/micromips@cp2m.d: New test.
681 * testsuite/gas/mips/cp2d.d: New test.
682 * testsuite/gas/mips/mipsr6@cp2d.d: New test.
683 * testsuite/gas/mips/micromips@cp2d.d: New test.
684 * testsuite/gas/mips/cp2-64.d: New test.
685 * testsuite/gas/mips/micromips@cp2-64.d: New test.
686 * testsuite/gas/mips/cp3.d: New test.
687 * testsuite/gas/mips/cp3m.d: New test.
688 * testsuite/gas/mips/cp3d.d: New test.
689 * testsuite/gas/mips/cp0c.s: New test source.
690 * testsuite/gas/mips/cp0m.s: New test source.
691 * testsuite/gas/mips/cp2.s: New test source.
692 * testsuite/gas/mips/cp2m.s: New test source.
693 * testsuite/gas/mips/cp2d.s: New test source.
694 * testsuite/gas/mips/cp2-64.s: New test source.
695 * testsuite/gas/mips/cp3.s: New test source.
696 * testsuite/gas/mips/cp3m.s: New test source.
697 * testsuite/gas/mips/cp3d.s: New test source.
698 * testsuite/gas/mips/mips.exp: Run the new tests.
699
9204ccd4
MR
7002021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
701
702 * tc-mips.c (convert_reg_type) <OP_REG_CONTROL>: New case.
703 (macro) <M_TRUNCWS, M_TRUNCWD>: Use the `g' rather than `G'
704 operand code.
705
a3fb396f
MR
7062021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
707
708 * testsuite/gas/mips/cp0-names-r3900.d: New test.
709 * testsuite/gas/mips/mips.exp: Run it.
710
c9de3168
MR
7112021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
712
713 * testsuite/gas/mips/micromips.d: Update disassembly according
714 to "dmtc1" entry fix with opcodes.
715 * testsuite/gas/mips/micromips-compact.d: Likewise.
716 * testsuite/gas/mips/micromips-insn32.d: Likewise.
717 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
718 * testsuite/gas/mips/micromips-trap.d: Likewise.
719 * testsuite/gas/mips/micromips@isa-override-1.d: Likewise.
720
25663db4
MR
7212021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
722
723 * config/tc-mips.c (FCSR): New macro.
724 (macro) <M_TRUNCWS, M_TRUNCWD>: Use it in place of RA.
725
1273b2f8
L
7262021-05-28 H.J. Lu <hongjiu.lu@intel.com>
727
728 PR ld/27905
729 * config/tc-i386.c (set_code_flag): Revert commit 50c95a739c9.
730 (set_16bit_gcc_code_flag): Likewise.
731 (x86_cleanup): Likewise.
732 * testsuite/gas/i386/code16-2.d: Updated.
733 * testsuite/gas/i386/x86-64-code16-2.d: Likewise.
734
ebcab741
PB
7352021-05-27 Peter Bergner <bergner@linux.ibm.com>
736
737 * testsuite/gas/ppc/vsx.d <xxmr, xxlnot>: Add tests.
738 * testsuite/gas/ppc/vsx.s: Likewise.
739
badf836a
AM
7402021-05-27 Alan Modra <amodra@gmail.com>
741
742 * config/tc-nds32.c (do_pseudo_push_bhwd, do_pseudo_pop_bhwd),
743 (do_pseudo_pusha, do_pseudo_pushi): Avoid fortify strncpy bound
744 error.
745
50c95a73
L
7462021-05-26 H.J. Lu <hongjiu.lu@intel.com>
747
748 PR ld/27905
749 * config/tc-i386.c (set_code_flag): Update x86_feature_2_used
750 with GNU_PROPERTY_X86_FEATURE_2_CODE16 for .code16 in ELF
751 object.
752 (set_16bit_gcc_code_flag): Likewise.
753 (x86_cleanup): Always generate the GNU property note if
754 x86_feature_2_used isn't 0.
755 * testsuite/gas/i386/code16-2.d: New file.
756 * testsuite/gas/i386/code16-2.s: Likewise.
757 * testsuite/gas/i386/x86-64-code16-2.d: Likewise.
758 * testsuite/gas/i386/i386.exp: Run code16-2 and x86-64-code16-2.
759
3f335b75
SV
7602021-05-26 Sebastien Villemot <sebastien@debian.org>
761
762 PR gas/27906
763 * doc/c-i386.texi: Replace movsb with movsxb as an alias for
764 movsbq.
765
fe1f847d
NC
7662021-05-26 Nelson Chu <nelson.chu@sifive.com>
767
768 * config/tc-riscv.c (riscv_set_arch): Set
769 check_unknown_prefixed_ext to true for assembler.
770
d3e52e12
TC
7712021-05-25 Tamar Christina <tamar.christina@arm.com>
772
773 PR gas/25235
774 * config/tc-arm.c (md_convert_frag): Set LSB when Thumb symbol.
775 (relax_adr): Thumb symbols 4 bytes.
776 * testsuite/gas/arm/pr25235.d: New test.
777 * testsuite/gas/arm/pr25235.s: New test.
778
5d0ed830
NC
7792021-05-24 Nelson Chu <nelson.chu@sifive.com>
780
781 PR 25212
782 * config/tc-riscv.c (riscv_set_abi_by_arch): If -mabi isn't set, we
783 will choose ilp32e abi for rv32e. Besides, report errors for the
784 invalid march and mabi combinations.
785 * testsuite/gas/riscv/mabi-attr-rv32e.s: New testcase. Only accept
786 ilp32e abi for rve extension.
787 * testsuite/gas/riscv/mabi-fail-rv32e-lp64f.d: Likewise.
788 * testsuite/gas/riscv/mabi-fail-rv32e-lp64f.l: Likewise.
789 * testsuite/gas/riscv/mabi-fail-rv32e-lp64d.d: Likewise.
790 * testsuite/gas/riscv/mabi-fail-rv32e-lp64d.l: Likewise.
791 * testsuite/gas/riscv/mabi-fail-rv32e-lp64d.q: Likewise.
792 * testsuite/gas/riscv/mabi-fail-rv32e-lp64d.q: Likewise.
793 Renamed all mabi testcases to their march-mabi settings.
794
d7189380
AM
7952021-05-22 Alan Modra <amodra@gmail.com>
796
797 PR 25599
798 * config/tc-ia64.c (emit_one_bundle): Expand comment for HP-UX
799 adjustment. Add assertion.
800 * testsuite/gas/ia64/reloc-mlx.d: Pass when slot 2 specified
801 for PCREL60B.
802
9a01ec4c
SB
8032021-05-20 Sergey Belyashov <sergey.belyashov@gmail.com>
804
805 * config/tc-z80.c (emit_data_val): Warn on constant overflow.
806 (signed_overflow): New function.
807 (unsigned_overflow): New function.
808 (is_overflow): Use new functions.
809 (md_apply_fix): Use signed_overflow.
810 * testsuite/gas/z80/ez80_adl_suf.d: Fix test.
811 * testsuite/gas/z80/ez80_isuf.s: Likewise.
812 * testsuite/gas/z80/ez80_z80_suf.d: Likewise.
813
d556135f
NB
8142021-05-20 Nicolas Boulenguez <nicolas@debian.org>
815
816 PR 27888
817 * Makefile.am (ZLIB): Define.
818 (as_new_LDADD): Add it.
819 * Makefile.in: Regenerate.
820
e683cb41
AC
8212021-05-17 Alex Coplan <alex.coplan@arm.com>
822
823 * config/tc-arm.c (do_mve_mov): Only reject vmov if we're moving
824 into the same GPR twice.
825 * testsuite/gas/arm/mve-vmov-bad-2.l: Tweak error message.
826 * testsuite/gas/arm/mve-vmov-3.d: New test.
827 * testsuite/gas/arm/mve-vmov-3.s: New test.
828
af2ddf69
AM
8292021-05-12 Alan Modra <amodra@gmail.com>
830
831 * testsuite/gas/elf/dwarf-5-file0.d: Update.
832 * testsuite/gas/i386/dwarf5-line-1.d: Update.
833
cfe7a191
SB
8342021-05-11 Sergey Belyashov <sergey.belyashov@gmail.com>
835
836 PR 27823
837 * config/tc-z80.c (emit_ld_r_m): Report an illegal load
838 instruction.
839 * testsuite/gas/z80/ill_ops.s: New test source file.
840 * testsuite/gas/z80/ill_ops.d: New test driver.
841 * testsuite/gas/z80/ill_ops.l: New test error output.
842
e4b1ab20
SB
8432021-05-10 Sergey Belyashov <sergey.belyashov@gmail.com>
844
845 PR 27415
846 * config/tc-z80.c (emit_data_val): Add support for 8-bit and
847 24-bit shifts.
848 * testsuite/gas/z80/z80_reloc.a: Update tests.
849 * testsuite/gas/z80/z80_reloc.d: Update expected disassembly.
850
cf758b39
MF
8512021-05-08 Mike Frysinger <vapier@gentoo.org>
852
853 * doc/Makefile.am (html-local, as/index.html): New targets.
854 * doc/Makefile.in: Regenerate.
855
2faf902d
MF
8562021-05-08 Mike Frysinger <vapier@gentoo.org>
857
858 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
859 * doc/Makefile.in: Regenerate.
860
476654be
NC
8612021-05-07 Nick Clifton <nickc@redhat.com>
862
863 PR 3136
864 * config/obj-elf.c (elf_pseudo_table): Add entry for .bss.
865 (obj_elf_bss): New function. Change to the .bss section.
866 Support an optional subsection number.
867 (obj_elf_change_section): Call obj_elf_section_change_hook.
868 (obj_elf_section): Likewise.
869 (obj_elf_data): Likewise.
870 (obj_elf_text): Likewise.
871 (obj_elf_struct): Likewise.
872 (obj_elf_subsection): Likewise.
873 (obj_elf_previous): Likewise.
874 * config/obj-elf.h (obj_elf_bss): Prototype.
875 * doc/as.texi (Bss): New node.
876
97834047
CC
8772021-05-07 Clément Chigot <clement.chigot@atos.net>
878
879 * config/obj-coff.c (coff_frob_symbol): Don't skip C_DWARF.
880 (coff_adjust_section_syms): Use corrext auxent for C_DWARF.
881 (coff_frob_section): Likewise.
882 * config/obj-coff.h (SA_GET_SECT_SCNLEN,
883 SA_GET_SECT_NRELOC, SA_SET_SECT_SCNLEN,
884 SA_SET_SECT_NRELOC) New defines.
885 (SET_SECTION_RELOCS): Adjust for C_DWARF.
886 * config/tc-ppc.c (ppc_frob_symbol): Don't skip C_DWARF.
887 (ppc_adjust_symtab): Reorder C_DWARF symbols.
888 * testsuite/gas/ppc/aix.exp: New tests.
889 * testsuite/gas/ppc/xcoff-dwsect-2-32.d: New test.
890 * testsuite/gas/ppc/xcoff-dwsect-2-64.d: New test.
891 * testsuite/gas/ppc/xcoff-dwsect-2.s: New test.
892
893 * config/tc-ppc.c (ppc_function): Update comment for
894 fifth argument.
895 (ppc_frob_symbol): Remove ppc_last_function check.
896 Make sure coff_last_function is reset.
897 Correctly set fsize when not provided in .function.
898 * testsuite/gas/ppc/aix.exp: New tests.
899 * testsuite/gas/ppc/xcoff-function-1-32.d: New test.
900 * testsuite/gas/ppc/xcoff-function-1-64.d: New test.
901 * testsuite/gas/ppc/xcoff-function-1.s: New test.
902
17c6c3b9
JB
9032021-05-07 Jan Beulich <jbeulich@suse.com>
904
905 * testsuite/gas/i386/rela.s, testsuite/gas/i386/rela.d: New.
906 * testsuite/gas/i386/i386.exp: Run new test.
907
98da05bf
JB
9082021-05-07 Jan Beulich <jbeulich@suse.com>
909
910 * config/tc-i386.c (output_disp): Use disps field instead of
911 imms one.
912
9aac24b1
JB
9132021-05-07 Jan Beulich <jbeulich@suse.com>
914
915 * config/tc-i386.c (i386_finalize_immediate): Move register
916 check ...
917 (i386_immediate): ... here.
918
87ed972d
JB
9192021-05-07 Jan Beulich <jbeulich@suse.com>
920
921 * config/tc-i386.c (optimize_imm): Drop redundant masking.
922 Re-arrange operand type accumulation.
923
0b3e14c9
SH
9242021-05-06 Stafford Horne <shorne@gmail.com>
925
926 PR 21464
927 * testsuite/gas/or1k/reloc-1.s: Add test for new relocation.
928 * testsuite/gas/or1k/reloc-1.d: Add test result for new
929 relocation.
930
7b06fcf5
JW
9312021-05-03 Christoph Muellner <cmuellner@gcc.gnu.org>
932
933 PR 27764
934 * testsuite/gas/riscv/a-ext-64.d: New testcase.
935 * testsuite/gas/riscv/a-ext-64.s: Likewise.
936 * testsuite/gas/riscv/a-ext.d: Likewise.
937 * testsuite/gas/riscv/a-ext.s: Likewise.
938
5e0a033b
JB
9392021-05-03 Jan Beulich <jbeulich@suse.com>
940
941 * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Adjust surrounding
942 #if.
943 * testsuite/gas/i386/secrel.s: Convert some .secrel32 to .long.
944 Add two further .long and an .equ.
945 * testsuite/gas/i386/secrel.d: Adjust expecations.
946
3e301ce0
JB
9472021-05-03 Jan Beulich <jbeulich@suse.com>
948
949 * testsuite/gas/i386/secrel.d, testsuite/gas/i386/secrel.s:
950 Convert Windows to UNIX EOL.
951
deea4973
JB
9522021-05-03 Jan Beulich <jbeulich@suse.com>
953
954 * config/tc-i386.c (lex_got): Adjust surrounding #if. Fold TE_PE
955 variant into ELF one.
956
db543a7d
AM
9572021-05-03 Alan Modra <amodra@gmail.com>
958
959 * testsuite/gas/elf/section25.s: Don't start directives in first
960 column.
961 * testsuite/gas/elf/section26.s: Likewise.
962
a2443c89
JB
9632021-04-29 Jan Beulich <jbeulich@suse.com>
964
965 * testsuite/gas/i386/i386.exp: Move x86-64-rip-2 invocation.
966 * testsuite/gas/i386/lea64.d,
967 testsuite/gas/i386/lea64-optimize.d: Allow for COFF relocs.
968 * testsuite/gas/i386/x86-64-rip-inval-1.s,
969 testsuite/gas/i386/x86-64-rip-inval-2.s. Add .end.
970
3abbafc2
JB
9712021-04-29 Jan Beulich <jbeulich@suse.com>
972
973 * config/tc-i386.c (i386_validate_fix): Change return type to
974 int. Short-circuit BFD_RELOC_SIZE* handling.
975 (tc_gen_reloc): New local variable sym. Extend logic when
976 processing BFD_RELOC_SIZE*.
977 * config/tc-i386.f (i386_validate_fix): Change return type to
978 int.
979 (TC_VALIDATE_FIX): Proceed to SKIP when i386_validate_fix()
980 returns zero.
981 * testsuite/gas/i386/size-5.s, testsuite/gas/i386/size-5a.d,
982 testsuite/gas/i386/size-5b.d: New.
983 * testsuite/gas/i386/i386.exp: Run new tests.
984
44f87162
JB
9852021-04-29 Jan Beulich <jbeulich@suse.com>
986
987 * config/tc-i386.c (tc_gen_reloc): Use section size for section
988 symbols when resolving BFD_RELOC_SIZE*.
989 * testsuite/gas/i386/size-2.s: Add section size cases.
990 * testsuite/gas/i386/size-2.d,
991 testsuite/gas/i386/x86-64-size-2.d: Adjust expectations.
992
eb19308f
JB
9932021-04-28 Jan Beulich <jbeulich@suse.com>
994 H.J. Lu <hjl.tools@gmail.com>
995
996 PR gas/27763
997 * config/tc-i386.c (output_jump): Also mark 2-byte relocs as
998 signed for XBEGIN. Also mark 4-byte relocs as signed for 64-bit.
999 (output_disp): Also mark 4-byte relocs as signed for 64-bit.
1000 (md_estimate_size_before_relax): Move local variable fixP. Set
1001 it from fix_new() return values. Mark 4-byte relocs as signed
1002 for 64-bit.
1003 * testsuite/gas/i386/pcrel64.s, testsuite/gas/i386/pcrel64.l,
1004 * testsuite/gas/i386/x86-64-rip-2.s,
1005 * testsuite/gas/i386/x86-64-rip-2.d,
1006 * testsuite/gas/i386/x86-64-rip-inval-1.s,
1007 * testsuite/gas/i386/x86-64-rip-inval-1.l,
1008 * testsuite/gas/i386/x86-64-rip-inval-2.s,
1009 * testsuite/gas/i386/x86-64-rip-inval-2.l: New.
1010 * testsuite/gas/i386/i386.exp: Run new tests.
1011
60cfa10c
L
10122021-04-27 H.J. Lu <hongjiu.lu@intel.com>
1013
1014 * config/tc-i386.c (optimize_encoding): Add () to silence GCC 5.
1015
8fb88245
JB
10162021-04-26 Jan Beulich <jbeulich@suse.com>
1017
1018 * config/tc-i386.c (tc_gen_reloc): Check IS_ELF for
1019 BFD_RELOC_SIZE*.
1020
d965814f
JB
10212021-04-26 Jan Beulich <jbeulich@suse.com>
1022
1023 * config/tc-i386.c (tc_gen_reloc): Limit BFD_RELOC_SIZE32
1024 overflow check to 64-bit objects.
1025
fe134c65
JB
10262021-04-26 Jan Beulich <jbeulich@suse.com>
1027
1028 * config/tc-i386.c (want_disp32): Also check for SIZE32.
1029 (optimize_encoding): Handle LEA.
1030 * testsuite/gas/i386/lea.s, testsuite/gas/i386/lea.d,
1031 testsuite/gas/i386/lea.e, testsuite/gas/i386/lea-optimize.d:
1032 Add many more forms.
1033 * testsuite/gas/i386/lea16.s, testsuite/gas/i386/lea16-optimize.d,
1034 testsuite/gas/i386/lea64.s, testsuite/gas/i386/lea64.d,
1035 testsuite/gas/i386/lea64.e, testsuite/gas/i386/lea64-optimize.d:
1036 New.
1037 * testsuite/gas/i386/i386.exp: Run new tests.
1038
b8188555
JB
10392021-04-26 Jan Beulich <jbeulich@suse.com>
1040
1041 * config/tc-i386.c (md_apply_fix): Mark BFD_RELOC_X86_64_32S as
1042 signed.
1043 * testsuite/gas/i386/x86-64-addr32-bad.s,
1044 testsuite/gas/i386/x86-64-addr32-bad.l: New.
1045 * testsuite/gas/i386/i386.exp: Run new test.
1046
f5e98b7d
EB
10472021-04-23 Eric Botcazou<ebotcazou@adacore.com>
1048
1049 * testsuite/gas/elf/section25.d: Run it everywhere.
1050 * testsuite/gas/elf/section26.d: Likewise.
1051 * testsuite/gas/elf/section26.s: Add test for .persistent.bss.
1052
d039200a
G
10532021-04-23 Jérôme Gardou <jerome.gardou@gmail.com>
1054
1055 * config/obj-coff-seh.c (obj_coff_seh_pushframe): Allow an
1056 optional "code" argument.
1057
a9aabc23
JB
10582021-04-23 Jan Beulich <jbeulich@suse.com>
1059
1060 * config/tc-i386.c (want_disp32): New.
1061 (md_assemble): Use it.
1062 (optimize_disp): Likewise.
1063 (build_modrm_byte): Likewise.
1064
cce08655
JB
10652021-04-23 Jan Beulich <jbeulich@suse.com>
1066
1067 * config/tc-i386.c (i386_finalize_displacement): Move Disp32S
1068 check ...
1069 (md_assemble): ... here.
1070
28a167a4
JB
10712021-04-23 Jan Beulich <jbeulich@suse.com>
1072
1073 * config/tc-i386.c (optimize_disp): Move down BFD64 section.
1074 Move up setting of disp32.
1075
7b025ee8
JB
10762021-04-23 Jan Beulich <jbeulich@suse.com>
1077
1078 * config/tc-i386.c (pe): Don't truncate expression value.
1079 (i386_finalize_displacement): Likewise.
1080
23356397
NC
10812021-04-21 Nick Clifton <nickc@redhat.com>
1082
1083 * testsuite/gas/aarch64/dwarf.d: Adjust expected output to allow
1084 for named section symbols.
1085 * testsuite/gas/arm/thumbver.d: Likewise.
1086 * testsuite/gas/bfin/loop_temps.d: Likewise.
1087 * testsuite/gas/elf/section2.e-arc: Likewise.
1088 * testsuite/gas/elf/section2.e-arm: Likewise.
1089 * testsuite/gas/elf/section2.e-csky: Likewise.
1090 * testsuite/gas/elf/section2.e-m32r: Likewise.
1091 * testsuite/gas/elf/section2.e-mips: Likewise.
1092 * testsuite/gas/elf/section2.e-msp430: Likewise.
1093 * testsuite/gas/elf/section2.e-riscv: Likewise.
1094 * testsuite/gas/elf/section2.e-rl78: Likewise.
1095 * testsuite/gas/elf/section2.e-rx: Likewise.
1096 * testsuite/gas/elf/section2.e-score: Likewise.
1097 * testsuite/gas/elf/section2.e-tic6x: Likewise.
1098 * testsuite/gas/elf/section2.e-unused: Likewise.
1099 * testsuite/gas/elf/section2.e-v850: Likewise.
1100 * testsuite/gas/elf/section2.e-xtensa: Likewise.
1101 * testsuite/gas/ia64/alias-ilp32.d: Likewise.
1102 * testsuite/gas/ia64/alias.d: Likewise.
1103 * testsuite/gas/ia64/global.d: Likewise.
1104 * testsuite/gas/microblaze/relax_size.elf: Likewise.
1105 * testsuite/gas/microblaze/relax_size2.elf: Likewise.
1106 * testsuite/gas/mips/global-local-symtab-sort-n64t.d: Likewise.
1107 * testsuite/gas/mips/global-local-symtab-sort-o32t.d: Likewise.
1108 * testsuite/gas/mmix/bspec-1.d: Likewise.
1109 * testsuite/gas/mmix/byte-1.d: Likewise.
1110 * testsuite/gas/mmix/comment-1.d: Likewise.
1111 * testsuite/gas/mmix/loc-1.d: Likewise.
1112 * testsuite/gas/mmix/loc-2.d: Likewise.
1113 * testsuite/gas/mmix/loc-3.d: Likewise.
1114 * testsuite/gas/mmix/loc-4.d: Likewise.
1115 * testsuite/gas/mmix/loc-5.d: Likewise.
1116 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
1117
c5df7e44
CC
11182021-04-20 Clément Chigot <clement.chigot@atos.net>
1119
1120 PR binutils/21700
1121 * config/tc-ppc.c (ppc_get_csect_to_adjust): New function.
1122 (ppc_fix_adjustable): Manage fx_subsy part.
1123 (tc_gen_reloc): Create second relocation when both
1124 fx_addsy and fx_subsy are provided.
1125 * config/tc-ppc.h (RELOC_EXPANSION_POSSIBLE): New define.
1126 (MAX_RELOC_EXPANSION): Likewise.
1127 (TC_FORCE_RELOCATION_SUB_SAME): Likewise
1128 (UNDEFINED_DIFFERENCE_OK): Likewise
1129 * testsuite/gas/all/gas.exp: Skip difference between two
1130 undefined symbols test.
1131
8d6502d2
NC
11322021-04-19 Nick Clifton <nickc@redhat.com>
1133
1134 * testsuite/gas/all/gas.exp: Add rs6000*-*-aix* to the list of
1135 targets which should skip the undefined symbols test.
1136
02202574
PW
11372021-04-19 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1138
1139 * NEWS: Update news.
1140 * testsuite/gas/aarch64/rme.d: Update test.
1141 * testsuite/gas/aarch64/rme.s: Update test.
1142
cd6608e4
PW
11432021-04-19 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1144
1145 * testsuite/gas/aarch64/rme.d: Update test.
1146 * testsuite/gas/aarch64/rme.s: Update test.
1147
9a8041fd
JB
11482021-04-19 Jan Beulich <jbeulich@suse.com>
1149
1150 * as.h (sprint_value): Delete.
1151 * messages.c (sprint_value): Likewise.
1152 * config/tc-i386.c (offset_in_range): Use bfd_sprintf_vma in
1153 place of sprint_value.
1154 * config/tc-s390.c (s390_insert_operand): Likewise.
1155 * doc/internals.texi (sprint_value): Delete section.
1156 * write.c (fixup_segment): Likewise.
1157 (relax_segment): Likewise.
1158
100e914d
PW
11592021-04-16 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1160
1161 * testsuite/gas/aarch64/rme-invalid.d: New test.
1162 * testsuite/gas/aarch64/rme-invalid.l: New test.
1163 * testsuite/gas/aarch64/rme-invalid.s: New test.
1164 * testsuite/gas/aarch64/rme.d: New test.
1165 * testsuite/gas/aarch64/rme.s: New test.
1166
768589d1
NC
11672021-04-16 Nelson Chu <nelson.chu@sifive.com>
1168
1169 PR 27436
1170 * config/tc-riscv.c (riscv_ip): make operand C> work the same as >.
1171 * testsuite/gas/riscv/shamt-32.d: New testcase.
1172 * testsuite/gas/riscv/shamt-32.l: Likewise.
1173 * testsuite/gas/riscv/shamt-32.s: Likewise.
1174 * testsuite/gas/riscv/shamt-64.d: Likewise.
1175 * testsuite/gas/riscv/shamt-64.l: Likewise.
1176 * testsuite/gas/riscv/shamt-64.s: Likewise.
1177
a21b96dd
NC
11782021-04-16 Lifang Xia <lifang_xia@c-sky.com>
1179
1180 * testsuite/gas/riscv/c-zero-imm.d: Compress addi a4,a4,0 to
1181 c.mv a4,a4.
1182 * testsuite/gas/riscv/c-zero-imm.s: Likewise.
1183
d20eb466
AM
11842021-04-14 Alan Modra <amodra@gmail.com>
1185
1186 PR 27723
1187 * dw2gencfi.c (initial_cie_insn): New function, extracted from..
1188 (select_cie_for_fde): ..here. Simplify.
1189
c159f352
AM
11902021-04-14 Alan Modra <amodra@gmail.com>
1191
1192 PR 27723
1193 * dw2gencfi.c (select_cie_for_fde): Handle DW_CFA_val_offset,
1194 DW_CFA_GNU_window_save and DW_CFA_restore_state.
1195
4bb920c6
AM
11962021-04-13 Alan Modra <amodra@gmail.com>
1197
1198 * testsuite/gas/m68hc11/m68hc11.exp (gas_m68hc11_message): Don't
1199 write to $srcdir. Use gas_host_run and read output file rather
1200 than gas_start/gas_finish.
1201
32d71569
AM
12022021-04-12 Alan Modra <amodra@gmail.com>
1203
1204 * config/tc-ppc.c (insn_validate): Use uint64_t for operand values.
1205 (md_assemble): Likewise. Handle bignum operands.
1206 (ppc_elf_suffix): Handle O_big. Remove unnecessary input_line_pointer
1207 check.
1208 * expr.c: Delete unnecessary forward declarations.
1209 (generic_bignum_to_int32): Return uint32_t.
1210 (generic_bignum_to_int64): Return uint64_t. Compile always.
1211 (operand): Twiddle X_extrabit for unary '~'. Set X_unsigned and
1212 clear X_extrabit for unary '!'.
1213 * expr.h (generic_bignum_to_int32): Declare.
1214 (generic_bignum_to_int64): Declare.
1215 * testsuite/gas/ppc/prefix-pcrel.s,
1216 * testsuite/gas/ppc/prefix-pcrel.d: Add more instructions.
1217
e601909a
NC
12182021-04-12 Nelson Chu <nelson.chu@sifive.com>
1219
1220 * testsuite/gas/riscv/march-fail-order-x-std.d: Renamed from
1221 march-fail-porder-x-std.d.
1222 * testsuite/gas/riscv/march-fail-order-z-std.d: Renamed from
1223 march-fail-porder-z-std.d.
1224 * testsuite/gas/riscv/march-fail-order-x-z.d: Renamed from
1225 march-fail-porder-x-z.d.
1226 * testsuite/gas/riscv/march-fail-order-zx-std.l: Added to replace
1227 march-fail-porder.l.
1228 * testsuite/gas/riscv/march-fail-order-x-z.l: Likewise.
1229 * testsuite/gas/riscv/march-fail-order-x.l: Updated.
1230 * testsuite/gas/riscv/march-fail-order-z.l: Likewise.
1231 * testsuite/gas/riscv/march-fail-single-prefix-h.d: Renamed from
1232 march-fail-single-char-h.d.
1233 * testsuite/gas/riscv/march-fail-single-prefix-s.d: Renamed from
1234 march-fail-single-char-s.d.
1235 * testsuite/gas/riscv/march-fail-single-prefix-x.d: Renamed from
1236 march-fail-single-char-x.d.
1237 * testsuite/gas/riscv/march-fail-single-prefix-z.d: Renamed from
1238 march-fail-single-char-z.d.
1239 * testsuite/gas/riscv/march-fail-single-prefix-zmx.d: Added.
1240 * testsuite/gas/riscv/march-fail-single-prefix.l: Added to replace
1241 march-fail-single-prefix.l.
1242 * testsuite/gas/riscv/march-fail-unknown-zxm.d: Added.
1243 * testsuite/gas/riscv/march-fail-unknown-std.l: Updated.
1244 * testsuite/gas/riscv/march-fail-unknown.l: Likewise.
1245
dd170203
TB
12462021-04-09 Tejas Belagod <tejas.belagod@arm.com>
1247
32d71569
AM
1248 * config/tc-aarch64.c (warn_unpredictable_ldst): Clean-up
1249 diagnostic messages for LD/ST Exclusive instructions.
dd170203 1250 * testsuite/gas/aarch64/diagnostic.s: Add a diagnostic test for STLXP.
32d71569
AM
1251 * testsuite/gas/aarch64/diagnostic.l: Fix-up test after message
1252 clean-up.
dd170203 1253
c3f72de4
AM
12542021-04-09 Alan Modra <amodra@gmail.com>
1255
1256 * testsuite/gas/ppc/prefix-pcrel.d: Update expected output.
1257 * testsuite/gas/ppc/prefix-reloc.d: Likewise.
1258 * gas/testsuite/gas/ppc/vsx_32byte.d: Likewise.
1259
97bf40d8
AM
12602021-04-08 Alan Modra <amodra@gmail.com>
1261
1262 * testsuite/gas/ppc/pr27676.d,
1263 * testsuite/gas/ppc/pr27676.s: New test.
1264 * testsuite/gas/ppc/ppc.exp: Run it.
1265 * testsuite/gas/ppc/dcbt.d: Update.
1266 * testsuite/gas/ppc/power4_32.d: Update.
1267
b12389f2
AM
12682021-04-07 Alan Modra <amodra@gmail.com>
1269
1270 PR 27217
1271 * testsuite/gas/aarch64/pr27217.d: Correct name. Accept ilp32 relocs.
1272
eac4eb8e
NC
12732021-04-06 Nick Clifton <nickc@redhat.com>
1274
1275 PR 27217
1276 * config/tc-aarch64.c (my_get_expression): Rename to
1277 aarch64_get_expression. Add a fifth argument to enable deferring
1278 of expression resolution.
1279 (parse_typed_reg): Update calls to my_get_expression.
1280 (parse_vector_reg_list): Likewise.
1281 (parse_immediate_expression): Likewise.
1282 (parse_big_immediate): Likewise.
1283 (parse_shift): Likewise.
1284 (parse_shifter_operand_imm): Likewise.
1285 (parse_operands): Likewise.
1286 (parse_shifter_operand_reloc): Update calls to my_get_expression
1287 and call aarch64_force_reloc to determine the value of the new
1288 fifth argument.
1289 (parse_address_main): Likewise.
1290 (parse_half): Likewise.
1291 (parse_adrp): Likewise.
1292 (aarch64_force_reloc): New function. Contains code extracted from...
1293 (aarch64_force_relocation): ... here.
1294 * testsuite/gas/aarch64/pr27217.s: New test case.
1295 * testsuite/gas/aarch64/pr27217.d: New test driver.
1296
da0835ae
JB
12972021-04-06 Jan Beulich <jbeulich@suse.com>
1298
1299 * write.c (fixup_segment): Move add_symbol_segment declaration
1300 into main loop.
1301
23d61380
AM
13022021-04-05 Alan Modra <amodra@gmail.com>
1303
1304 * configure.ac: Don't check for string.h, strings.h, stdlib.h,
1305 errno.h, limits.h, locale.h or time.h. Don't check for unlink,
1306 remove, sbrk (unused) or setlocale. Adjust gas_test_headers.
1307 Don't check for errno, free, malloc, realoc, sbrk, strstr, getenv
1308 strstr, or vsnprintf declarations.
1309 (AC_ISC_POSIX, AC_FUNC_ALLOCA, AC_C_INLINE): Don't invoke.
1310 * as.h: Don't include alloca-conf.h, include config.h instead.
1311 Include string.h, stdlib.h, errno.h unconditionally. Remove
1312 various fallback declarations.
1313 * asintl.h: Don't test HAVE_LOCALE_H.
1314 * as.c: Don't test HAVE_SETLOCALE.
1315 * dwarf2dbg.c: Include limits.h unconditionally.
1316 * expr.c: Likewise.
1317 * sb.c: Likewise.
1318 * symbols.c: Likewise.
1319 * config/tc-cr16.c: Likewise.
1320 * config/tc-d30v.c: Likewise.
1321 * config/tc-i386.c: Likewise.
1322 * config/tc-ia64.c: Likewise.
1323 * config/tc-tic54x.c (tic54x_mlib): Call remove rather than unlink.
1324 * config.in: Regenerate.
1325 * configure: Regenerate.
1326 * Makefile.in: Regenerate.
1327 * doc/Makefile.in: Regenerate.
1328
e9b095a5
ML
13292021-04-01 Martin Liska <mliska@suse.cz>
1330
1331 * config/obj-coff.c (strneq): Remove strneq and use startswith.
1332 (weak_is_altname): Likewise.
1333 (obj_coff_section): Likewise.
1334 * config/tc-cr16.c (process_label_constant): Likewise.
1335 * config/tc-crx.c (strneq): Likewise.
1336
d34049e8
ML
13372021-04-01 Martin Liska <mliska@suse.cz>
1338
1339 * as.c (select_emulation_mode): Use startswith.
1340 * config/m68k-parse.y: Likewise.
1341 * config/obj-aout.c (obj_aout_type): Likewise.
1342 * config/obj-elf.c (elf_common_parse): Likewise.
1343 (obj_elf_section_type): Likewise.
1344 (obj_elf_section_word): Likewise.
1345 (obj_elf_section): Likewise.
1346 (obj_elf_symver): Likewise.
1347 (adjust_stab_sections): Likewise.
1348 * config/obj-evax.c (evax_shorten_name): Likewise.
1349 * config/obj-macho.c (obj_mach_o_is_frame_section): Likewise.
1350 * config/tc-aarch64.c (parse_aarch64_imm_float): Likewise.
1351 (aarch64_parse_features): Likewise.
1352 (create_register_alias): Likewise.
1353 (aarch64_data_in_code): Likewise.
1354 (md_parse_option): Likewise.
1355 * config/tc-alpha.c (s_alpha_section_word): Likewise.
1356 (s_alpha_pdesc): Likewise.
1357 * config/tc-arc.c (tokenize_extregister): Likewise.
1358 * config/tc-arm.c (create_register_alias): Likewise.
1359 (create_neon_reg_alias): Likewise.
1360 (parse_ifimm_zero): Likewise.
1361 (parse_qfloat_immediate): Likewise.
1362 (arm_elf_section_type): Likewise.
1363 (arm_parse_extension): Likewise.
1364 (aeabi_set_public_attributes): Likewise.
1365 (s_arm_arch_extension): Likewise.
1366 (arm_data_in_code): Likewise.
1367 (start_unwind_section): Likewise.
1368 * config/tc-avr.c (avr_ldi_expression): Likewise.
1369 * config/tc-csky.c (is_freglist_legal): Likewise.
1370 (csky_s_section): Likewise.
1371 * config/tc-d30v.c (do_assemble): Likewise.
1372 * config/tc-dlx.c (parse_operand): Likewise.
1373 * config/tc-epiphany.c (md_assemble): Likewise.
1374 * config/tc-h8300.c (h8300_elf_section): Likewise.
1375 (get_operand): Likewise.
1376 * config/tc-hppa.c (pa_ip): Likewise.
1377 (pa_level): Likewise.
1378 (pa_space): Likewise.
1379 * config/tc-i386.c (i386_mach): Likewise.
1380 (md_assemble): Likewise.
1381 (check_VecOperations): Likewise.
1382 (i386_target_format): Likewise.
1383 (i386_elf_section_type): Likewise.
1384 * config/tc-ia64.c (start_unwind_section): Likewise.
1385 (md_parse_option): Likewise.
1386 (is_taken_branch): Likewise.
1387 (idesc->name,): Likewise.
1388 (note_register_values): Likewise.
1389 (do_alias): Likewise.
1390 * config/tc-m32c.c (insn_to_subtype): Likewise.
1391 * config/tc-m68hc11.c (get_operand): Likewise.
1392 (md_assemble): Likewise.
1393 * config/tc-m68k.c (m68k_ip): Likewise.
1394 (m68k_elf_suffix): Likewise.
1395 * config/tc-mcore.c (mcore_s_section): Likewise.
1396 * config/tc-metag.c (parse_get_set): Likewise.
1397 (md_parse_option): Likewise.
1398 * config/tc-microblaze.c (parse_imm): Likewise.
1399 (check_got): Likewise.
1400 (md_apply_fix): Likewise.
1401 * config/tc-mips.c (CPU_HAS_MIPS16): Likewise.
1402 (md_begin): Likewise.
1403 (s_is_linkonce): Likewise.
1404 (check_regno): Likewise.
1405 (match_float_constant): Likewise.
1406 (classify_vr4120_insn): Likewise.
1407 (match_insn): Likewise.
1408 (mips_after_parse_args): Likewise.
1409 (s_change_sec): Likewise.
1410 (s_option): Likewise.
1411 (parse_code_option): Likewise.
1412 (md_section_align): Likewise.
1413 (nopic_need_relax): Likewise.
1414 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
1415 * config/tc-mn10300.c (mn10300_fix_adjustable): Likewise.
1416 (mn10300_end_of_match): Likewise.
1417 * config/tc-msp430.c (msp430_make_init_symbols): Likewise.
1418 * config/tc-nds32.c (nds32_parse_option): Likewise.
1419 * config/tc-nds32.h (md_do_align): Likewise.
1420 * config/tc-nios2.c (strprefix): Likewise.
1421 (nios2_special_relocation_p): Likewise.
1422 (nios2_parse_base_register): Likewise.
1423 (nios2_cons): Likewise.
1424 * config/tc-ns32k.c (addr_mode): Likewise.
1425 * config/tc-pdp11.c (set_option): Likewise.
1426 (parse_reg): Likewise.
1427 (parse_ac5): Likewise.
1428 (parse_op_no_deferred): Likewise.
1429 (set_cpu_model): Likewise.
1430 (set_machine_model): Likewise.
1431 * config/tc-pj.c (md_operand): Likewise.
1432 * config/tc-ppc.c (ppc_set_cpu): Likewise.
1433 (ppc_arch): Likewise.
1434 (ppc_section_type): Likewise.
1435 * config/tc-s12z.c (tb_reg_rel): Likewise.
1436 (tb_opr_rel): Likewise.
1437 * config/tc-s390.c (s390_parse_cpu): Likewise.
1438 (md_parse_option): Likewise.
1439 * config/tc-score.c (s3_nopic_need_relax): Likewise.
1440 (s3_pic_need_relax): Likewise.
1441 * config/tc-score7.c (s7_nopic_need_relax): Likewise.
1442 (s7_pic_need_relax): Likewise.
1443 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
1444 * config/tc-sparc.c (md_parse_option): Likewise.
1445 (sparc_ip): Likewise.
1446 (s_reserve): Likewise.
1447 (s_common): Likewise.
1448 (s_seg): Likewise.
1449 (sparc_cons): Likewise.
1450 * config/tc-tic54x.c (stag_add_field): Likewise.
1451 (tic54x_endstruct): Likewise.
1452 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
1453 * config/tc-v850.c (v850_comm): Likewise.
1454 (md_begin): Likewise.
1455 (md_assemble): Likewise.
1456 * config/tc-vax.c (vax_cons): Likewise.
1457 * config/tc-wasm32.c (wasm32_leb128): Likewise.
1458 * config/tc-xstormy16.c (md_operand): Likewise.
1459 * config/tc-xtensa.c (get_directive): Likewise.
1460 (xg_instruction_matches_option_term): Likewise.
1461 (is_unaligned_label): Likewise.
1462 (cache_literal_section): Likewise.
1463 * config/xtensa-relax.c (parse_precond): Likewise.
1464 (parse_option_cond): Likewise.
1465 (transition_applies): Likewise.
1466 (wide_branch_opcode): Likewise.
1467 * dw2gencfi.c: Likewise.
1468 * dwarf2dbg.c (dwarf2_directive_filename): Likewise.
1469 * ehopt.c (get_cie_info): Likewise.
1470 * input-file.c (input_file_open): Likewise.
1471 * listing.c (listing_newline): Likewise.
1472 (debugging_pseudo): Likewise.
1473 * read.c (read_a_source_file): Likewise.
1474 * write.c (adjust_reloc_syms): Likewise.
1475 (compress_debug): Likewise.
1476 (maybe_generate_build_notes): Likewise.
1477
fdb21288
AM
14782021-03-31 Alan Modra <amodra@gmail.com>
1479
1480 * itbl-lex-wrapper.c: Include as.h not sysdep.h.
1481 * config/bfin-lex-wrapper.c: Likewise.
1482 * itbl-lex.l: Don't include as.h.
1483 * config/bfin-lex.l: Likewise.
1484
5b7c81bd
AM
14852021-03-31 Alan Modra <amodra@gmail.com>
1486
1487 * as.h (POISON_BFD_BOOLEAN): Define.
1488 * as.c, * as.h, * atof-generic.c, * config/atof-ieee.c,
1489 * config/bfin-aux.h, * config/obj-coff.c, * config/obj-ecoff.c,
1490 * config/obj-elf.c, * config/obj-elf.h, * config/obj-som.c,
1491 * config/tc-aarch64.c, * config/tc-alpha.c, * config/tc-arc.c,
1492 * config/tc-arc.h, * config/tc-arm.c, * config/tc-arm.h,
1493 * config/tc-avr.c, * config/tc-avr.h, * config/tc-bfin.c,
1494 * config/tc-bfin.h, * config/tc-bpf.c, * config/tc-cris.c,
1495 * config/tc-csky.c, * config/tc-csky.h, * config/tc-d10v.c,
1496 * config/tc-d10v.h, * config/tc-d30v.c, * config/tc-d30v.h,
1497 * config/tc-dlx.c, * config/tc-dlx.h, * config/tc-epiphany.c,
1498 * config/tc-epiphany.h, * config/tc-fr30.c, * config/tc-fr30.h,
1499 * config/tc-frv.c, * config/tc-frv.h, * config/tc-ft32.c,
1500 * config/tc-ft32.h, * config/tc-h8300.c, * config/tc-hppa.c,
1501 * config/tc-i386-intel.c, * config/tc-i386.c, * config/tc-ia64.c,
1502 * config/tc-ip2k.c, * config/tc-iq2000.c, * config/tc-iq2000.h,
1503 * config/tc-lm32.c, * config/tc-lm32.h, * config/tc-m32c.c,
1504 * config/tc-m32c.h, * config/tc-m32r.c, * config/tc-m32r.h,
1505 * config/tc-m68hc11.c, * config/tc-m68k.c, * config/tc-mcore.c,
1506 * config/tc-mcore.h, * config/tc-mep.c, * config/tc-mep.h,
1507 * config/tc-metag.c, * config/tc-metag.h,
1508 * config/tc-microblaze.c, * config/tc-mips.c, * config/tc-mips.h,
1509 * config/tc-mmix.c, * config/tc-mn10200.c, * config/tc-mn10300.c,
1510 * config/tc-mn10300.h, * config/tc-moxie.c, * config/tc-msp430.c,
1511 * config/tc-msp430.h, * config/tc-mt.c, * config/tc-mt.h,
1512 * config/tc-nds32.c, * config/tc-nds32.h, * config/tc-nios2.c,
1513 * config/tc-ns32k.c, * config/tc-or1k.c, * config/tc-or1k.h,
1514 * config/tc-pdp11.c, * config/tc-ppc.c, * config/tc-pru.c,
1515 * config/tc-pru.h, * config/tc-riscv.c, * config/tc-riscv.h,
1516 * config/tc-rx.c, * config/tc-rx.h, * config/tc-s12z.c,
1517 * config/tc-s12z.h, * config/tc-s390.c, * config/tc-score.c,
1518 * config/tc-score.h, * config/tc-score7.c, * config/tc-sh.c,
1519 * config/tc-sh.h, * config/tc-spu.c, * config/tc-tic54x.c,
1520 * config/tc-tic6x.c, * config/tc-tic6x.h, * config/tc-tilegx.c,
1521 * config/tc-tilepro.c, * config/tc-v850.c, * config/tc-v850.h,
1522 * config/tc-visium.c, * config/tc-visium.h, * config/tc-wasm32.c,
1523 * config/tc-wasm32.h, * config/tc-xc16x.c, * config/tc-xgate.c,
1524 * config/tc-xstormy16.c, * config/tc-xstormy16.h,
1525 * config/tc-xtensa.c, * config/tc-xtensa.h, * config/tc-z80.c,
1526 * config/tc-z8k.c, * config/xtensa-istack.h,
1527 * config/xtensa-relax.c, * config/xtensa-relax.h, * dw2gencfi.c,
1528 * dwarf2dbg.c, * dwarf2dbg.h, * expr.c, * expr.h, * frags.c,
1529 * frags.h, * listing.c, * macro.c, * output-file.c, * read.c,
1530 * read.h, * stabs.c, * symbols.c, * write.c: Replace bfd_boolean
1531 with bool, FALSE with false, and TRUE with true.
1532
3dfb1b6d
AM
15332021-03-31 Alan Modra <amodra@gmail.com>
1534
1535 * config/tc-aarch64.c: Include stdint.h in place of bfd_stdint.h.
1536 * config/tc-crx.c: Likewise.
1537 * config/tc-nds32.h: Likewise.
1538
5e042380
JB
15392021-03-30 Jan Beulich <jbeulich@suse.com>
1540
1541 * config/tc-i386.c (build_modrm_byte): Change return type.
1542 Change type of "default_seg". Use NULL. Adjust setting of
1543 "default_seg".
1544 (reg_ds, reg_es, reg_ss): New.
1545 (struct _i386_insn): Change type of seg[].
1546 (md_begin): Initialize reg_ds, reg_es, and reg_ss.
1547 (swap_operands): Change type of "temp_seg".
1548 (check_string): Adjust %es check.
1549 (process_operands): Change type of "default_seg". Use NULL.
1550 Adjust segment override processing..
1551 (i386_att_operand): Adjust segment override handling.
1552 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
1553
34684862
JB
15542021-03-30 Jan Beulich <jbeulich@suse.com>
1555
1556 * config/tc-i386.c (reg_eax): New.
1557 (md_begin): Initialize reg_eax.
1558 * config/tc-i386-intel.c (i386_intel_simplify_register): Use
1559 reg_eax.
1560 (i386_intel_simplify): Likewise.
1561
6288d05f
JB
15622021-03-30 Jan Beulich <jbeulich@suse.com>
1563
1564 * config/tc-i386.c (reg_st0): New.
1565 (md_begin): Convert to switch(). Initialize reg_st0. Don't
1566 insert other st(N).
1567 (parse_real_register): Adjust st(N) processing.
1568
ca5312a2
JB
15692021-03-30 Jan Beulich <jbeulich@suse.com>
1570
1571 * config/tc-i386.c (rc_op): Delete.
1572 (struct Rounding_Operation): Move ...
1573 (struct _i386_insn): ... here. Change field "rounding".
1574 (build_evex_prefix): Adjust rounding processing.
1575 (swap_2_operands): Likewise.
1576 (check_VecOperands): Likewise.
1577 (RC_SAE_immediate): Likewise.
1578 (optimize_encoding): Adjust check for rounding.
1579 (build_modrm_byte): Likewise.
1580 (output_imm): Likewise.
1581 (md_assemble): Initialize rounding type.
1582
5273a3cd
JB
15832021-03-30 Jan Beulich <jbeulich@suse.com>
1584
1585 * config/tc-i386.c (broadcast_op): Delete.
1586 (struct Broadcast_Operation): Move ...
1587 (struct _i386_insn): ... here. Change field "broadcast".
1588 (match_mem_size): Adjust check for broadcast.
1589 (optimize_encoding): Likewise.
1590 (process_suffix): Likewise.
1591 (build_evex_prefix): Adjust broadcast processing.
1592 (swap_2_operands): Likewise.
1593 (check_VecOperations): Likewise.
1594 (match_template): Likewise.
1595 (check_VecOperands): Likewise.
1596
6225c532
JB
15972021-03-30 Jan Beulich <jbeulich@suse.com>
1598
1599 * config/tc-i386.c (reg_k0): New.
1600 (mask_op): Delete.
1601 (struct Mask_Operation): Move ...
1602 (struct _i386_insn): ... here. Change field "mask".
1603 (md_begin): Initialize reg_k0.
1604 (build_evex_prefix): Adjust mask processing.
1605 (swap_2_operands): Likewise.
1606 (check_VecOperands): Likewise.
1607 (check_VecOperations): Likewise.
1608 (optimize_encoding): Adjust checks for masking.
1609 (output_insn): Likewise.
1610
783c187b
JB
16112021-03-30 Jan Beulich <jbeulich@suse.com>
1612
1613 * config/tc-i386.c (swap_2_operands): Switch parameters to
1614 unsigned.
1615 (struct RC_Operation): Switch operand field to unsigned.
1616 (struct Mask_Operation): Likewise.
1617 (struct Broadcast_Operation): Likewise.
1618 (build_evex_prefix): Drop cast.
1619 (check_VecOperands): Likewise.
1620 (build_modrm_byte): Likewise.
1621 (output_imm): Likewise.
1622 (check_VecOperations): Add casts to unsigned.
1623
c8cad9d3
JB
16242021-03-29 Jan Beulich <jbeulich@suse.com>
1625
1626 * testsuite/gas/i386/x86-64-sse2avx.s: Add vpsadbw case.
1627 * testsuite/gas/i386/x86-64-avx-swap-2.d.
1628 testsuite/gas/i386/x86-64-sse2avx.d: Adjust expectations.
1629
389d00a5
JB
16302021-03-29 Jan Beulich <jbeulich@suse.com>
1631
1632 * config/tc-i386.c (optimize_encoding): Replace VEX-encoding
1633 checks by opcodespace ones.
1634 (insert_lfence_before): Likewise.
1635 (maybe_fused_with_jcc_p): Likewise.
1636 (add_branch_padding_frag_p): Likewise.
1637 (output_disp): Likewise.
1638 (load_insn_p): Re-arrange checks to key applicable ones off of
1639 an opcodespace check.
1640 (md_assemble): Adjust opcode checks.
1641 (check_byte_reg): Likewise.
1642 (process_operands): Likewise.
1643 (i386_index_check): Likewise.
1644 (process_suffix): Likewise. New local variable is_movx. Adjust
1645 movsx/movzx and crc32 handling.
1646 (output_insn): Adjust opcode checks. Drop no longer reachable
1647 case labels. Output legacy encoding prefixes in addition to the
1648 base_opcode byte(s). Rework counting of prefixes for extended
1649 opcode maps.
1650 * config/tc-i386-intel.c (i386_intel_simplify_register): Adjust
1651 opcode checks.
1652
63b4cc53
AM
16532021-03-29 Alan Modra <amodra@gmail.com>
1654
1655 * atof-generic.c (FALSE, TRUE): Don't define.
1656 * config/obj-elf.h (FALSE, TRUE): Don't define.
1657 * config/obj-som.h (FALSE, TRUE): Don't define.
1658 * config/tc-hppa.h (FALSE, TRUE): Don't define.
1659 * config/tc-pdp11.c (FALSE, TRUE): Don't define.
1660 * config/tc-iq2000.h (obj_fix_adjustable): Delete.
1661 * config/tc-m32r.h (TC_FIX_ADJUSTABLE): Delete.
1662 * config/tc-mt.h (obj_fix_adjustable): Delete.
1663 * config/tc-nds32.h (TC_FIX_ADJUSTABLE): Delete.
1664 * config/tc-arc.c (parse_opcode_flags): Simplify boolean expression.
1665 (relaxable_flag, relaxable_operand, assemble_insn): Likewise.
1666 (tokenize_extregister): Likewise.
1667 * config/tc-csky.c (parse_opcode, get_operand_value): Likewise.
1668 (parse_operands_op, parse_operands, md_assemble): Likewise.
1669 * config/tc-d10v.c (build_insn): Likewise.
1670 * config/tc-score.c (s3_gen_insn_frag): Likewise.
1671 * config/tc-score7.c (s7_gen_insn_frag, s7_relax_frag): Likewise.
1672 * config/tc-tic6x.c (tic6x_update_features, md_assemble): Likewise.
1673 * config/tc-z80.c (emit_byte): Likewise.
1674
854f1e4b
AM
16752021-03-29 Alan Modra <amodra@gmail.com>
1676
1677 * config/tc-arm.c (struct arm_long_option_table <func>): Return
1678 bfd_boolean.
1679 * config/tc-arm.h (arm_optimize_expr, arm_data_in_code): Likewise.
1680 * config/tc-metag.c (parse_mov_port): Replace unsigned int variable
1681 with bfd_boolean.
1682 (parse_mmov, parse_mov_ct, parse_alu, parse_shift, parse_bitop),
1683 (parse_cmp, parse_fmmov, parse_fmov_data, parse_fearith),
1684 (parse_dget_set, parse_dalu): Likewise, ensuring assignment from
1685 logical expressions.
1686 (struct metag_long_option <func>): Return bfd_boolean.
1687 (metag_parse_cpu, metag_parse_fpu, metag_parse_dsp): Likewise.
1688 * config/tc-msp430.c (msp430_dstoperand): Correct dummy type.
1689 * config/tc-s12z.c (parse_operand_func): Return bfd_boolean.
1690 (no_operands, lex_force_match, lex_reg_list): Likewise.
1691 (size_from_suffix): Return int.
1692 (s12z_relax_frag, md_estimate_size_before_relax): Return 0.
1693 * config/tc-s12z.h (tc_s12z_fix_adjustable): Likewise.
1694
c3344b62
JB
16952021-03-26 Jan Beulich <jbeulich@suse.com>
1696
1697 * testsuite/gas/i386/x86-64-nosse2.s,
1698 testsuite/gas/i386/x86-64-nosse2.l: New.
1699 * testsuite/gas/i386/i386.exp: Run new test.
1700
efa30ac3
HAQ
17012021-03-25 Abid Qadeer <abidh@codesourcery.com>
1702
1703 * testsuite/gas/nios2/brn.d: New.
1704 * testsuite/gas/nios2/brn.d: New.
1705
5e74b495
JB
17062021-03-25 Jan Beulich <jbeulich@suse.com>
1707
1708 * config/tc-i386.c (match_template): Use t instead of i.tm.
1709
596a02ff
JB
17102021-03-25 Jan Beulich <jbeulich@suse.com>
1711
1712 * testsuite/gas/i386/avx512f-nondef.s: Add vgather cases.
1713 * testsuite/gas/i386/x86-64-vgather-check.s: Add cases with
1714 colliding registers in the upper half of the space.
1715 * testsuite/gas/i386/avx512f-nondef.d,
1716 testsuite/gas/i386/vgather-check.d,
1717 testsuite/gas/i386/x86-64-vgather-check.d,
1718 testsuite/gas/i386/x86-64-vgather-check-error.l,
1719 testsuite/gas/i386/x86-64-vgather-check-warn.e: Adjust
1720 expecations.
1721 * testsuite/gas/i386/vgather-check-none.d,
1722 testsuite/gas/i386/vgather-check-warn.d,
1723 testsuite/gas/i386/x86-64-vgather-check-none.d,
1724 testsuite/gas/i386/x86-64-vgather-check-warn.d: Refer to "base"
1725 tests for expected dump output.
1726
53642852
JB
17272021-03-25 Jan Beulich <jbeulich@suse.com>
1728
1729 * testsuite/gas/i386/avx512f-nondef.s: Add case for EVEX.z
1730 without mask register.
1731 * testsuite/gas/i386/avx512f-nondef.d: Adjust expectations.
1732
c0e54661
JB
17332021-03-25 Jan Beulich <jbeulich@suse.com>
1734
1735 * config/tc-i386.c (md_assemble): Widen set of insns to avoid
1736 swapping operands for.
1737 * testsuite/gas/i386/invlpgb.s: Fix, re-arrange, and add Intel
1738 syntax tests.
1739 * testsuite/gas/i386/snp.s: Re-arrange and add multi-operand as
1740 well as Intel syntax tests.
1741 * testsuite/gas/i386/invlpgb.d, testsuite/gas/i386/snp.d: Adjust
1742 expectations.
32d71569 1743 * testsuite/gas/i386/invlpgb64.d, testsuite/gas/i386/snp64.d:
c0e54661
JB
1744 Likewise. Drop passing --def-sym to as.
1745
829f3fe1
JB
17462021-03-25 Jan Beulich <jbeulich@suse.com>
1747
1748 PR/gas 27419
1749 * config/tc-i386.c (process_suffix): Restrict (%rip) -> (%eip)
1750 conversion to x32 mode.
1751 * testsuite/gas/i386/ilp32/enqcmd.s,
1752 testsuite/gas/i386/ilp32/enqcmd.d,
1753 testsuite/gas/i386/ilp32/movdir.s,
1754 testsuite/gas/i386/ilp32/movdir.d: New.
1755 * testsuite/gas/i386/x86-64-enqcmd.s,
1756 testsuite/gas/i386/x86-64-movdir.s: Drop mismatched operand
1757 cases.
1758 * testsuite/gas/i386/x86-64-enqcmd-inval.s: Add (%rip) and
1759 (%eip) cases.
1760 * testsuite/gas/i386/x86-64-movdir64b-reg.s Add (%eip) case.
1761 * testsuite/gas/i386/x86-64-enqcmd.d,
1762 testsuite/gas/i386/x86-64-enqcmd-intel.d,
1763 testsuite/gas/i386/x86-64-enqcmd-inval.l,
1764 testsuite/gas/i386/x86-64-movdir.d,
1765 testsuite/gas/i386/x86-64-movdir-intel.d,
1766 testsuite/gas/i386/x86-64-movdir64b-reg.l: Adjust expectations.
1767
5a403766
AM
17682021-03-25 Alan Modra <amodra@gmail.com>
1769
1770 PR 27647
1771 * testsuite/gas/ppc/a2.d: Update expected output.
1772 * testsuite/gas/ppc/power8.d: Likewise.
1773
9a182d04
JB
17742021-03-24 Jan Beulich <jbeulich@suse.com>
1775
1776 * config/tc-i386.c (struct _i386_insn): New field
1777 opcode_length.
1778 (md_begin): Drop assertion.
1779 (install_template): New.
1780 (build_vex_prefix): Call install_template.
1781 (match_template): Likewise.
1782 (process_operands): Use new opcode_length field.
1783 (output_jump): Likewise.
1784 (output_insn): Likewise. Adjust psedo prefix check.
1785
35648716
JB
17862021-03-24 Jan Beulich <jbeulich@suse.com>
1787
1788 * config/tc-i386.c (md_begin): Add assertion.
1789 (build_vex_prefix): Drop implied prefix calculation.
1790 (build_evex_prefix): Likewise.
1791 (optimize_encoding): Adjust opcode checks.
1792 (load_insn_p): Also check opcodeprefix.
1793 (match_template): Also check opcodespace.
1794 (process_suffix): Likewise.
1795 (process_operands): Likewise.
1796 (output_insn): Likewise. Also check isprefix when discaring
1797 standalone LOCK.
1798 * config/tc-i386-intel.c (i386_intel_operand): Also check
1799 opcodespace.
1800
31184569
JB
18012021-03-24 Jan Beulich <jbeulich@suse.com>
1802
1803 * config/tc-i386.c (parse_insn): Recognize pseudo prefixes by
1804 base_opcode and extension_opcode.
1805
b933fa4b
JB
18062021-03-23 Jan Beulich <jbeulich@suse.com>
1807
1808 * config/tc-i386.c (pte): Re-order opc_pfx[] entries.
1809
dac10fb0
JB
18102021-03-23 Jan Beulich <jbeulich@suse.com>
1811
1812 * config/tc-i386.c (output_i386_opcode): Invoke
1813 process_i386_cpu_flag() slightly later.
1814 (process_i386_opcodes): Likewise.
1815
441f6aca
JB
18162021-03-23 Jan Beulich <jbeulich@suse.com>
1817
1818 * config/tc-i386.c (pte): Print prefix and encoding space.
1819 (build_vex_prefix): Check opcodespace instead of opcodeprefix.
1820 (build_evex_prefix): Likewise.
1821 (load_insn_p): Likewise.
1822
70e95837
JB
18232021-03-23 Jan Beulich <jbeulich@suse.com>
1824
1825 * config/tc-i386.c (load_insn_p): Use PREFIX_NONE. Fold two
1826 if()-s.
1827 (match_template, output_insn): Use PREFIX_NONE.
1828
a152332d
JB
18292021-03-23 Jan Beulich <jbeulich@suse.com>
1830
1831 * config/tc-i386.c (i386_index_check): New local variable t.
1832 Correct MPX insn check.
1833 * config/tc-i386-intel.c (i386_intel_simplify_register): Correct
1834 MPX insn check.
1835 * testsuite/gas/i386/x86-64-mpx.s: Add RIP-relative cases. Test
1836 index scaling by other than 1.
1837 * testsuite/gas/i386/x86-64-mpx.d: Adjust expectations.
1838
08dedd66
ML
18392021-03-22 Martin Liska <mliska@suse.cz>
1840
1841 * config/tc-i386.c (md_parse_option): Replace usage of CONST_STRNEQ with startswith.
1842 (x86_64_section_word): Likewise.
1843 * config/tc-sparc.c (md_parse_option): Likewise.
1844
826b97d4
AM
18452021-03-19 Alan Modra <amodra@gmail.com>
1846
1847 * app.c (do_scrub_chars): Don't lose spaces before a slash.
1848
3273f9a1
CG
18492021-03-18 Christian Groessler <chris@groessler.org>
1850
1851 * config/tc-z8k.c (apply_fix): Handle 7-bit relocations correctly.
1852 Problem found by Tadashi G. Takaoka <tadashi.g.takaoka@gmail.com>.
1853
80d49d6a
KLC
18542021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1855
1856 * config/tc-riscv.c (ext_version_table): Add b, zba, zbb and zbc.
1857 (riscv_multi_subset_supports): Add INSN_CLASS_ZB*.
1858 * testsuite/gas/riscv/b-ext-64.s: Bitmanip test case.
1859 * testsuite/gas/riscv/b-ext-64.d: Likewise.
1860 * testsuite/gas/riscv/b-ext.s: Likewise.
1861 * testsuite/gas/riscv/b-ext.d: Likewise.
1862
7fce7ea9
PW
18632021-03-12 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1864
1865 * testsuite/gas/aarch64/illegal-sysreg-7.d: New test.
1866 * testsuite/gas/aarch64/illegal-sysreg-7.l: New test.
1867 * testsuite/gas/aarch64/illegal-sysreg-7.s: New test.
1868 * testsuite/gas/aarch64/sysreg-7.d: New test.
1869 * testsuite/gas/aarch64/sysreg-7.s: New test.
1870
1b2cb8e2
CC
18712021-03-12 Clément Chigot <clement.chigot@atos.net>
1872
1873 * config/tc-ppc.c (ppc_xcoff_text_section, ppc_xcoff_data_section,
1874 (ppc_xcoff_bss_section, ppc_xcoff_tdata_section,
1875 (ppc_xcoff_tbss_section): New variables.
1876 (ppc_text_subsegment, ppc_text_csects, ppc_data_subgments,
1877 (ppc_data_csects): Removed.
1878 (ppc_xcoff_section_is_initialized, ppc_init_xcoff_section,
1879 ppc_xcoff_parse_cons): New functions.
1880 (md_being): Initialize XCOFF sections.
1881 (ppc_xcoff_suffix): Add support for TLS relocations
1882 (fixup_size, md_apply_fix): Add support for new BFD_RELOC.
1883 (ppc_change_csect): Handle XMC_TL, XMC_UL. Correctly, add XMC_BS
1884 to .bss section. Handle new XCOFF section variables.
1885 (ppc_comm): Likewise.
1886 (ppc_toc): Likewise.
1887 (ppc_symbol_new_hook): Likewise.
1888 (ppc_frob_symbol): Likewise.
1889 (ppc_fix_adjustable): Add tbss support.
1890 * config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): New define.
1891 (ppc_xcoff_parse_cons): Add prototype.
1892 (struct ppc_xcoff_section): New structure.
1893
4a403be0
CC
18942021-03-12 Clément Chigot <clement.chigot@atos.net>
1895
1896 * config/tc-ppc.c (ppc_xcoff_suffix): New function.
1897 (MAP, MAP32, MAP64): New macros for XCOFF.
1898 (ppc_xcoff_fixup_addis): New function.
1899 (ppc_is_toc_sym): Handle XMC_TE.
1900 (fixup_size): Add cases for BFD_RELOC_PPC_TOC16_HI and
1901 BFD_RELOC_PPC_TOC16_LO.
1902 (md_assemble): Call ppc_xcoff_fixup_addis for XCOFF.
1903 (ppc_change_csect): Handle XMC_TE.
1904 (ppc_tc): Enable .tc symbols to have only a XMC_TC or XMC_TE
1905 storage class.
1906 (ppc_symbol_new_hook): Handle XMC_TE.
1907 (ppc_frob_symbol): Likewise.
1908 (ppc_fix_adjustable): Likewise.
1909 (md_apply_fix): Handle BFD_RELOC_PPC_TOC16_HI and
1910 BFD_RELOC_PPC_TOC16_LO.
1911
b763d508
JB
19122021-03-10 Jan Beulich <jbeulich@suse.com>
1913
1914 * testsuite/gas/i386/avx512f-intel.d,
1915 testsuite/gas/i386/avx512f_vl-intel.d,
1916 testsuite/gas/i386/avx512pf-intel.d,
1917 testsuite/gas/i386/x86-64-avx512f-intel.d,
1918 testsuite/gas/i386/x86-64-avx512f_vl-intel.d,
1919 testsuite/gas/i386/x86-64-avx512pf-intel.d: Adjust expectations.
1920
31941983
JB
19212021-03-10 Jan Beulich <jbeulich@suse.com>
1922
1923 * testsuite/gas/i386/prefetch.d,
1924 testsuite/gas/i386/prefetch-intel.d,
1925 testsuite/gas/i386/x86-64-prefetch.d,
1926 testsuite/gas/i386/x86-64-prefetch-intel.d: Adjust expectations.
1927 * testsuite/gas/i386/nops-8.s, testsuite/gas/i386/nops-8.d: New.
1928 * testsuite/gas/i386/i386.exp: Run new test.
1929
742732c7
JB
19302021-03-09 Jan Beulich <jbeulich@suse.com>
1931
1932 * config/tc-i386.c (check_hle): Replace HLEPrefix* by Prefix*.
1933 (md_assemble): Replace use of repprefixok, islockable, and
1934 notrackprefixok.
1935 (i386_index_check): Replace use of repprefixok.
1936
e93a3b27
JB
19372021-03-09 Jan Beulich <jbeulich@suse.com>
1938
1939 * testsuite/gas/i386/noreg64.s: Add sysexit.
1940 * testsuite/gas/i386/x86-64-sysenter-amd.s: Split sysexit into
1941 sysexitl and sysexitq.
1942 * testsuite/gas/i386/noreg-intel64.l,
1943 testsuite/gas/i386/noreg64-data16.d,
1944 testsuite/gas/i386/noreg64-data16.e,
1945 testsuite/gas/i386/noreg64-rex64.d,
1946 testsuite/gas/i386/noreg64.d,
1947 testsuite/gas/i386/noreg64.l,
1948 testsuite/gas/i386/x86-64-sysenter-amd.d,
1949 testsuite/gas/i386/x86-64-sysenter-amd.l,
1950 testsuite/gas/i386/x86-64-sysenter-intel.d: Adjust expectations.
1951
fe0171d2
NC
19522021-02-26 Nick Clifton <nickc@redhat.com>
1953
1954 PR 27411
1955 * config/tc-arm.c (do_t_add_sub): Correct error message.
1956 * testsuite/gas/arm/pr27411.s: New test.
1957 * testsuite/gas/arm/pr27411.d: New test driver.
1958 * testsuite/gas/arm/pr27411.l: Expected error output for new test.
1959
55add51e
AM
19602021-02-24 Alan Modra <amodra@gmail.com>
1961
1962 PR 23691
1963 * Makefile.am (TARGET_CPU_CFILES): Split off config/xtensa-relax.c..
1964 (TARGET_CPU_HFILES): ..and config/xtensa-relax.h..
1965 (TARGET_EXTRA_FILES): ..to here. Add config/bfin-lex-wrapper.c,
1966 and use alongside TARGET_CPU_CFILES.
1967 (EXTRA_DIST): Update location of generated .c files.
1968 (config/m68k-parse.c): New rule replacing m68k-parse.c rule.
1969 (config/bfin-parse.c, config/rl78-parse.cm config/rx-parse.c),
1970 (config/bfin-lex.c, config/bfin-lex-wrapper.@OBJEXT@): Similarly.
1971 (itbl-lex-wrapper.@OBJEXT@): Simplify to just the needed
1972 dependencies.
1973 (itbl-parse.@OBJEXT@): Delete rule using NO_WERROR.
1974 (itbl-parse.c, itbl-parse.h): Tidy.
1975 * config/bfin-lex-wrapper.c: Include config/bfin-lex.c.
1976 * config/bfin-lex.l: Include config/bfin-parse.h.
1977 * configure.ac (extra_objects): Move object files corresponding
1978 to .y and .l files now in config/ to config/.
1979 * Makefile.in: Regenerate.
1980 * configure: Regenerate.
1981 * po/POTFILES.in: Regenerate.
1982
0257c2ff
NC
19832021-02-19 Nick Clifton <nickc@redhat.com>
1984
1985 * config/tc-riscv.c (riscv_ip): Fix compile time warnings about
1986 misleading indentation.
1987
5a9f5403
NC
19882021-02-19 Nelson Chu <nelson.chu@sifive.com>
1989
1990 PR 27158
1991 * config/tc-riscv.c (riscv_ip): Updated encoding macros.
1992 (md_apply_fix): Likewise.
1993 (md_convert_frag_branch): Likewise.
1994 (validate_riscv_insn): Likewise. Also arranged operands, including
1995 added C5 and C6 operands, and removed unused Ci and C< operands.
1996 * doc/c-riscv.texi: Updated and added CSS/CL/CS types.
1997 * testsuite/gas/riscv/insn.d: Added CSS/CL/CS instructions.
1998 * testsuite/gas/riscv/insn.s: Likewise.
1999
3d73d29e
NC
20002021-02-18 Nelson Chu <nelson.chu@sifive.com>
2001
2002 * config/tc-riscv.c: Included cpu-riscv.h.
2003 (enum riscv_csr_clas): Moved from include/opcode/riscv.h.
2004 (struct riscv_csr_extra): Likewise.
2005 (struct riscv_ext_version): Likewise.
2006 (ext_version_table): Moved from opcodes/riscv-opc.c.
2007 (default_isa_spec): Updated type to riscv_spec_class.
2008 (default_priv_spec): Likewise.
2009 (riscv_set_default_isa_spec): Updated.
2010 (init_ext_version_hash): Likewise.
2011 (riscv_init_csr_hash): Likewise, also fixed indent.
2012
089485ff
AM
20132021-02-17 Alan Modra <amodra@gmail.com>
2014
2015 * testsuite/gas/elf/section28.d: xfail h8300.
2016
ca1289b9
L
20172021-02-16 H.J. Lu <hongjiu.lu@intel.com>
2018
2019 PR gas/27412
2020 * config/obj-elf.c (obj_elf_change_section): Strip SHF_GNU_RETAIN
2021 when checking incorrect section attributes.
2022 * testsuite/gas/elf/elf.exp: Run section28 and section29.
2023 * testsuite/gas/elf/section28.d: New file.
2024 * testsuite/gas/elf/section28.s: Likewise.
2025 * testsuite/gas/elf/section29.d: Likewise.
2026 * testsuite/gas/elf/section29.s: Likewise.
2027
394ae71f
JB
20282021-02-16 Jan Beulich <jbeulich@suse.com>
2029
2030 * testsuite/gas/i386/sse-check.s,
2031 testsuite/gas/i386/sse2avx.s,
2032 testsuite/gas/i386/x86-64-sse2avx.s: Add CVTPI2PD cases.
2033 * testsuite/gas/i386/sse-check-error.l,
2034 testsuite/gas/i386/sse-check-warn.e,
2035 testsuite/gas/i386/sse-check.d,
2036 testsuite/gas/i386/sse2avx.d,
2037 testsuite/gas/i386/x86-64-sse-check-error.l,
2038 testsuite/gas/i386/x86-64-sse2avx.d: Adjust expecations.
2039 * testsuite/gas/i386/property-cvtpi2pd.s,
2040 testsuite/gas/i386/property-cvtpi2pd.d,
2041 testsuite/gas/i386/property-cvtpi2ps.s,
2042 testsuite/gas/i386/property-cvtpi2ps.d: New.
2043 * testsuite/gas/i386/i386.exp: Run new tests.
2044
3d70986f
JB
20452021-02-16 Jan Beulich <jbeulich@suse.com>
2046
2047 * config/tc-i386.c (md_assemble): Use template rather than
2048 actuals when updating i.xstate.
2049 * testsuite/gas/i386/property-4.d,
2050 testsuite/gas/i386/property-5.d,
2051 testsuite/gas/i386/property-12.d: Adjust expectations.
2052
014d61ea
JB
20532021-02-16 Jan Beulich <jbeulich@suse.com>
2054
2055 * config/tc-i386.c (output_insn): Handle ldmxcsr, stmxcsr,
2056 vldmxcsr, vstmxcsr, vzeroall, and vzeroupper.
2057 * testsuite/gas/i386/property-ldmxcsr.s,
2058 testsuite/gas/i386/property-ldmxcsr.d,
2059 testsuite/gas/i386/property-vldmxcsr.s,
2060 testsuite/gas/i386/property-vldmxcsr.d,
2061 testsuite/gas/i386/property-vzeroall.s,
2062 testsuite/gas/i386/property-vzeroall.d: New.
2063 * testsuite/gas/i386/i386.exp: Run new tests.
2064
cbe68696
JB
20652021-02-16 Jan Beulich <jbeulich@suse.com>
2066
2067 * testsuite/gas/i386/i386.exp: Move bitness-independent property
2068 tests to bitness independent section.
2069 * testsuite/gas/i386/x86-64-property-2.d,
2070 testsuite/gas/i386/x86-64-property-3.d,
2071 testsuite/gas/i386/x86-64-property-4.d,
2072 testsuite/gas/i386/x86-64-property-5.d,
2073 testsuite/gas/i386/x86-64-property-6.d,
2074 testsuite/gas/i386/x86-64-property-10.d,
2075 testsuite/gas/i386/x86-64-property-11.d,
2076 testsuite/gas/i386/x86-64-property-12.d,
2077 testsuite/gas/i386/x86-64-property-13.d: Delete.
2078
c2f1204d
JB
20792021-02-16 Jan Beulich <jbeulich@suse.com>
2080
2081 * testsuite/gas/i386/enqcmd-16bit.s: Include enqcmd.s, not
2082 movdir.s.
2083 * testsuite/gas/i386/enqcmd-16bit.d: Adjust expectations.
2084
9a12b194
AM
20852021-02-16 Alan Modra <amodra@gmail.com>
2086
2087 PR 27426
2088 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
2089 in another place.
2090
70433886
AM
20912021-02-16 Alan Modra <amodra@gmail.com>
2092
2093 * read.c (demand_copy_C_string): Really check for embedded zeros.
2094
ba2b480f
AK
20952021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
2096
2097 * config/tc-s390.c (s390_parse_cpu): New entry for arch14.
2098 * doc/c-s390.texi: Document arch14 march option.
2099 * testsuite/gas/s390/s390.exp: Run the arch14 related tests.
2100 * testsuite/gas/s390/zarch-arch14.d: New test.
2101 * testsuite/gas/s390/zarch-arch14.s: New test.
2102
c46b7066
NC
21032021-02-12 Nick Clifton <nickc@redhat.com>
2104
2105 * testsuite/gas/mach-o/sections-1.d: Stop automatic debug link
32d71569 2106 following.
c46b7066
NC
2107 * testsuite/gas/xgate/insns-dwarf2.d: Likewise.
2108
3c1d4101
AM
21092021-02-12 Alan Modra <amodra@gmail.com>
2110
2111 * testsuite/gas/all/pr27381.err: Don't match source file name.
2112 * testsuite/gas/all/pr27381.s: Don't start directive in first column.
2113 * testsuite/gas/all/pr27384.err: Don't match source file name.
2114 Adjust line number.
2115 * testsuite/gas/all/pr27384.s: Add ".text" directive.
2116 * testsuite/gas/elf/pr27355.err: Don't match source file name.
2117
933feaf3
AM
21182021-02-11 Alan Modra <amodra@gmail.com>
2119
2120 * NEWS: Mention arm-symbianelf removal.
2121
01e8b831
NC
21222021-02-10 Nick Clifton <nickc@redhat.com>
2123
2124 * listing.c (buffer_line): Remove debugging code accidentally
2125 included with the fix for PR 27384.
2126
284beb43
NC
21272021-02-09 Nick Clifton <nickc@redhat.com>
2128
2129 PR 27381
2130 * read.c (s_incbin): Check that the file to be included is a
2131 regular, non-directory file.
2132 * testsuite/gas/all/pr27381.s: New test source file.
2133 * testsuite/gas/all/pr27381.d: New test control file.
2134 * testsuite/gas/all/pr27381.err: Expected error output for the new test.
2135 * testsuite/gas/all/gas.exp: Run the new test.
2136
a57d1773
AM
21372021-02-09 Alan Modra <amodra@gmail.com>
2138
2139 * Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h.
2140 * config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN
2141 support.
2142 * config/te-symbian.h: Delete.
2143 * configure.tgt: Remove arm-*-symbianelf*.
2144 * testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in
2145 target selection.
2146 * testsuite/gas/arm/arch4t.d: Likewise.
2147 * testsuite/gas/arm/got_prel.d: Likewise.
2148 * testsuite/gas/arm/mapdir.d: Likewise.
2149 * testsuite/gas/arm/mapmisc.d: Likewise.
2150 * testsuite/gas/arm/mapsecs.d: Likewise.
2151 * testsuite/gas/arm/mapshort-eabi.d: Likewise.
2152 * testsuite/gas/arm/thumb-eabi.d: Likewise.
2153 * testsuite/gas/arm/thumb.d: Likewise.
2154 * testsuite/gas/arm/thumbrel.d: Likewise.
2155 * Makefile.in: Regenerate.
2156 * po/POTFILES.in: Regenerate.
2157
4a68fcd7
NC
21582021-02-09 Nick Clifton <nickc@redhat.com>
2159
2160 PR 27384
2161 * listing.c (listing_psize): Check the result of the width
2162 expression before assigning it to paper_width.
2163 * testsuite/gas/all/pr27384.s: New test source file.
2164 * testsuite/gas/all/pr27384.d: New test control file.
2165 * testsuite/gas/all/pr27384.err: Expected errors from new test.
2166 * testsuite/gas/all/gas.exp: Run the new test.
2167
52563b0f
NC
21682021-02-09 Nick Clifton <nickc@redhat.com>
2169
2170 PR 27355
2171 * testsuite/gas/elf/pr27355.s: New test source file.
2172 * testsuite/gas/elf/pr27355.d: New test control file.
2173 * testsuite/gas/elf/pr27355.err: Expected errors from new test.
2174 * testsuite/gas/elf/elf.exp: Run the new test.
2175
bfd428bc
MF
21762021-02-08 Mike Frysinger <vapier@gentoo.org>
2177
2178 * config/tc-tic54x (tic54x_mmregs): Rename to ...
2179 (tic54x_register_mmregs): ... this. Change mmregs to tic54x_mmregs.
2180 (md_pseudo_table): Change tic54x_mmregs to tic54x_register_mmregs.
2181 (md_begin): Add tic54x_ prefix to regs, mmregs, condition_codes,
2182 cc2_codes, cc3_codes, status_bits, and misc_symbols.
2183
80b652ef
NC
21842021-02-08 Nick Clifton <nickc@redhat.com>
2185
2186 PR 27355
2187 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
2188 if it has not already been created.
2189
24075dcc
NC
21902021-02-04 Nelson Chu <nelson.chu@sifive.com>
2191
2192 * config/tc-riscv.c (riscv_multi_subset_supports): Removed
2193 INSN_CLASS_ZB*.
2194 * testsuite/gas/riscv/bitmanip-insns-32.d: Removed.
2195 * testsuite/gas/riscv/bitmanip-insns-64.d: Removed.
2196 * testsuite/gas/riscv/bitmanip-insns.s: Removed.
2197
61ecbbae
AK
21982021-02-03 Andreas Krebbel <krebbel@linux.ibm.com>
2199
2200 * doc/c-s390.texi: Document vector instruction formats.
2201
1f568f9a
EH
22022021-02-01 Emery Hemingway <ehmry@posteo.net>
2203
2204 * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
2205
7bba67ec
AM
22062021-02-01 Alan Modra <amodra@gmail.com>
2207
2208 PR 27283
2209 * config/tc-alpha.c (insert_operand): Delete dead code.
2210
1f583bc2
L
22112021-01-26 H.J. Lu <hongjiu.lu@intel.com>
2212
2213 PR gas/27243
2214 * config/tc-nios2.c (md_begin): Don't disable relaxation with
2215 --gdwarf-N.
2216 * testsuite/gas/nios2/relax.d: New file.
2217 * testsuite/gas/nios2/relax.s: Likewise.
2218
a45ef9a3
AM
22192021-01-26 Alan Modra <amodra@gmail.com>
2220
2221 * testsuite/gas/all/local-label-overflow.d: Use xfail rather than
2222 notarget all except hppa. Comment.
2223 * testsuite/gas/all/sleb128-2.d: Use xfail rather than notarget.
2224 * testsuite/gas/all/sleb128-4.d: Likewise. Don't skip msp430.
2225 * testsuite/gas/all/sleb128-5.d: Use xfail rather than notarget.
2226 * testsuite/gas/all/sleb128-7.d: Likewise.
2227 * testsuite/gas/all/sleb128-9.d: Likewise.
2228 * testsuite/gas/elf/bignums.d: Likewise.
2229 * testsuite/gas/elf/group0c.d: Likewise.
2230 * testsuite/gas/elf/group1a.d: Likewise.
2231 * testsuite/gas/elf/section-symbol-redef.d: Likewise.
2232 * testsuite/gas/elf/section15.d: Likewise.
2233 * testsuite/gas/elf/section4.d: Likewise.
2234 * testsuite/gas/elf/section7.d: Likewise.
2235 * testsuite/gas/macros/irp.d: Likewise.
2236 * testsuite/gas/macros/repeat.d: Likewise.
2237 * testsuite/gas/macros/rept.d: Likewise.
2238 * testsuite/gas/macros/test2.d: Likewise.
2239 * testsuite/gas/macros/vararg.d: Likewise.
2240 * testsuite/gas/all/string.d: Use xfail rather than skip.
2241 * testsuite/gas/elf/missing-build-notes.d: Likewise.
2242 * testsuite/gas/elf/section0.d: Likewise.
2243 * testsuite/gas/elf/section1.d: Likewise.
2244 * testsuite/gas/elf/section10.d: Likewise.
2245 * testsuite/gas/elf/section11.d: Likewise.
2246 * testsuite/gas/elf/section6.d: Likewise.
2247 * testsuite/gas/elf/symtab.d: Use xfail rather than skip, adjust hppa.
2248 * testsuite/gas/elf/symtab.s: Don't start directives in first column.
2249 * testsuite/gas/macros/test3.d: Don't notarget nds32.
2250
9886ff03
AM
22512021-01-26 Alan Modra <amodra@gmail.com>
2252
2253 * testsuite/gas/all/byte.d,
2254 * testsuite/gas/all/byte.l,
2255 * testsuite/gas/all/byte.s: Delete.
2256 * testsuite/gas/all/gas.exp: Don't run byte test.
2257
4287950e
AM
22582021-01-26 Alan Modra <amodra@gmail.com>
2259
2260 PR 27282
2261 * testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
2262 * testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
2263
eea133e6
L
22642021-01-24 H.J. Lu <hongjiu.lu@intel.com>
2265
2266 PR gas/27228
2267 * testsuite/gas/elf/elf.exp: Run pr27228.
2268 * testsuite/gas/elf/pr27228.d: New file.
2269 * testsuite/gas/elf/pr27228.s: Likewise.
2270
68fcee4f
AM
22712021-01-24 Alan Modra <amodra@gmail.com>
2272
2273 PR 27228
2274 * write.c (resolve_reloc_expr_symbols): Don't assume local symbol
2275 is defined.
2276
be07043e
AM
22772021-01-21 Alan Modra <amodra@gmail.com>
2278
2279 PR 27221
2280 * dwarf2dbg.c (dwarf2_gen_line_info_1): Don't warn about ignored
2281 line number info when gas is generating it.
2282 * testsuite/gas/elf/dwarf2-20.d: Adjust to not expect warnings.
2283 * testsuite/gas/m68hc11/indexed12.d: Likewise.
2284 * testsuite/gas/elf/elf.exp: Don't run warn-2.
2285 * gas/testsuite/gas/elf/warn-2.s: Delete.
2286
498ff032
AM
22872021-01-21 Alan Modra <amodra@gmail.com>
2288
2289 PR 27218
2290 * dwarf2dbg.c (dwarf2_gen_line_info): Correct setting of dwarf_level.
2291 (dwarf2_directive_filename, dwarf2_directive_loc): Likewise, and
2292 error for negative file numbers.
2293
4bd7c902
AM
22942021-01-20 Alan Modra <amodra@gmail.com>
2295
2296 * testsuite/gas/ppc/power4.d: Adjust for removal of section sym.
2297 * testsuite/gas/ppc/test1elf32.d: Likewise.
2298 * testsuite/gas/ppc/test1elf64.d: Likewise.
2299
705989f1
L
23002021-01-18 H.J. Lu <hongjiu.lu@intel.com>
2301
2302 PR gas/27195
2303 * dwarf2dbg.c (dwarf2_gen_line_info): Set dwarf_level to 5 if
2304 needed.
2305 (dwarf2_directive_filename): Likewise.
2306 (dwarf2_directive_loc): Likewise.
2307 * testsuite/gas/elf/dwarf-5-file0.d: Pass --gdwarf-3.
2308 * testsuite/gas/lns/lns-diag-1.l: Remove the
2309 "Error: file number less than one" errors.
2310
44365e88
AM
23112021-01-18 Alan Modra <amodra@gmail.com>
2312
2313 PR 27198
2314 * config/tc-i386.c (need_plt32_p): Return FALSE for NULL symbol.
2315 * testsuite/gas/i386/pr27198.d,
2316 * gas/testsuite/gas/i386/pr27198.err,
2317 * gas/testsuite/gas/i386/pr27198.s: New test.
2318 * gas/testsuite/gas/i386/i386.exp: Run it.
2319
1942a048
NC
23202021-01-15 Nelson Chu <nelson.chu@sifive.com>
2321
2322 * config/tc-riscv.c: Indent and GNU coding standards tidy,
2323 also aligned the code.
2324 * config/tc-riscv.h: Likewise.
2325
b800637e
NC
23262021-01-15 Nelson Chu <nelson.chu@sifive.com>
2327
2328 * config/tc-riscv.c: Error and warning messages tidy.
2329 * testsuite/gas/riscv/priv-reg-fail-fext.l: Updated.
2330 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
2331 * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise.
2332 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
2333 * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
2334 * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
2335 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
2336
dcd709e0
NC
23372021-01-15 Nelson Chu <nelson.chu@sifive.com>
2338
2339 * config/tc-riscv.c: Comments tidy and improvement. Also update
2340 comment "fallthru" to "Fall through" that end with a period and
2341 two spaces.
2342
5fda40b2
MF
23432021-01-14 Mike Frysinger <vapier@gentoo.org>
2344
2345 * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries.
2346 Delete warning that these are only available with ELF targets.
2347 * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ...
2348 * read.c (potable): ... here.
2349
abad2815
MF
23502021-01-14 Mike Frysinger <vapier@gentoo.org>
2351
2352 * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
2353 * Makefile.in: Regenerated.
2354
adb0bd8f
MF
23552021-01-14 Mike Frysinger <vapier@gentoo.org>
2356
2357 * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define.
2358 (parse_int): Mark char_bag const.
2359
844bf810
L
23602021-01-13 H.J. Lu <hongjiu.lu@intel.com>
2361
2362 PR gas/27178
2363 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
2364 Don't generate GOT_symbol for PLT relocations.
2365 * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests.
2366 * testsuite/gas/i386/no-got.d: New file.
2367 * testsuite/gas/i386/no-got.s: Likewise.
2368 * testsuite/gas/i386/x86-64-no-got.d: Likewise.
2369 * testsuite/gas/i386/x86-64-no-got.s: Likewise.
2370
5347ed60
AM
23712021-01-13 Alan Modra <amodra@gmail.com>
2372
2373 * Makefile.in: Regenerate.
2374 * Makefile.in: Regenerate.
2375
d546b610
L
23762021-01-12 H.J. Lu <hongjiu.lu@intel.com>
2377
2378 PR binutils/26792
2379 * configure.ac: Use GNU_MAKE_JOBSERVER.
2380 * aclocal.m4: Regenerated.
2381 * configure: Likewise.
2382
6d104cac
NC
23832021-01-12 Nick Clifton <nickc@redhat.com>
2384
2385 * po/fr.po: Updated French translation.
2386
83b33c6c
L
23872021-01-11 H.J. Lu <hongjiu.lu@intel.com>
2388
2389 PR ld/27173
2390 * configure: Regenerated.
2391
82c70b08
KT
23922021-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2393
2394 * NEWS: Remove CSRE.
2395 * config/tc-aarch64.c (parse_csr_operand): Delete.
2396 (parse_operands): Delete handling of
2397 AARCH64_OPND_CSRE_CSR.
2398 (aarch64_features): Remove csre.
2399 * doc/c-aarch64.texi: Remove CSRE.
2400 * testsuite/gas/aarch64/csre.d: Delete.
2401 * testsuite/gas/aarch64/csre-invalid.s: Likewise.
2402 * testsuite/gas/aarch64/csre-invalid.d: Likewise.
2403 * testsuite/gas/aarch64/csre_csr.s: Likewise.
2404 * testsuite/gas/aarch64/csre_csr.d: Likewise.
2405 * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise.
2406 * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise.
2407 * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise.
2408
a8aa72b9
NC
24092021-01-11 Nick Clifton <nickc@redhat.com>
2410
2411 * po/uk.po: Updated Ukranian translation.
2412
a4966cd9
L
24132021-01-09 H.J. Lu <hongjiu.lu@intel.com>
2414
2415 * configure: Regenerated.
2416
573fe3fb
NC
24172021-01-09 Nick Clifton <nickc@redhat.com>
2418
2419 * configure: Regenerate.
2420 * po/gas.pot: Regenerate.
2421
055bc77a
NC
24222021-01-09 Nick Clifton <nickc@redhat.com>
2423
2424 * 2.36 release branch crated.
2425
aae7fcb8
PB
24262021-01-08 Peter Bergner <bergner@linux.ibm.com>
2427
2428 * testsuite/gas/ppc/rop-checks.d,
2429 * testsuite/gas/ppc/rop-checks.l,
2430 * testsuite/gas/ppc/rop-checks.s,
2431 * testsuite/gas/ppc/rop.d,
2432 * testsuite/gas/ppc/rop.s: New tests.
2433 * testsuite/gas/ppc/ppc.exp: Run them.
2434
64307045
AM
24352021-01-09 Alan Modra <amodra@gmail.com>
2436
2437 * configure: Regenerate.
2438
f4782128
ST
24392021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
2440
2441 * configure: Regenerate.
2442
d1bcae83
L
24432021-01-07 H.J. Lu <hongjiu.lu@intel.com>
2444
2445 PR 27109
2446 * read.c (s_reloc): Call symbol_mark_used_in_reloc on the
2447 section symbol.
2448 * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
2449 * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
2450 on the section symbol.
2451 (set_symtab): Don't generate unused section symbols.
2452 (maybe_generate_build_notes): Call symbol_mark_used_in_reloc
2453 on the section symbol.
2454 * config/obj-elf.c (elf_adjust_symtab): Call
2455 symbol_mark_used_in_reloc on the group signature symbol.
2456 * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
2457 from expected output.
2458 * testsuite/gas/elf/elf.exp (run_elf_list_test): Check
2459 is_elf_unused_section_symbols.
2460 * testsuite/gas/elf/section2.e: Updated.
2461 * testsuite/gas/elf/section2.e-unused: New file.
2462 * testsuite/gas/elf/symver.d: Remove unused section symbols.
2463 * testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
2464 * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
2465 * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
2466 * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
2467 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
2468 * testsuite/gas/i386/size-1.d: Likewise.
2469 * testsuite/gas/i386/size-3.d: Likewise.
2470 * testsuite/gas/i386/svr4.d: Likewise.
2471 * testsuite/gas/i386/x86-64-size-1.d: Likewise.
2472 * testsuite/gas/i386/x86-64-size-3.d: Likewise.
2473 * testsuite/gas/i386/x86-64-size-5.d: Likewise.
2474 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
2475
aa881ecd
PT
24762021-01-07 Philipp Tomsich <prt@gnu.org>
2477
2478 * config/tc-riscv.c (riscv_multi_subset_supports): Added
2479 INSN_CLASS_ZIHINTPAUSE.
2480 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
2481 the pause hint instruction.
2482 * testsuite/gas/riscv/pause.s: Likewise.
2483
2652cfad
CXW
24842021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
2485 Jim Wilson <jimw@sifive.com>
2486 Andrew Waterman <andrew@sifive.com>
2487 Maxim Blinov <maxim.blinov@embecosm.com>
2488 Kito Cheng <kito.cheng@sifive.com>
2489 Nelson Chu <nelson.chu@sifive.com>
2490
2491 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
2492 (riscv_get_default_ext_version): Do not check the default_isa_spec when
2493 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
2494 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
2495 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
2496 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
2497
85f55c2b
AM
24982021-01-06 Alan Modra <amodra@gmail.com>
2499
2500 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
2501
22206e84
AM
25022021-01-06 Alan Modra <amodra@gmail.com>
2503
2504 * testsuite/gas/macros/app1.d: xfail tic30.
2505 * testsuite/gas/macros/app2.d: Likewise.
2506 * testsuite/gas/macros/app3.d: Likewise.
2507 * testsuite/gas/macros/app4.d: Likewise.
2508
286d2f2c
MC
25092021-01-06 Marcus Comstedt <marcus@mc.pp.se>
2510
2511 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
2512 * doc/c-riscv.texi: Likewise.
2513
f36ce378
MC
25142021-01-06 Marcus Comstedt <marcus@mc.pp.se>
2515
2516 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
2517 to littleriscv.
2518 * testsuite/gas/riscv/li64.d: Likewise.
2519 * testsuite/gas/riscv/lla32.d: Likewise.
2520 * testsuite/gas/riscv/lla64.d: Likewise.
2521 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
2522 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
2523 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
2524 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
2525 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
2526 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
2527 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
2528
fbc09e7a
MC
25292021-01-06 Marcus Comstedt <marcus@mc.pp.se>
2530
2531 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
2532 elf32-bigriscv.
2533 (install_insn): Always write instructions as little endian.
2534 (riscv_make_nops): Likewise.
2535 (md_convert_frag_branch): Likewise.
2536 (md_number_to_chars): Write data in target endianness.
2537 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
2538 (md_parse_option): Handle the endian options.
2539 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
2540 already defined.
2541 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
2542
cd6d537c
L
25432021-01-04 H.J. Lu <hongjiu.lu@intel.com>
2544
2545 PR ld/26256
2546 * config/obj-elf.c (obj_elf_change_section): Also filter out
2547 SHF_LINK_ORDER.
2548
dd933805
AM
25492021-01-04 Alan Modra <amodra@gmail.com>
2550
2551 PR 27102
2552 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
2553 message and register symbol error message.
2554
90320e40
AM
25552021-01-04 Alan Modra <amodra@gmail.com>
2556
2557 PR 27101
2558 * read.c (s_align): Use a large enough type for "align" to hold
2559 the result of get_absolute_expression.
2560
f9a6a8f0
AM
25612021-01-01 Nicolas Boulenguez <nicolas@debian.org>
2562
2563 * config/tc-i386.c: Correct comment spelling.
2564 * config/tc-riscv.c: Likewise.
2565 * config/tc-s390.c: Correct comment grammar.
2566 * doc/c-i386.texi: Correct spelling.
2567 * doc/c-s390.texi: Correct grammar.
2568
250d07de
AM
25692021-01-01 Alan Modra <amodra@gmail.com>
2570
2571 Update year range in copyright notice of all files.
2572
64d05a43
HPN
25732021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
2574
2575 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
2576
c2795844 2577For older changes see ChangeLog-2020
3499769a 2578\f
c2795844 2579Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
2580
2581Copying and distribution of this file, with or without modification,
2582are permitted in any medium without royalty provided the copyright
2583notice and this notice are preserved.
2584
2585Local Variables:
2586mode: change-log
2587left-margin: 8
2588fill-column: 74
2589version-control: never
2590End: