x86-64/ELF: clear src_mask for all reloc types
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
17c6c3b9
JB
12021-05-07 Jan Beulich <jbeulich@suse.com>
2
3 * testsuite/gas/i386/rela.s, testsuite/gas/i386/rela.d: New.
4 * testsuite/gas/i386/i386.exp: Run new test.
5
98da05bf
JB
62021-05-07 Jan Beulich <jbeulich@suse.com>
7
8 * config/tc-i386.c (output_disp): Use disps field instead of
9 imms one.
10
9aac24b1
JB
112021-05-07 Jan Beulich <jbeulich@suse.com>
12
13 * config/tc-i386.c (i386_finalize_immediate): Move register
14 check ...
15 (i386_immediate): ... here.
16
87ed972d
JB
172021-05-07 Jan Beulich <jbeulich@suse.com>
18
19 * config/tc-i386.c (optimize_imm): Drop redundant masking.
20 Re-arrange operand type accumulation.
21
0b3e14c9
SH
222021-05-06 Stafford Horne <shorne@gmail.com>
23
24 PR 21464
25 * testsuite/gas/or1k/reloc-1.s: Add test for new relocation.
26 * testsuite/gas/or1k/reloc-1.d: Add test result for new
27 relocation.
28
7b06fcf5
JW
292021-05-03 Christoph Muellner <cmuellner@gcc.gnu.org>
30
31 PR 27764
32 * testsuite/gas/riscv/a-ext-64.d: New testcase.
33 * testsuite/gas/riscv/a-ext-64.s: Likewise.
34 * testsuite/gas/riscv/a-ext.d: Likewise.
35 * testsuite/gas/riscv/a-ext.s: Likewise.
36
5e0a033b
JB
372021-05-03 Jan Beulich <jbeulich@suse.com>
38
39 * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Adjust surrounding
40 #if.
41 * testsuite/gas/i386/secrel.s: Convert some .secrel32 to .long.
42 Add two further .long and an .equ.
43 * testsuite/gas/i386/secrel.d: Adjust expecations.
44
3e301ce0
JB
452021-05-03 Jan Beulich <jbeulich@suse.com>
46
47 * testsuite/gas/i386/secrel.d, testsuite/gas/i386/secrel.s:
48 Convert Windows to UNIX EOL.
49
deea4973
JB
502021-05-03 Jan Beulich <jbeulich@suse.com>
51
52 * config/tc-i386.c (lex_got): Adjust surrounding #if. Fold TE_PE
53 variant into ELF one.
54
db543a7d
AM
552021-05-03 Alan Modra <amodra@gmail.com>
56
57 * testsuite/gas/elf/section25.s: Don't start directives in first
58 column.
59 * testsuite/gas/elf/section26.s: Likewise.
60
a2443c89
JB
612021-04-29 Jan Beulich <jbeulich@suse.com>
62
63 * testsuite/gas/i386/i386.exp: Move x86-64-rip-2 invocation.
64 * testsuite/gas/i386/lea64.d,
65 testsuite/gas/i386/lea64-optimize.d: Allow for COFF relocs.
66 * testsuite/gas/i386/x86-64-rip-inval-1.s,
67 testsuite/gas/i386/x86-64-rip-inval-2.s. Add .end.
68
3abbafc2
JB
692021-04-29 Jan Beulich <jbeulich@suse.com>
70
71 * config/tc-i386.c (i386_validate_fix): Change return type to
72 int. Short-circuit BFD_RELOC_SIZE* handling.
73 (tc_gen_reloc): New local variable sym. Extend logic when
74 processing BFD_RELOC_SIZE*.
75 * config/tc-i386.f (i386_validate_fix): Change return type to
76 int.
77 (TC_VALIDATE_FIX): Proceed to SKIP when i386_validate_fix()
78 returns zero.
79 * testsuite/gas/i386/size-5.s, testsuite/gas/i386/size-5a.d,
80 testsuite/gas/i386/size-5b.d: New.
81 * testsuite/gas/i386/i386.exp: Run new tests.
82
44f87162
JB
832021-04-29 Jan Beulich <jbeulich@suse.com>
84
85 * config/tc-i386.c (tc_gen_reloc): Use section size for section
86 symbols when resolving BFD_RELOC_SIZE*.
87 * testsuite/gas/i386/size-2.s: Add section size cases.
88 * testsuite/gas/i386/size-2.d,
89 testsuite/gas/i386/x86-64-size-2.d: Adjust expectations.
90
eb19308f
JB
912021-04-28 Jan Beulich <jbeulich@suse.com>
92 H.J. Lu <hjl.tools@gmail.com>
93
94 PR gas/27763
95 * config/tc-i386.c (output_jump): Also mark 2-byte relocs as
96 signed for XBEGIN. Also mark 4-byte relocs as signed for 64-bit.
97 (output_disp): Also mark 4-byte relocs as signed for 64-bit.
98 (md_estimate_size_before_relax): Move local variable fixP. Set
99 it from fix_new() return values. Mark 4-byte relocs as signed
100 for 64-bit.
101 * testsuite/gas/i386/pcrel64.s, testsuite/gas/i386/pcrel64.l,
102 * testsuite/gas/i386/x86-64-rip-2.s,
103 * testsuite/gas/i386/x86-64-rip-2.d,
104 * testsuite/gas/i386/x86-64-rip-inval-1.s,
105 * testsuite/gas/i386/x86-64-rip-inval-1.l,
106 * testsuite/gas/i386/x86-64-rip-inval-2.s,
107 * testsuite/gas/i386/x86-64-rip-inval-2.l: New.
108 * testsuite/gas/i386/i386.exp: Run new tests.
109
60cfa10c
L
1102021-04-27 H.J. Lu <hongjiu.lu@intel.com>
111
112 * config/tc-i386.c (optimize_encoding): Add () to silence GCC 5.
113
8fb88245
JB
1142021-04-26 Jan Beulich <jbeulich@suse.com>
115
116 * config/tc-i386.c (tc_gen_reloc): Check IS_ELF for
117 BFD_RELOC_SIZE*.
118
d965814f
JB
1192021-04-26 Jan Beulich <jbeulich@suse.com>
120
121 * config/tc-i386.c (tc_gen_reloc): Limit BFD_RELOC_SIZE32
122 overflow check to 64-bit objects.
123
fe134c65
JB
1242021-04-26 Jan Beulich <jbeulich@suse.com>
125
126 * config/tc-i386.c (want_disp32): Also check for SIZE32.
127 (optimize_encoding): Handle LEA.
128 * testsuite/gas/i386/lea.s, testsuite/gas/i386/lea.d,
129 testsuite/gas/i386/lea.e, testsuite/gas/i386/lea-optimize.d:
130 Add many more forms.
131 * testsuite/gas/i386/lea16.s, testsuite/gas/i386/lea16-optimize.d,
132 testsuite/gas/i386/lea64.s, testsuite/gas/i386/lea64.d,
133 testsuite/gas/i386/lea64.e, testsuite/gas/i386/lea64-optimize.d:
134 New.
135 * testsuite/gas/i386/i386.exp: Run new tests.
136
b8188555
JB
1372021-04-26 Jan Beulich <jbeulich@suse.com>
138
139 * config/tc-i386.c (md_apply_fix): Mark BFD_RELOC_X86_64_32S as
140 signed.
141 * testsuite/gas/i386/x86-64-addr32-bad.s,
142 testsuite/gas/i386/x86-64-addr32-bad.l: New.
143 * testsuite/gas/i386/i386.exp: Run new test.
144
f5e98b7d
EB
1452021-04-23 Eric Botcazou<ebotcazou@adacore.com>
146
147 * testsuite/gas/elf/section25.d: Run it everywhere.
148 * testsuite/gas/elf/section26.d: Likewise.
149 * testsuite/gas/elf/section26.s: Add test for .persistent.bss.
150
d039200a
G
1512021-04-23 Jérôme Gardou <jerome.gardou@gmail.com>
152
153 * config/obj-coff-seh.c (obj_coff_seh_pushframe): Allow an
154 optional "code" argument.
155
a9aabc23
JB
1562021-04-23 Jan Beulich <jbeulich@suse.com>
157
158 * config/tc-i386.c (want_disp32): New.
159 (md_assemble): Use it.
160 (optimize_disp): Likewise.
161 (build_modrm_byte): Likewise.
162
cce08655
JB
1632021-04-23 Jan Beulich <jbeulich@suse.com>
164
165 * config/tc-i386.c (i386_finalize_displacement): Move Disp32S
166 check ...
167 (md_assemble): ... here.
168
28a167a4
JB
1692021-04-23 Jan Beulich <jbeulich@suse.com>
170
171 * config/tc-i386.c (optimize_disp): Move down BFD64 section.
172 Move up setting of disp32.
173
7b025ee8
JB
1742021-04-23 Jan Beulich <jbeulich@suse.com>
175
176 * config/tc-i386.c (pe): Don't truncate expression value.
177 (i386_finalize_displacement): Likewise.
178
23356397
NC
1792021-04-21 Nick Clifton <nickc@redhat.com>
180
181 * testsuite/gas/aarch64/dwarf.d: Adjust expected output to allow
182 for named section symbols.
183 * testsuite/gas/arm/thumbver.d: Likewise.
184 * testsuite/gas/bfin/loop_temps.d: Likewise.
185 * testsuite/gas/elf/section2.e-arc: Likewise.
186 * testsuite/gas/elf/section2.e-arm: Likewise.
187 * testsuite/gas/elf/section2.e-csky: Likewise.
188 * testsuite/gas/elf/section2.e-m32r: Likewise.
189 * testsuite/gas/elf/section2.e-mips: Likewise.
190 * testsuite/gas/elf/section2.e-msp430: Likewise.
191 * testsuite/gas/elf/section2.e-riscv: Likewise.
192 * testsuite/gas/elf/section2.e-rl78: Likewise.
193 * testsuite/gas/elf/section2.e-rx: Likewise.
194 * testsuite/gas/elf/section2.e-score: Likewise.
195 * testsuite/gas/elf/section2.e-tic6x: Likewise.
196 * testsuite/gas/elf/section2.e-unused: Likewise.
197 * testsuite/gas/elf/section2.e-v850: Likewise.
198 * testsuite/gas/elf/section2.e-xtensa: Likewise.
199 * testsuite/gas/ia64/alias-ilp32.d: Likewise.
200 * testsuite/gas/ia64/alias.d: Likewise.
201 * testsuite/gas/ia64/global.d: Likewise.
202 * testsuite/gas/microblaze/relax_size.elf: Likewise.
203 * testsuite/gas/microblaze/relax_size2.elf: Likewise.
204 * testsuite/gas/mips/global-local-symtab-sort-n64t.d: Likewise.
205 * testsuite/gas/mips/global-local-symtab-sort-o32t.d: Likewise.
206 * testsuite/gas/mmix/bspec-1.d: Likewise.
207 * testsuite/gas/mmix/byte-1.d: Likewise.
208 * testsuite/gas/mmix/comment-1.d: Likewise.
209 * testsuite/gas/mmix/loc-1.d: Likewise.
210 * testsuite/gas/mmix/loc-2.d: Likewise.
211 * testsuite/gas/mmix/loc-3.d: Likewise.
212 * testsuite/gas/mmix/loc-4.d: Likewise.
213 * testsuite/gas/mmix/loc-5.d: Likewise.
214 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
215
c5df7e44
CC
2162021-04-20 Clément Chigot <clement.chigot@atos.net>
217
218 PR binutils/21700
219 * config/tc-ppc.c (ppc_get_csect_to_adjust): New function.
220 (ppc_fix_adjustable): Manage fx_subsy part.
221 (tc_gen_reloc): Create second relocation when both
222 fx_addsy and fx_subsy are provided.
223 * config/tc-ppc.h (RELOC_EXPANSION_POSSIBLE): New define.
224 (MAX_RELOC_EXPANSION): Likewise.
225 (TC_FORCE_RELOCATION_SUB_SAME): Likewise
226 (UNDEFINED_DIFFERENCE_OK): Likewise
227 * testsuite/gas/all/gas.exp: Skip difference between two
228 undefined symbols test.
229
8d6502d2
NC
2302021-04-19 Nick Clifton <nickc@redhat.com>
231
232 * testsuite/gas/all/gas.exp: Add rs6000*-*-aix* to the list of
233 targets which should skip the undefined symbols test.
234
02202574
PW
2352021-04-19 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
236
237 * NEWS: Update news.
238 * testsuite/gas/aarch64/rme.d: Update test.
239 * testsuite/gas/aarch64/rme.s: Update test.
240
cd6608e4
PW
2412021-04-19 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
242
243 * testsuite/gas/aarch64/rme.d: Update test.
244 * testsuite/gas/aarch64/rme.s: Update test.
245
9a8041fd
JB
2462021-04-19 Jan Beulich <jbeulich@suse.com>
247
248 * as.h (sprint_value): Delete.
249 * messages.c (sprint_value): Likewise.
250 * config/tc-i386.c (offset_in_range): Use bfd_sprintf_vma in
251 place of sprint_value.
252 * config/tc-s390.c (s390_insert_operand): Likewise.
253 * doc/internals.texi (sprint_value): Delete section.
254 * write.c (fixup_segment): Likewise.
255 (relax_segment): Likewise.
256
100e914d
PW
2572021-04-16 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
258
259 * testsuite/gas/aarch64/rme-invalid.d: New test.
260 * testsuite/gas/aarch64/rme-invalid.l: New test.
261 * testsuite/gas/aarch64/rme-invalid.s: New test.
262 * testsuite/gas/aarch64/rme.d: New test.
263 * testsuite/gas/aarch64/rme.s: New test.
264
768589d1
NC
2652021-04-16 Nelson Chu <nelson.chu@sifive.com>
266
267 PR 27436
268 * config/tc-riscv.c (riscv_ip): make operand C> work the same as >.
269 * testsuite/gas/riscv/shamt-32.d: New testcase.
270 * testsuite/gas/riscv/shamt-32.l: Likewise.
271 * testsuite/gas/riscv/shamt-32.s: Likewise.
272 * testsuite/gas/riscv/shamt-64.d: Likewise.
273 * testsuite/gas/riscv/shamt-64.l: Likewise.
274 * testsuite/gas/riscv/shamt-64.s: Likewise.
275
a21b96dd
NC
2762021-04-16 Lifang Xia <lifang_xia@c-sky.com>
277
278 * testsuite/gas/riscv/c-zero-imm.d: Compress addi a4,a4,0 to
279 c.mv a4,a4.
280 * testsuite/gas/riscv/c-zero-imm.s: Likewise.
281
d20eb466
AM
2822021-04-14 Alan Modra <amodra@gmail.com>
283
284 PR 27723
285 * dw2gencfi.c (initial_cie_insn): New function, extracted from..
286 (select_cie_for_fde): ..here. Simplify.
287
c159f352
AM
2882021-04-14 Alan Modra <amodra@gmail.com>
289
290 PR 27723
291 * dw2gencfi.c (select_cie_for_fde): Handle DW_CFA_val_offset,
292 DW_CFA_GNU_window_save and DW_CFA_restore_state.
293
4bb920c6
AM
2942021-04-13 Alan Modra <amodra@gmail.com>
295
296 * testsuite/gas/m68hc11/m68hc11.exp (gas_m68hc11_message): Don't
297 write to $srcdir. Use gas_host_run and read output file rather
298 than gas_start/gas_finish.
299
32d71569
AM
3002021-04-12 Alan Modra <amodra@gmail.com>
301
302 * config/tc-ppc.c (insn_validate): Use uint64_t for operand values.
303 (md_assemble): Likewise. Handle bignum operands.
304 (ppc_elf_suffix): Handle O_big. Remove unnecessary input_line_pointer
305 check.
306 * expr.c: Delete unnecessary forward declarations.
307 (generic_bignum_to_int32): Return uint32_t.
308 (generic_bignum_to_int64): Return uint64_t. Compile always.
309 (operand): Twiddle X_extrabit for unary '~'. Set X_unsigned and
310 clear X_extrabit for unary '!'.
311 * expr.h (generic_bignum_to_int32): Declare.
312 (generic_bignum_to_int64): Declare.
313 * testsuite/gas/ppc/prefix-pcrel.s,
314 * testsuite/gas/ppc/prefix-pcrel.d: Add more instructions.
315
e601909a
NC
3162021-04-12 Nelson Chu <nelson.chu@sifive.com>
317
318 * testsuite/gas/riscv/march-fail-order-x-std.d: Renamed from
319 march-fail-porder-x-std.d.
320 * testsuite/gas/riscv/march-fail-order-z-std.d: Renamed from
321 march-fail-porder-z-std.d.
322 * testsuite/gas/riscv/march-fail-order-x-z.d: Renamed from
323 march-fail-porder-x-z.d.
324 * testsuite/gas/riscv/march-fail-order-zx-std.l: Added to replace
325 march-fail-porder.l.
326 * testsuite/gas/riscv/march-fail-order-x-z.l: Likewise.
327 * testsuite/gas/riscv/march-fail-order-x.l: Updated.
328 * testsuite/gas/riscv/march-fail-order-z.l: Likewise.
329 * testsuite/gas/riscv/march-fail-single-prefix-h.d: Renamed from
330 march-fail-single-char-h.d.
331 * testsuite/gas/riscv/march-fail-single-prefix-s.d: Renamed from
332 march-fail-single-char-s.d.
333 * testsuite/gas/riscv/march-fail-single-prefix-x.d: Renamed from
334 march-fail-single-char-x.d.
335 * testsuite/gas/riscv/march-fail-single-prefix-z.d: Renamed from
336 march-fail-single-char-z.d.
337 * testsuite/gas/riscv/march-fail-single-prefix-zmx.d: Added.
338 * testsuite/gas/riscv/march-fail-single-prefix.l: Added to replace
339 march-fail-single-prefix.l.
340 * testsuite/gas/riscv/march-fail-unknown-zxm.d: Added.
341 * testsuite/gas/riscv/march-fail-unknown-std.l: Updated.
342 * testsuite/gas/riscv/march-fail-unknown.l: Likewise.
343
dd170203
TB
3442021-04-09 Tejas Belagod <tejas.belagod@arm.com>
345
32d71569
AM
346 * config/tc-aarch64.c (warn_unpredictable_ldst): Clean-up
347 diagnostic messages for LD/ST Exclusive instructions.
dd170203 348 * testsuite/gas/aarch64/diagnostic.s: Add a diagnostic test for STLXP.
32d71569
AM
349 * testsuite/gas/aarch64/diagnostic.l: Fix-up test after message
350 clean-up.
dd170203 351
c3f72de4
AM
3522021-04-09 Alan Modra <amodra@gmail.com>
353
354 * testsuite/gas/ppc/prefix-pcrel.d: Update expected output.
355 * testsuite/gas/ppc/prefix-reloc.d: Likewise.
356 * gas/testsuite/gas/ppc/vsx_32byte.d: Likewise.
357
97bf40d8
AM
3582021-04-08 Alan Modra <amodra@gmail.com>
359
360 * testsuite/gas/ppc/pr27676.d,
361 * testsuite/gas/ppc/pr27676.s: New test.
362 * testsuite/gas/ppc/ppc.exp: Run it.
363 * testsuite/gas/ppc/dcbt.d: Update.
364 * testsuite/gas/ppc/power4_32.d: Update.
365
b12389f2
AM
3662021-04-07 Alan Modra <amodra@gmail.com>
367
368 PR 27217
369 * testsuite/gas/aarch64/pr27217.d: Correct name. Accept ilp32 relocs.
370
eac4eb8e
NC
3712021-04-06 Nick Clifton <nickc@redhat.com>
372
373 PR 27217
374 * config/tc-aarch64.c (my_get_expression): Rename to
375 aarch64_get_expression. Add a fifth argument to enable deferring
376 of expression resolution.
377 (parse_typed_reg): Update calls to my_get_expression.
378 (parse_vector_reg_list): Likewise.
379 (parse_immediate_expression): Likewise.
380 (parse_big_immediate): Likewise.
381 (parse_shift): Likewise.
382 (parse_shifter_operand_imm): Likewise.
383 (parse_operands): Likewise.
384 (parse_shifter_operand_reloc): Update calls to my_get_expression
385 and call aarch64_force_reloc to determine the value of the new
386 fifth argument.
387 (parse_address_main): Likewise.
388 (parse_half): Likewise.
389 (parse_adrp): Likewise.
390 (aarch64_force_reloc): New function. Contains code extracted from...
391 (aarch64_force_relocation): ... here.
392 * testsuite/gas/aarch64/pr27217.s: New test case.
393 * testsuite/gas/aarch64/pr27217.d: New test driver.
394
da0835ae
JB
3952021-04-06 Jan Beulich <jbeulich@suse.com>
396
397 * write.c (fixup_segment): Move add_symbol_segment declaration
398 into main loop.
399
23d61380
AM
4002021-04-05 Alan Modra <amodra@gmail.com>
401
402 * configure.ac: Don't check for string.h, strings.h, stdlib.h,
403 errno.h, limits.h, locale.h or time.h. Don't check for unlink,
404 remove, sbrk (unused) or setlocale. Adjust gas_test_headers.
405 Don't check for errno, free, malloc, realoc, sbrk, strstr, getenv
406 strstr, or vsnprintf declarations.
407 (AC_ISC_POSIX, AC_FUNC_ALLOCA, AC_C_INLINE): Don't invoke.
408 * as.h: Don't include alloca-conf.h, include config.h instead.
409 Include string.h, stdlib.h, errno.h unconditionally. Remove
410 various fallback declarations.
411 * asintl.h: Don't test HAVE_LOCALE_H.
412 * as.c: Don't test HAVE_SETLOCALE.
413 * dwarf2dbg.c: Include limits.h unconditionally.
414 * expr.c: Likewise.
415 * sb.c: Likewise.
416 * symbols.c: Likewise.
417 * config/tc-cr16.c: Likewise.
418 * config/tc-d30v.c: Likewise.
419 * config/tc-i386.c: Likewise.
420 * config/tc-ia64.c: Likewise.
421 * config/tc-tic54x.c (tic54x_mlib): Call remove rather than unlink.
422 * config.in: Regenerate.
423 * configure: Regenerate.
424 * Makefile.in: Regenerate.
425 * doc/Makefile.in: Regenerate.
426
e9b095a5
ML
4272021-04-01 Martin Liska <mliska@suse.cz>
428
429 * config/obj-coff.c (strneq): Remove strneq and use startswith.
430 (weak_is_altname): Likewise.
431 (obj_coff_section): Likewise.
432 * config/tc-cr16.c (process_label_constant): Likewise.
433 * config/tc-crx.c (strneq): Likewise.
434
d34049e8
ML
4352021-04-01 Martin Liska <mliska@suse.cz>
436
437 * as.c (select_emulation_mode): Use startswith.
438 * config/m68k-parse.y: Likewise.
439 * config/obj-aout.c (obj_aout_type): Likewise.
440 * config/obj-elf.c (elf_common_parse): Likewise.
441 (obj_elf_section_type): Likewise.
442 (obj_elf_section_word): Likewise.
443 (obj_elf_section): Likewise.
444 (obj_elf_symver): Likewise.
445 (adjust_stab_sections): Likewise.
446 * config/obj-evax.c (evax_shorten_name): Likewise.
447 * config/obj-macho.c (obj_mach_o_is_frame_section): Likewise.
448 * config/tc-aarch64.c (parse_aarch64_imm_float): Likewise.
449 (aarch64_parse_features): Likewise.
450 (create_register_alias): Likewise.
451 (aarch64_data_in_code): Likewise.
452 (md_parse_option): Likewise.
453 * config/tc-alpha.c (s_alpha_section_word): Likewise.
454 (s_alpha_pdesc): Likewise.
455 * config/tc-arc.c (tokenize_extregister): Likewise.
456 * config/tc-arm.c (create_register_alias): Likewise.
457 (create_neon_reg_alias): Likewise.
458 (parse_ifimm_zero): Likewise.
459 (parse_qfloat_immediate): Likewise.
460 (arm_elf_section_type): Likewise.
461 (arm_parse_extension): Likewise.
462 (aeabi_set_public_attributes): Likewise.
463 (s_arm_arch_extension): Likewise.
464 (arm_data_in_code): Likewise.
465 (start_unwind_section): Likewise.
466 * config/tc-avr.c (avr_ldi_expression): Likewise.
467 * config/tc-csky.c (is_freglist_legal): Likewise.
468 (csky_s_section): Likewise.
469 * config/tc-d30v.c (do_assemble): Likewise.
470 * config/tc-dlx.c (parse_operand): Likewise.
471 * config/tc-epiphany.c (md_assemble): Likewise.
472 * config/tc-h8300.c (h8300_elf_section): Likewise.
473 (get_operand): Likewise.
474 * config/tc-hppa.c (pa_ip): Likewise.
475 (pa_level): Likewise.
476 (pa_space): Likewise.
477 * config/tc-i386.c (i386_mach): Likewise.
478 (md_assemble): Likewise.
479 (check_VecOperations): Likewise.
480 (i386_target_format): Likewise.
481 (i386_elf_section_type): Likewise.
482 * config/tc-ia64.c (start_unwind_section): Likewise.
483 (md_parse_option): Likewise.
484 (is_taken_branch): Likewise.
485 (idesc->name,): Likewise.
486 (note_register_values): Likewise.
487 (do_alias): Likewise.
488 * config/tc-m32c.c (insn_to_subtype): Likewise.
489 * config/tc-m68hc11.c (get_operand): Likewise.
490 (md_assemble): Likewise.
491 * config/tc-m68k.c (m68k_ip): Likewise.
492 (m68k_elf_suffix): Likewise.
493 * config/tc-mcore.c (mcore_s_section): Likewise.
494 * config/tc-metag.c (parse_get_set): Likewise.
495 (md_parse_option): Likewise.
496 * config/tc-microblaze.c (parse_imm): Likewise.
497 (check_got): Likewise.
498 (md_apply_fix): Likewise.
499 * config/tc-mips.c (CPU_HAS_MIPS16): Likewise.
500 (md_begin): Likewise.
501 (s_is_linkonce): Likewise.
502 (check_regno): Likewise.
503 (match_float_constant): Likewise.
504 (classify_vr4120_insn): Likewise.
505 (match_insn): Likewise.
506 (mips_after_parse_args): Likewise.
507 (s_change_sec): Likewise.
508 (s_option): Likewise.
509 (parse_code_option): Likewise.
510 (md_section_align): Likewise.
511 (nopic_need_relax): Likewise.
512 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
513 * config/tc-mn10300.c (mn10300_fix_adjustable): Likewise.
514 (mn10300_end_of_match): Likewise.
515 * config/tc-msp430.c (msp430_make_init_symbols): Likewise.
516 * config/tc-nds32.c (nds32_parse_option): Likewise.
517 * config/tc-nds32.h (md_do_align): Likewise.
518 * config/tc-nios2.c (strprefix): Likewise.
519 (nios2_special_relocation_p): Likewise.
520 (nios2_parse_base_register): Likewise.
521 (nios2_cons): Likewise.
522 * config/tc-ns32k.c (addr_mode): Likewise.
523 * config/tc-pdp11.c (set_option): Likewise.
524 (parse_reg): Likewise.
525 (parse_ac5): Likewise.
526 (parse_op_no_deferred): Likewise.
527 (set_cpu_model): Likewise.
528 (set_machine_model): Likewise.
529 * config/tc-pj.c (md_operand): Likewise.
530 * config/tc-ppc.c (ppc_set_cpu): Likewise.
531 (ppc_arch): Likewise.
532 (ppc_section_type): Likewise.
533 * config/tc-s12z.c (tb_reg_rel): Likewise.
534 (tb_opr_rel): Likewise.
535 * config/tc-s390.c (s390_parse_cpu): Likewise.
536 (md_parse_option): Likewise.
537 * config/tc-score.c (s3_nopic_need_relax): Likewise.
538 (s3_pic_need_relax): Likewise.
539 * config/tc-score7.c (s7_nopic_need_relax): Likewise.
540 (s7_pic_need_relax): Likewise.
541 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
542 * config/tc-sparc.c (md_parse_option): Likewise.
543 (sparc_ip): Likewise.
544 (s_reserve): Likewise.
545 (s_common): Likewise.
546 (s_seg): Likewise.
547 (sparc_cons): Likewise.
548 * config/tc-tic54x.c (stag_add_field): Likewise.
549 (tic54x_endstruct): Likewise.
550 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
551 * config/tc-v850.c (v850_comm): Likewise.
552 (md_begin): Likewise.
553 (md_assemble): Likewise.
554 * config/tc-vax.c (vax_cons): Likewise.
555 * config/tc-wasm32.c (wasm32_leb128): Likewise.
556 * config/tc-xstormy16.c (md_operand): Likewise.
557 * config/tc-xtensa.c (get_directive): Likewise.
558 (xg_instruction_matches_option_term): Likewise.
559 (is_unaligned_label): Likewise.
560 (cache_literal_section): Likewise.
561 * config/xtensa-relax.c (parse_precond): Likewise.
562 (parse_option_cond): Likewise.
563 (transition_applies): Likewise.
564 (wide_branch_opcode): Likewise.
565 * dw2gencfi.c: Likewise.
566 * dwarf2dbg.c (dwarf2_directive_filename): Likewise.
567 * ehopt.c (get_cie_info): Likewise.
568 * input-file.c (input_file_open): Likewise.
569 * listing.c (listing_newline): Likewise.
570 (debugging_pseudo): Likewise.
571 * read.c (read_a_source_file): Likewise.
572 * write.c (adjust_reloc_syms): Likewise.
573 (compress_debug): Likewise.
574 (maybe_generate_build_notes): Likewise.
575
fdb21288
AM
5762021-03-31 Alan Modra <amodra@gmail.com>
577
578 * itbl-lex-wrapper.c: Include as.h not sysdep.h.
579 * config/bfin-lex-wrapper.c: Likewise.
580 * itbl-lex.l: Don't include as.h.
581 * config/bfin-lex.l: Likewise.
582
5b7c81bd
AM
5832021-03-31 Alan Modra <amodra@gmail.com>
584
585 * as.h (POISON_BFD_BOOLEAN): Define.
586 * as.c, * as.h, * atof-generic.c, * config/atof-ieee.c,
587 * config/bfin-aux.h, * config/obj-coff.c, * config/obj-ecoff.c,
588 * config/obj-elf.c, * config/obj-elf.h, * config/obj-som.c,
589 * config/tc-aarch64.c, * config/tc-alpha.c, * config/tc-arc.c,
590 * config/tc-arc.h, * config/tc-arm.c, * config/tc-arm.h,
591 * config/tc-avr.c, * config/tc-avr.h, * config/tc-bfin.c,
592 * config/tc-bfin.h, * config/tc-bpf.c, * config/tc-cris.c,
593 * config/tc-csky.c, * config/tc-csky.h, * config/tc-d10v.c,
594 * config/tc-d10v.h, * config/tc-d30v.c, * config/tc-d30v.h,
595 * config/tc-dlx.c, * config/tc-dlx.h, * config/tc-epiphany.c,
596 * config/tc-epiphany.h, * config/tc-fr30.c, * config/tc-fr30.h,
597 * config/tc-frv.c, * config/tc-frv.h, * config/tc-ft32.c,
598 * config/tc-ft32.h, * config/tc-h8300.c, * config/tc-hppa.c,
599 * config/tc-i386-intel.c, * config/tc-i386.c, * config/tc-ia64.c,
600 * config/tc-ip2k.c, * config/tc-iq2000.c, * config/tc-iq2000.h,
601 * config/tc-lm32.c, * config/tc-lm32.h, * config/tc-m32c.c,
602 * config/tc-m32c.h, * config/tc-m32r.c, * config/tc-m32r.h,
603 * config/tc-m68hc11.c, * config/tc-m68k.c, * config/tc-mcore.c,
604 * config/tc-mcore.h, * config/tc-mep.c, * config/tc-mep.h,
605 * config/tc-metag.c, * config/tc-metag.h,
606 * config/tc-microblaze.c, * config/tc-mips.c, * config/tc-mips.h,
607 * config/tc-mmix.c, * config/tc-mn10200.c, * config/tc-mn10300.c,
608 * config/tc-mn10300.h, * config/tc-moxie.c, * config/tc-msp430.c,
609 * config/tc-msp430.h, * config/tc-mt.c, * config/tc-mt.h,
610 * config/tc-nds32.c, * config/tc-nds32.h, * config/tc-nios2.c,
611 * config/tc-ns32k.c, * config/tc-or1k.c, * config/tc-or1k.h,
612 * config/tc-pdp11.c, * config/tc-ppc.c, * config/tc-pru.c,
613 * config/tc-pru.h, * config/tc-riscv.c, * config/tc-riscv.h,
614 * config/tc-rx.c, * config/tc-rx.h, * config/tc-s12z.c,
615 * config/tc-s12z.h, * config/tc-s390.c, * config/tc-score.c,
616 * config/tc-score.h, * config/tc-score7.c, * config/tc-sh.c,
617 * config/tc-sh.h, * config/tc-spu.c, * config/tc-tic54x.c,
618 * config/tc-tic6x.c, * config/tc-tic6x.h, * config/tc-tilegx.c,
619 * config/tc-tilepro.c, * config/tc-v850.c, * config/tc-v850.h,
620 * config/tc-visium.c, * config/tc-visium.h, * config/tc-wasm32.c,
621 * config/tc-wasm32.h, * config/tc-xc16x.c, * config/tc-xgate.c,
622 * config/tc-xstormy16.c, * config/tc-xstormy16.h,
623 * config/tc-xtensa.c, * config/tc-xtensa.h, * config/tc-z80.c,
624 * config/tc-z8k.c, * config/xtensa-istack.h,
625 * config/xtensa-relax.c, * config/xtensa-relax.h, * dw2gencfi.c,
626 * dwarf2dbg.c, * dwarf2dbg.h, * expr.c, * expr.h, * frags.c,
627 * frags.h, * listing.c, * macro.c, * output-file.c, * read.c,
628 * read.h, * stabs.c, * symbols.c, * write.c: Replace bfd_boolean
629 with bool, FALSE with false, and TRUE with true.
630
3dfb1b6d
AM
6312021-03-31 Alan Modra <amodra@gmail.com>
632
633 * config/tc-aarch64.c: Include stdint.h in place of bfd_stdint.h.
634 * config/tc-crx.c: Likewise.
635 * config/tc-nds32.h: Likewise.
636
5e042380
JB
6372021-03-30 Jan Beulich <jbeulich@suse.com>
638
639 * config/tc-i386.c (build_modrm_byte): Change return type.
640 Change type of "default_seg". Use NULL. Adjust setting of
641 "default_seg".
642 (reg_ds, reg_es, reg_ss): New.
643 (struct _i386_insn): Change type of seg[].
644 (md_begin): Initialize reg_ds, reg_es, and reg_ss.
645 (swap_operands): Change type of "temp_seg".
646 (check_string): Adjust %es check.
647 (process_operands): Change type of "default_seg". Use NULL.
648 Adjust segment override processing..
649 (i386_att_operand): Adjust segment override handling.
650 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
651
34684862
JB
6522021-03-30 Jan Beulich <jbeulich@suse.com>
653
654 * config/tc-i386.c (reg_eax): New.
655 (md_begin): Initialize reg_eax.
656 * config/tc-i386-intel.c (i386_intel_simplify_register): Use
657 reg_eax.
658 (i386_intel_simplify): Likewise.
659
6288d05f
JB
6602021-03-30 Jan Beulich <jbeulich@suse.com>
661
662 * config/tc-i386.c (reg_st0): New.
663 (md_begin): Convert to switch(). Initialize reg_st0. Don't
664 insert other st(N).
665 (parse_real_register): Adjust st(N) processing.
666
ca5312a2
JB
6672021-03-30 Jan Beulich <jbeulich@suse.com>
668
669 * config/tc-i386.c (rc_op): Delete.
670 (struct Rounding_Operation): Move ...
671 (struct _i386_insn): ... here. Change field "rounding".
672 (build_evex_prefix): Adjust rounding processing.
673 (swap_2_operands): Likewise.
674 (check_VecOperands): Likewise.
675 (RC_SAE_immediate): Likewise.
676 (optimize_encoding): Adjust check for rounding.
677 (build_modrm_byte): Likewise.
678 (output_imm): Likewise.
679 (md_assemble): Initialize rounding type.
680
5273a3cd
JB
6812021-03-30 Jan Beulich <jbeulich@suse.com>
682
683 * config/tc-i386.c (broadcast_op): Delete.
684 (struct Broadcast_Operation): Move ...
685 (struct _i386_insn): ... here. Change field "broadcast".
686 (match_mem_size): Adjust check for broadcast.
687 (optimize_encoding): Likewise.
688 (process_suffix): Likewise.
689 (build_evex_prefix): Adjust broadcast processing.
690 (swap_2_operands): Likewise.
691 (check_VecOperations): Likewise.
692 (match_template): Likewise.
693 (check_VecOperands): Likewise.
694
6225c532
JB
6952021-03-30 Jan Beulich <jbeulich@suse.com>
696
697 * config/tc-i386.c (reg_k0): New.
698 (mask_op): Delete.
699 (struct Mask_Operation): Move ...
700 (struct _i386_insn): ... here. Change field "mask".
701 (md_begin): Initialize reg_k0.
702 (build_evex_prefix): Adjust mask processing.
703 (swap_2_operands): Likewise.
704 (check_VecOperands): Likewise.
705 (check_VecOperations): Likewise.
706 (optimize_encoding): Adjust checks for masking.
707 (output_insn): Likewise.
708
783c187b
JB
7092021-03-30 Jan Beulich <jbeulich@suse.com>
710
711 * config/tc-i386.c (swap_2_operands): Switch parameters to
712 unsigned.
713 (struct RC_Operation): Switch operand field to unsigned.
714 (struct Mask_Operation): Likewise.
715 (struct Broadcast_Operation): Likewise.
716 (build_evex_prefix): Drop cast.
717 (check_VecOperands): Likewise.
718 (build_modrm_byte): Likewise.
719 (output_imm): Likewise.
720 (check_VecOperations): Add casts to unsigned.
721
c8cad9d3
JB
7222021-03-29 Jan Beulich <jbeulich@suse.com>
723
724 * testsuite/gas/i386/x86-64-sse2avx.s: Add vpsadbw case.
725 * testsuite/gas/i386/x86-64-avx-swap-2.d.
726 testsuite/gas/i386/x86-64-sse2avx.d: Adjust expectations.
727
389d00a5
JB
7282021-03-29 Jan Beulich <jbeulich@suse.com>
729
730 * config/tc-i386.c (optimize_encoding): Replace VEX-encoding
731 checks by opcodespace ones.
732 (insert_lfence_before): Likewise.
733 (maybe_fused_with_jcc_p): Likewise.
734 (add_branch_padding_frag_p): Likewise.
735 (output_disp): Likewise.
736 (load_insn_p): Re-arrange checks to key applicable ones off of
737 an opcodespace check.
738 (md_assemble): Adjust opcode checks.
739 (check_byte_reg): Likewise.
740 (process_operands): Likewise.
741 (i386_index_check): Likewise.
742 (process_suffix): Likewise. New local variable is_movx. Adjust
743 movsx/movzx and crc32 handling.
744 (output_insn): Adjust opcode checks. Drop no longer reachable
745 case labels. Output legacy encoding prefixes in addition to the
746 base_opcode byte(s). Rework counting of prefixes for extended
747 opcode maps.
748 * config/tc-i386-intel.c (i386_intel_simplify_register): Adjust
749 opcode checks.
750
63b4cc53
AM
7512021-03-29 Alan Modra <amodra@gmail.com>
752
753 * atof-generic.c (FALSE, TRUE): Don't define.
754 * config/obj-elf.h (FALSE, TRUE): Don't define.
755 * config/obj-som.h (FALSE, TRUE): Don't define.
756 * config/tc-hppa.h (FALSE, TRUE): Don't define.
757 * config/tc-pdp11.c (FALSE, TRUE): Don't define.
758 * config/tc-iq2000.h (obj_fix_adjustable): Delete.
759 * config/tc-m32r.h (TC_FIX_ADJUSTABLE): Delete.
760 * config/tc-mt.h (obj_fix_adjustable): Delete.
761 * config/tc-nds32.h (TC_FIX_ADJUSTABLE): Delete.
762 * config/tc-arc.c (parse_opcode_flags): Simplify boolean expression.
763 (relaxable_flag, relaxable_operand, assemble_insn): Likewise.
764 (tokenize_extregister): Likewise.
765 * config/tc-csky.c (parse_opcode, get_operand_value): Likewise.
766 (parse_operands_op, parse_operands, md_assemble): Likewise.
767 * config/tc-d10v.c (build_insn): Likewise.
768 * config/tc-score.c (s3_gen_insn_frag): Likewise.
769 * config/tc-score7.c (s7_gen_insn_frag, s7_relax_frag): Likewise.
770 * config/tc-tic6x.c (tic6x_update_features, md_assemble): Likewise.
771 * config/tc-z80.c (emit_byte): Likewise.
772
854f1e4b
AM
7732021-03-29 Alan Modra <amodra@gmail.com>
774
775 * config/tc-arm.c (struct arm_long_option_table <func>): Return
776 bfd_boolean.
777 * config/tc-arm.h (arm_optimize_expr, arm_data_in_code): Likewise.
778 * config/tc-metag.c (parse_mov_port): Replace unsigned int variable
779 with bfd_boolean.
780 (parse_mmov, parse_mov_ct, parse_alu, parse_shift, parse_bitop),
781 (parse_cmp, parse_fmmov, parse_fmov_data, parse_fearith),
782 (parse_dget_set, parse_dalu): Likewise, ensuring assignment from
783 logical expressions.
784 (struct metag_long_option <func>): Return bfd_boolean.
785 (metag_parse_cpu, metag_parse_fpu, metag_parse_dsp): Likewise.
786 * config/tc-msp430.c (msp430_dstoperand): Correct dummy type.
787 * config/tc-s12z.c (parse_operand_func): Return bfd_boolean.
788 (no_operands, lex_force_match, lex_reg_list): Likewise.
789 (size_from_suffix): Return int.
790 (s12z_relax_frag, md_estimate_size_before_relax): Return 0.
791 * config/tc-s12z.h (tc_s12z_fix_adjustable): Likewise.
792
c3344b62
JB
7932021-03-26 Jan Beulich <jbeulich@suse.com>
794
795 * testsuite/gas/i386/x86-64-nosse2.s,
796 testsuite/gas/i386/x86-64-nosse2.l: New.
797 * testsuite/gas/i386/i386.exp: Run new test.
798
efa30ac3
HAQ
7992021-03-25 Abid Qadeer <abidh@codesourcery.com>
800
801 * testsuite/gas/nios2/brn.d: New.
802 * testsuite/gas/nios2/brn.d: New.
803
5e74b495
JB
8042021-03-25 Jan Beulich <jbeulich@suse.com>
805
806 * config/tc-i386.c (match_template): Use t instead of i.tm.
807
596a02ff
JB
8082021-03-25 Jan Beulich <jbeulich@suse.com>
809
810 * testsuite/gas/i386/avx512f-nondef.s: Add vgather cases.
811 * testsuite/gas/i386/x86-64-vgather-check.s: Add cases with
812 colliding registers in the upper half of the space.
813 * testsuite/gas/i386/avx512f-nondef.d,
814 testsuite/gas/i386/vgather-check.d,
815 testsuite/gas/i386/x86-64-vgather-check.d,
816 testsuite/gas/i386/x86-64-vgather-check-error.l,
817 testsuite/gas/i386/x86-64-vgather-check-warn.e: Adjust
818 expecations.
819 * testsuite/gas/i386/vgather-check-none.d,
820 testsuite/gas/i386/vgather-check-warn.d,
821 testsuite/gas/i386/x86-64-vgather-check-none.d,
822 testsuite/gas/i386/x86-64-vgather-check-warn.d: Refer to "base"
823 tests for expected dump output.
824
53642852
JB
8252021-03-25 Jan Beulich <jbeulich@suse.com>
826
827 * testsuite/gas/i386/avx512f-nondef.s: Add case for EVEX.z
828 without mask register.
829 * testsuite/gas/i386/avx512f-nondef.d: Adjust expectations.
830
c0e54661
JB
8312021-03-25 Jan Beulich <jbeulich@suse.com>
832
833 * config/tc-i386.c (md_assemble): Widen set of insns to avoid
834 swapping operands for.
835 * testsuite/gas/i386/invlpgb.s: Fix, re-arrange, and add Intel
836 syntax tests.
837 * testsuite/gas/i386/snp.s: Re-arrange and add multi-operand as
838 well as Intel syntax tests.
839 * testsuite/gas/i386/invlpgb.d, testsuite/gas/i386/snp.d: Adjust
840 expectations.
32d71569 841 * testsuite/gas/i386/invlpgb64.d, testsuite/gas/i386/snp64.d:
c0e54661
JB
842 Likewise. Drop passing --def-sym to as.
843
829f3fe1
JB
8442021-03-25 Jan Beulich <jbeulich@suse.com>
845
846 PR/gas 27419
847 * config/tc-i386.c (process_suffix): Restrict (%rip) -> (%eip)
848 conversion to x32 mode.
849 * testsuite/gas/i386/ilp32/enqcmd.s,
850 testsuite/gas/i386/ilp32/enqcmd.d,
851 testsuite/gas/i386/ilp32/movdir.s,
852 testsuite/gas/i386/ilp32/movdir.d: New.
853 * testsuite/gas/i386/x86-64-enqcmd.s,
854 testsuite/gas/i386/x86-64-movdir.s: Drop mismatched operand
855 cases.
856 * testsuite/gas/i386/x86-64-enqcmd-inval.s: Add (%rip) and
857 (%eip) cases.
858 * testsuite/gas/i386/x86-64-movdir64b-reg.s Add (%eip) case.
859 * testsuite/gas/i386/x86-64-enqcmd.d,
860 testsuite/gas/i386/x86-64-enqcmd-intel.d,
861 testsuite/gas/i386/x86-64-enqcmd-inval.l,
862 testsuite/gas/i386/x86-64-movdir.d,
863 testsuite/gas/i386/x86-64-movdir-intel.d,
864 testsuite/gas/i386/x86-64-movdir64b-reg.l: Adjust expectations.
865
5a403766
AM
8662021-03-25 Alan Modra <amodra@gmail.com>
867
868 PR 27647
869 * testsuite/gas/ppc/a2.d: Update expected output.
870 * testsuite/gas/ppc/power8.d: Likewise.
871
9a182d04
JB
8722021-03-24 Jan Beulich <jbeulich@suse.com>
873
874 * config/tc-i386.c (struct _i386_insn): New field
875 opcode_length.
876 (md_begin): Drop assertion.
877 (install_template): New.
878 (build_vex_prefix): Call install_template.
879 (match_template): Likewise.
880 (process_operands): Use new opcode_length field.
881 (output_jump): Likewise.
882 (output_insn): Likewise. Adjust psedo prefix check.
883
35648716
JB
8842021-03-24 Jan Beulich <jbeulich@suse.com>
885
886 * config/tc-i386.c (md_begin): Add assertion.
887 (build_vex_prefix): Drop implied prefix calculation.
888 (build_evex_prefix): Likewise.
889 (optimize_encoding): Adjust opcode checks.
890 (load_insn_p): Also check opcodeprefix.
891 (match_template): Also check opcodespace.
892 (process_suffix): Likewise.
893 (process_operands): Likewise.
894 (output_insn): Likewise. Also check isprefix when discaring
895 standalone LOCK.
896 * config/tc-i386-intel.c (i386_intel_operand): Also check
897 opcodespace.
898
31184569
JB
8992021-03-24 Jan Beulich <jbeulich@suse.com>
900
901 * config/tc-i386.c (parse_insn): Recognize pseudo prefixes by
902 base_opcode and extension_opcode.
903
b933fa4b
JB
9042021-03-23 Jan Beulich <jbeulich@suse.com>
905
906 * config/tc-i386.c (pte): Re-order opc_pfx[] entries.
907
dac10fb0
JB
9082021-03-23 Jan Beulich <jbeulich@suse.com>
909
910 * config/tc-i386.c (output_i386_opcode): Invoke
911 process_i386_cpu_flag() slightly later.
912 (process_i386_opcodes): Likewise.
913
441f6aca
JB
9142021-03-23 Jan Beulich <jbeulich@suse.com>
915
916 * config/tc-i386.c (pte): Print prefix and encoding space.
917 (build_vex_prefix): Check opcodespace instead of opcodeprefix.
918 (build_evex_prefix): Likewise.
919 (load_insn_p): Likewise.
920
70e95837
JB
9212021-03-23 Jan Beulich <jbeulich@suse.com>
922
923 * config/tc-i386.c (load_insn_p): Use PREFIX_NONE. Fold two
924 if()-s.
925 (match_template, output_insn): Use PREFIX_NONE.
926
a152332d
JB
9272021-03-23 Jan Beulich <jbeulich@suse.com>
928
929 * config/tc-i386.c (i386_index_check): New local variable t.
930 Correct MPX insn check.
931 * config/tc-i386-intel.c (i386_intel_simplify_register): Correct
932 MPX insn check.
933 * testsuite/gas/i386/x86-64-mpx.s: Add RIP-relative cases. Test
934 index scaling by other than 1.
935 * testsuite/gas/i386/x86-64-mpx.d: Adjust expectations.
936
08dedd66
ML
9372021-03-22 Martin Liska <mliska@suse.cz>
938
939 * config/tc-i386.c (md_parse_option): Replace usage of CONST_STRNEQ with startswith.
940 (x86_64_section_word): Likewise.
941 * config/tc-sparc.c (md_parse_option): Likewise.
942
826b97d4
AM
9432021-03-19 Alan Modra <amodra@gmail.com>
944
945 * app.c (do_scrub_chars): Don't lose spaces before a slash.
946
3273f9a1
CG
9472021-03-18 Christian Groessler <chris@groessler.org>
948
949 * config/tc-z8k.c (apply_fix): Handle 7-bit relocations correctly.
950 Problem found by Tadashi G. Takaoka <tadashi.g.takaoka@gmail.com>.
951
80d49d6a
KLC
9522021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
953
954 * config/tc-riscv.c (ext_version_table): Add b, zba, zbb and zbc.
955 (riscv_multi_subset_supports): Add INSN_CLASS_ZB*.
956 * testsuite/gas/riscv/b-ext-64.s: Bitmanip test case.
957 * testsuite/gas/riscv/b-ext-64.d: Likewise.
958 * testsuite/gas/riscv/b-ext.s: Likewise.
959 * testsuite/gas/riscv/b-ext.d: Likewise.
960
7fce7ea9
PW
9612021-03-12 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
962
963 * testsuite/gas/aarch64/illegal-sysreg-7.d: New test.
964 * testsuite/gas/aarch64/illegal-sysreg-7.l: New test.
965 * testsuite/gas/aarch64/illegal-sysreg-7.s: New test.
966 * testsuite/gas/aarch64/sysreg-7.d: New test.
967 * testsuite/gas/aarch64/sysreg-7.s: New test.
968
1b2cb8e2
CC
9692021-03-12 Clément Chigot <clement.chigot@atos.net>
970
971 * config/tc-ppc.c (ppc_xcoff_text_section, ppc_xcoff_data_section,
972 (ppc_xcoff_bss_section, ppc_xcoff_tdata_section,
973 (ppc_xcoff_tbss_section): New variables.
974 (ppc_text_subsegment, ppc_text_csects, ppc_data_subgments,
975 (ppc_data_csects): Removed.
976 (ppc_xcoff_section_is_initialized, ppc_init_xcoff_section,
977 ppc_xcoff_parse_cons): New functions.
978 (md_being): Initialize XCOFF sections.
979 (ppc_xcoff_suffix): Add support for TLS relocations
980 (fixup_size, md_apply_fix): Add support for new BFD_RELOC.
981 (ppc_change_csect): Handle XMC_TL, XMC_UL. Correctly, add XMC_BS
982 to .bss section. Handle new XCOFF section variables.
983 (ppc_comm): Likewise.
984 (ppc_toc): Likewise.
985 (ppc_symbol_new_hook): Likewise.
986 (ppc_frob_symbol): Likewise.
987 (ppc_fix_adjustable): Add tbss support.
988 * config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): New define.
989 (ppc_xcoff_parse_cons): Add prototype.
990 (struct ppc_xcoff_section): New structure.
991
4a403be0
CC
9922021-03-12 Clément Chigot <clement.chigot@atos.net>
993
994 * config/tc-ppc.c (ppc_xcoff_suffix): New function.
995 (MAP, MAP32, MAP64): New macros for XCOFF.
996 (ppc_xcoff_fixup_addis): New function.
997 (ppc_is_toc_sym): Handle XMC_TE.
998 (fixup_size): Add cases for BFD_RELOC_PPC_TOC16_HI and
999 BFD_RELOC_PPC_TOC16_LO.
1000 (md_assemble): Call ppc_xcoff_fixup_addis for XCOFF.
1001 (ppc_change_csect): Handle XMC_TE.
1002 (ppc_tc): Enable .tc symbols to have only a XMC_TC or XMC_TE
1003 storage class.
1004 (ppc_symbol_new_hook): Handle XMC_TE.
1005 (ppc_frob_symbol): Likewise.
1006 (ppc_fix_adjustable): Likewise.
1007 (md_apply_fix): Handle BFD_RELOC_PPC_TOC16_HI and
1008 BFD_RELOC_PPC_TOC16_LO.
1009
b763d508
JB
10102021-03-10 Jan Beulich <jbeulich@suse.com>
1011
1012 * testsuite/gas/i386/avx512f-intel.d,
1013 testsuite/gas/i386/avx512f_vl-intel.d,
1014 testsuite/gas/i386/avx512pf-intel.d,
1015 testsuite/gas/i386/x86-64-avx512f-intel.d,
1016 testsuite/gas/i386/x86-64-avx512f_vl-intel.d,
1017 testsuite/gas/i386/x86-64-avx512pf-intel.d: Adjust expectations.
1018
31941983
JB
10192021-03-10 Jan Beulich <jbeulich@suse.com>
1020
1021 * testsuite/gas/i386/prefetch.d,
1022 testsuite/gas/i386/prefetch-intel.d,
1023 testsuite/gas/i386/x86-64-prefetch.d,
1024 testsuite/gas/i386/x86-64-prefetch-intel.d: Adjust expectations.
1025 * testsuite/gas/i386/nops-8.s, testsuite/gas/i386/nops-8.d: New.
1026 * testsuite/gas/i386/i386.exp: Run new test.
1027
742732c7
JB
10282021-03-09 Jan Beulich <jbeulich@suse.com>
1029
1030 * config/tc-i386.c (check_hle): Replace HLEPrefix* by Prefix*.
1031 (md_assemble): Replace use of repprefixok, islockable, and
1032 notrackprefixok.
1033 (i386_index_check): Replace use of repprefixok.
1034
e93a3b27
JB
10352021-03-09 Jan Beulich <jbeulich@suse.com>
1036
1037 * testsuite/gas/i386/noreg64.s: Add sysexit.
1038 * testsuite/gas/i386/x86-64-sysenter-amd.s: Split sysexit into
1039 sysexitl and sysexitq.
1040 * testsuite/gas/i386/noreg-intel64.l,
1041 testsuite/gas/i386/noreg64-data16.d,
1042 testsuite/gas/i386/noreg64-data16.e,
1043 testsuite/gas/i386/noreg64-rex64.d,
1044 testsuite/gas/i386/noreg64.d,
1045 testsuite/gas/i386/noreg64.l,
1046 testsuite/gas/i386/x86-64-sysenter-amd.d,
1047 testsuite/gas/i386/x86-64-sysenter-amd.l,
1048 testsuite/gas/i386/x86-64-sysenter-intel.d: Adjust expectations.
1049
fe0171d2
NC
10502021-02-26 Nick Clifton <nickc@redhat.com>
1051
1052 PR 27411
1053 * config/tc-arm.c (do_t_add_sub): Correct error message.
1054 * testsuite/gas/arm/pr27411.s: New test.
1055 * testsuite/gas/arm/pr27411.d: New test driver.
1056 * testsuite/gas/arm/pr27411.l: Expected error output for new test.
1057
55add51e
AM
10582021-02-24 Alan Modra <amodra@gmail.com>
1059
1060 PR 23691
1061 * Makefile.am (TARGET_CPU_CFILES): Split off config/xtensa-relax.c..
1062 (TARGET_CPU_HFILES): ..and config/xtensa-relax.h..
1063 (TARGET_EXTRA_FILES): ..to here. Add config/bfin-lex-wrapper.c,
1064 and use alongside TARGET_CPU_CFILES.
1065 (EXTRA_DIST): Update location of generated .c files.
1066 (config/m68k-parse.c): New rule replacing m68k-parse.c rule.
1067 (config/bfin-parse.c, config/rl78-parse.cm config/rx-parse.c),
1068 (config/bfin-lex.c, config/bfin-lex-wrapper.@OBJEXT@): Similarly.
1069 (itbl-lex-wrapper.@OBJEXT@): Simplify to just the needed
1070 dependencies.
1071 (itbl-parse.@OBJEXT@): Delete rule using NO_WERROR.
1072 (itbl-parse.c, itbl-parse.h): Tidy.
1073 * config/bfin-lex-wrapper.c: Include config/bfin-lex.c.
1074 * config/bfin-lex.l: Include config/bfin-parse.h.
1075 * configure.ac (extra_objects): Move object files corresponding
1076 to .y and .l files now in config/ to config/.
1077 * Makefile.in: Regenerate.
1078 * configure: Regenerate.
1079 * po/POTFILES.in: Regenerate.
1080
0257c2ff
NC
10812021-02-19 Nick Clifton <nickc@redhat.com>
1082
1083 * config/tc-riscv.c (riscv_ip): Fix compile time warnings about
1084 misleading indentation.
1085
5a9f5403
NC
10862021-02-19 Nelson Chu <nelson.chu@sifive.com>
1087
1088 PR 27158
1089 * config/tc-riscv.c (riscv_ip): Updated encoding macros.
1090 (md_apply_fix): Likewise.
1091 (md_convert_frag_branch): Likewise.
1092 (validate_riscv_insn): Likewise. Also arranged operands, including
1093 added C5 and C6 operands, and removed unused Ci and C< operands.
1094 * doc/c-riscv.texi: Updated and added CSS/CL/CS types.
1095 * testsuite/gas/riscv/insn.d: Added CSS/CL/CS instructions.
1096 * testsuite/gas/riscv/insn.s: Likewise.
1097
3d73d29e
NC
10982021-02-18 Nelson Chu <nelson.chu@sifive.com>
1099
1100 * config/tc-riscv.c: Included cpu-riscv.h.
1101 (enum riscv_csr_clas): Moved from include/opcode/riscv.h.
1102 (struct riscv_csr_extra): Likewise.
1103 (struct riscv_ext_version): Likewise.
1104 (ext_version_table): Moved from opcodes/riscv-opc.c.
1105 (default_isa_spec): Updated type to riscv_spec_class.
1106 (default_priv_spec): Likewise.
1107 (riscv_set_default_isa_spec): Updated.
1108 (init_ext_version_hash): Likewise.
1109 (riscv_init_csr_hash): Likewise, also fixed indent.
1110
089485ff
AM
11112021-02-17 Alan Modra <amodra@gmail.com>
1112
1113 * testsuite/gas/elf/section28.d: xfail h8300.
1114
ca1289b9
L
11152021-02-16 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 PR gas/27412
1118 * config/obj-elf.c (obj_elf_change_section): Strip SHF_GNU_RETAIN
1119 when checking incorrect section attributes.
1120 * testsuite/gas/elf/elf.exp: Run section28 and section29.
1121 * testsuite/gas/elf/section28.d: New file.
1122 * testsuite/gas/elf/section28.s: Likewise.
1123 * testsuite/gas/elf/section29.d: Likewise.
1124 * testsuite/gas/elf/section29.s: Likewise.
1125
394ae71f
JB
11262021-02-16 Jan Beulich <jbeulich@suse.com>
1127
1128 * testsuite/gas/i386/sse-check.s,
1129 testsuite/gas/i386/sse2avx.s,
1130 testsuite/gas/i386/x86-64-sse2avx.s: Add CVTPI2PD cases.
1131 * testsuite/gas/i386/sse-check-error.l,
1132 testsuite/gas/i386/sse-check-warn.e,
1133 testsuite/gas/i386/sse-check.d,
1134 testsuite/gas/i386/sse2avx.d,
1135 testsuite/gas/i386/x86-64-sse-check-error.l,
1136 testsuite/gas/i386/x86-64-sse2avx.d: Adjust expecations.
1137 * testsuite/gas/i386/property-cvtpi2pd.s,
1138 testsuite/gas/i386/property-cvtpi2pd.d,
1139 testsuite/gas/i386/property-cvtpi2ps.s,
1140 testsuite/gas/i386/property-cvtpi2ps.d: New.
1141 * testsuite/gas/i386/i386.exp: Run new tests.
1142
3d70986f
JB
11432021-02-16 Jan Beulich <jbeulich@suse.com>
1144
1145 * config/tc-i386.c (md_assemble): Use template rather than
1146 actuals when updating i.xstate.
1147 * testsuite/gas/i386/property-4.d,
1148 testsuite/gas/i386/property-5.d,
1149 testsuite/gas/i386/property-12.d: Adjust expectations.
1150
014d61ea
JB
11512021-02-16 Jan Beulich <jbeulich@suse.com>
1152
1153 * config/tc-i386.c (output_insn): Handle ldmxcsr, stmxcsr,
1154 vldmxcsr, vstmxcsr, vzeroall, and vzeroupper.
1155 * testsuite/gas/i386/property-ldmxcsr.s,
1156 testsuite/gas/i386/property-ldmxcsr.d,
1157 testsuite/gas/i386/property-vldmxcsr.s,
1158 testsuite/gas/i386/property-vldmxcsr.d,
1159 testsuite/gas/i386/property-vzeroall.s,
1160 testsuite/gas/i386/property-vzeroall.d: New.
1161 * testsuite/gas/i386/i386.exp: Run new tests.
1162
cbe68696
JB
11632021-02-16 Jan Beulich <jbeulich@suse.com>
1164
1165 * testsuite/gas/i386/i386.exp: Move bitness-independent property
1166 tests to bitness independent section.
1167 * testsuite/gas/i386/x86-64-property-2.d,
1168 testsuite/gas/i386/x86-64-property-3.d,
1169 testsuite/gas/i386/x86-64-property-4.d,
1170 testsuite/gas/i386/x86-64-property-5.d,
1171 testsuite/gas/i386/x86-64-property-6.d,
1172 testsuite/gas/i386/x86-64-property-10.d,
1173 testsuite/gas/i386/x86-64-property-11.d,
1174 testsuite/gas/i386/x86-64-property-12.d,
1175 testsuite/gas/i386/x86-64-property-13.d: Delete.
1176
c2f1204d
JB
11772021-02-16 Jan Beulich <jbeulich@suse.com>
1178
1179 * testsuite/gas/i386/enqcmd-16bit.s: Include enqcmd.s, not
1180 movdir.s.
1181 * testsuite/gas/i386/enqcmd-16bit.d: Adjust expectations.
1182
9a12b194
AM
11832021-02-16 Alan Modra <amodra@gmail.com>
1184
1185 PR 27426
1186 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
1187 in another place.
1188
70433886
AM
11892021-02-16 Alan Modra <amodra@gmail.com>
1190
1191 * read.c (demand_copy_C_string): Really check for embedded zeros.
1192
ba2b480f
AK
11932021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
1194
1195 * config/tc-s390.c (s390_parse_cpu): New entry for arch14.
1196 * doc/c-s390.texi: Document arch14 march option.
1197 * testsuite/gas/s390/s390.exp: Run the arch14 related tests.
1198 * testsuite/gas/s390/zarch-arch14.d: New test.
1199 * testsuite/gas/s390/zarch-arch14.s: New test.
1200
c46b7066
NC
12012021-02-12 Nick Clifton <nickc@redhat.com>
1202
1203 * testsuite/gas/mach-o/sections-1.d: Stop automatic debug link
32d71569 1204 following.
c46b7066
NC
1205 * testsuite/gas/xgate/insns-dwarf2.d: Likewise.
1206
3c1d4101
AM
12072021-02-12 Alan Modra <amodra@gmail.com>
1208
1209 * testsuite/gas/all/pr27381.err: Don't match source file name.
1210 * testsuite/gas/all/pr27381.s: Don't start directive in first column.
1211 * testsuite/gas/all/pr27384.err: Don't match source file name.
1212 Adjust line number.
1213 * testsuite/gas/all/pr27384.s: Add ".text" directive.
1214 * testsuite/gas/elf/pr27355.err: Don't match source file name.
1215
933feaf3
AM
12162021-02-11 Alan Modra <amodra@gmail.com>
1217
1218 * NEWS: Mention arm-symbianelf removal.
1219
01e8b831
NC
12202021-02-10 Nick Clifton <nickc@redhat.com>
1221
1222 * listing.c (buffer_line): Remove debugging code accidentally
1223 included with the fix for PR 27384.
1224
284beb43
NC
12252021-02-09 Nick Clifton <nickc@redhat.com>
1226
1227 PR 27381
1228 * read.c (s_incbin): Check that the file to be included is a
1229 regular, non-directory file.
1230 * testsuite/gas/all/pr27381.s: New test source file.
1231 * testsuite/gas/all/pr27381.d: New test control file.
1232 * testsuite/gas/all/pr27381.err: Expected error output for the new test.
1233 * testsuite/gas/all/gas.exp: Run the new test.
1234
a57d1773
AM
12352021-02-09 Alan Modra <amodra@gmail.com>
1236
1237 * Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h.
1238 * config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN
1239 support.
1240 * config/te-symbian.h: Delete.
1241 * configure.tgt: Remove arm-*-symbianelf*.
1242 * testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in
1243 target selection.
1244 * testsuite/gas/arm/arch4t.d: Likewise.
1245 * testsuite/gas/arm/got_prel.d: Likewise.
1246 * testsuite/gas/arm/mapdir.d: Likewise.
1247 * testsuite/gas/arm/mapmisc.d: Likewise.
1248 * testsuite/gas/arm/mapsecs.d: Likewise.
1249 * testsuite/gas/arm/mapshort-eabi.d: Likewise.
1250 * testsuite/gas/arm/thumb-eabi.d: Likewise.
1251 * testsuite/gas/arm/thumb.d: Likewise.
1252 * testsuite/gas/arm/thumbrel.d: Likewise.
1253 * Makefile.in: Regenerate.
1254 * po/POTFILES.in: Regenerate.
1255
4a68fcd7
NC
12562021-02-09 Nick Clifton <nickc@redhat.com>
1257
1258 PR 27384
1259 * listing.c (listing_psize): Check the result of the width
1260 expression before assigning it to paper_width.
1261 * testsuite/gas/all/pr27384.s: New test source file.
1262 * testsuite/gas/all/pr27384.d: New test control file.
1263 * testsuite/gas/all/pr27384.err: Expected errors from new test.
1264 * testsuite/gas/all/gas.exp: Run the new test.
1265
52563b0f
NC
12662021-02-09 Nick Clifton <nickc@redhat.com>
1267
1268 PR 27355
1269 * testsuite/gas/elf/pr27355.s: New test source file.
1270 * testsuite/gas/elf/pr27355.d: New test control file.
1271 * testsuite/gas/elf/pr27355.err: Expected errors from new test.
1272 * testsuite/gas/elf/elf.exp: Run the new test.
1273
bfd428bc
MF
12742021-02-08 Mike Frysinger <vapier@gentoo.org>
1275
1276 * config/tc-tic54x (tic54x_mmregs): Rename to ...
1277 (tic54x_register_mmregs): ... this. Change mmregs to tic54x_mmregs.
1278 (md_pseudo_table): Change tic54x_mmregs to tic54x_register_mmregs.
1279 (md_begin): Add tic54x_ prefix to regs, mmregs, condition_codes,
1280 cc2_codes, cc3_codes, status_bits, and misc_symbols.
1281
80b652ef
NC
12822021-02-08 Nick Clifton <nickc@redhat.com>
1283
1284 PR 27355
1285 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
1286 if it has not already been created.
1287
24075dcc
NC
12882021-02-04 Nelson Chu <nelson.chu@sifive.com>
1289
1290 * config/tc-riscv.c (riscv_multi_subset_supports): Removed
1291 INSN_CLASS_ZB*.
1292 * testsuite/gas/riscv/bitmanip-insns-32.d: Removed.
1293 * testsuite/gas/riscv/bitmanip-insns-64.d: Removed.
1294 * testsuite/gas/riscv/bitmanip-insns.s: Removed.
1295
61ecbbae
AK
12962021-02-03 Andreas Krebbel <krebbel@linux.ibm.com>
1297
1298 * doc/c-s390.texi: Document vector instruction formats.
1299
1f568f9a
EH
13002021-02-01 Emery Hemingway <ehmry@posteo.net>
1301
1302 * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
1303
7bba67ec
AM
13042021-02-01 Alan Modra <amodra@gmail.com>
1305
1306 PR 27283
1307 * config/tc-alpha.c (insert_operand): Delete dead code.
1308
1f583bc2
L
13092021-01-26 H.J. Lu <hongjiu.lu@intel.com>
1310
1311 PR gas/27243
1312 * config/tc-nios2.c (md_begin): Don't disable relaxation with
1313 --gdwarf-N.
1314 * testsuite/gas/nios2/relax.d: New file.
1315 * testsuite/gas/nios2/relax.s: Likewise.
1316
a45ef9a3
AM
13172021-01-26 Alan Modra <amodra@gmail.com>
1318
1319 * testsuite/gas/all/local-label-overflow.d: Use xfail rather than
1320 notarget all except hppa. Comment.
1321 * testsuite/gas/all/sleb128-2.d: Use xfail rather than notarget.
1322 * testsuite/gas/all/sleb128-4.d: Likewise. Don't skip msp430.
1323 * testsuite/gas/all/sleb128-5.d: Use xfail rather than notarget.
1324 * testsuite/gas/all/sleb128-7.d: Likewise.
1325 * testsuite/gas/all/sleb128-9.d: Likewise.
1326 * testsuite/gas/elf/bignums.d: Likewise.
1327 * testsuite/gas/elf/group0c.d: Likewise.
1328 * testsuite/gas/elf/group1a.d: Likewise.
1329 * testsuite/gas/elf/section-symbol-redef.d: Likewise.
1330 * testsuite/gas/elf/section15.d: Likewise.
1331 * testsuite/gas/elf/section4.d: Likewise.
1332 * testsuite/gas/elf/section7.d: Likewise.
1333 * testsuite/gas/macros/irp.d: Likewise.
1334 * testsuite/gas/macros/repeat.d: Likewise.
1335 * testsuite/gas/macros/rept.d: Likewise.
1336 * testsuite/gas/macros/test2.d: Likewise.
1337 * testsuite/gas/macros/vararg.d: Likewise.
1338 * testsuite/gas/all/string.d: Use xfail rather than skip.
1339 * testsuite/gas/elf/missing-build-notes.d: Likewise.
1340 * testsuite/gas/elf/section0.d: Likewise.
1341 * testsuite/gas/elf/section1.d: Likewise.
1342 * testsuite/gas/elf/section10.d: Likewise.
1343 * testsuite/gas/elf/section11.d: Likewise.
1344 * testsuite/gas/elf/section6.d: Likewise.
1345 * testsuite/gas/elf/symtab.d: Use xfail rather than skip, adjust hppa.
1346 * testsuite/gas/elf/symtab.s: Don't start directives in first column.
1347 * testsuite/gas/macros/test3.d: Don't notarget nds32.
1348
9886ff03
AM
13492021-01-26 Alan Modra <amodra@gmail.com>
1350
1351 * testsuite/gas/all/byte.d,
1352 * testsuite/gas/all/byte.l,
1353 * testsuite/gas/all/byte.s: Delete.
1354 * testsuite/gas/all/gas.exp: Don't run byte test.
1355
4287950e
AM
13562021-01-26 Alan Modra <amodra@gmail.com>
1357
1358 PR 27282
1359 * testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
1360 * testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
1361
eea133e6
L
13622021-01-24 H.J. Lu <hongjiu.lu@intel.com>
1363
1364 PR gas/27228
1365 * testsuite/gas/elf/elf.exp: Run pr27228.
1366 * testsuite/gas/elf/pr27228.d: New file.
1367 * testsuite/gas/elf/pr27228.s: Likewise.
1368
68fcee4f
AM
13692021-01-24 Alan Modra <amodra@gmail.com>
1370
1371 PR 27228
1372 * write.c (resolve_reloc_expr_symbols): Don't assume local symbol
1373 is defined.
1374
be07043e
AM
13752021-01-21 Alan Modra <amodra@gmail.com>
1376
1377 PR 27221
1378 * dwarf2dbg.c (dwarf2_gen_line_info_1): Don't warn about ignored
1379 line number info when gas is generating it.
1380 * testsuite/gas/elf/dwarf2-20.d: Adjust to not expect warnings.
1381 * testsuite/gas/m68hc11/indexed12.d: Likewise.
1382 * testsuite/gas/elf/elf.exp: Don't run warn-2.
1383 * gas/testsuite/gas/elf/warn-2.s: Delete.
1384
498ff032
AM
13852021-01-21 Alan Modra <amodra@gmail.com>
1386
1387 PR 27218
1388 * dwarf2dbg.c (dwarf2_gen_line_info): Correct setting of dwarf_level.
1389 (dwarf2_directive_filename, dwarf2_directive_loc): Likewise, and
1390 error for negative file numbers.
1391
4bd7c902
AM
13922021-01-20 Alan Modra <amodra@gmail.com>
1393
1394 * testsuite/gas/ppc/power4.d: Adjust for removal of section sym.
1395 * testsuite/gas/ppc/test1elf32.d: Likewise.
1396 * testsuite/gas/ppc/test1elf64.d: Likewise.
1397
705989f1
L
13982021-01-18 H.J. Lu <hongjiu.lu@intel.com>
1399
1400 PR gas/27195
1401 * dwarf2dbg.c (dwarf2_gen_line_info): Set dwarf_level to 5 if
1402 needed.
1403 (dwarf2_directive_filename): Likewise.
1404 (dwarf2_directive_loc): Likewise.
1405 * testsuite/gas/elf/dwarf-5-file0.d: Pass --gdwarf-3.
1406 * testsuite/gas/lns/lns-diag-1.l: Remove the
1407 "Error: file number less than one" errors.
1408
44365e88
AM
14092021-01-18 Alan Modra <amodra@gmail.com>
1410
1411 PR 27198
1412 * config/tc-i386.c (need_plt32_p): Return FALSE for NULL symbol.
1413 * testsuite/gas/i386/pr27198.d,
1414 * gas/testsuite/gas/i386/pr27198.err,
1415 * gas/testsuite/gas/i386/pr27198.s: New test.
1416 * gas/testsuite/gas/i386/i386.exp: Run it.
1417
1942a048
NC
14182021-01-15 Nelson Chu <nelson.chu@sifive.com>
1419
1420 * config/tc-riscv.c: Indent and GNU coding standards tidy,
1421 also aligned the code.
1422 * config/tc-riscv.h: Likewise.
1423
b800637e
NC
14242021-01-15 Nelson Chu <nelson.chu@sifive.com>
1425
1426 * config/tc-riscv.c: Error and warning messages tidy.
1427 * testsuite/gas/riscv/priv-reg-fail-fext.l: Updated.
1428 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
1429 * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise.
1430 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
1431 * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
1432 * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
1433 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
1434
dcd709e0
NC
14352021-01-15 Nelson Chu <nelson.chu@sifive.com>
1436
1437 * config/tc-riscv.c: Comments tidy and improvement. Also update
1438 comment "fallthru" to "Fall through" that end with a period and
1439 two spaces.
1440
5fda40b2
MF
14412021-01-14 Mike Frysinger <vapier@gentoo.org>
1442
1443 * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries.
1444 Delete warning that these are only available with ELF targets.
1445 * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ...
1446 * read.c (potable): ... here.
1447
abad2815
MF
14482021-01-14 Mike Frysinger <vapier@gentoo.org>
1449
1450 * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
1451 * Makefile.in: Regenerated.
1452
adb0bd8f
MF
14532021-01-14 Mike Frysinger <vapier@gentoo.org>
1454
1455 * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define.
1456 (parse_int): Mark char_bag const.
1457
844bf810
L
14582021-01-13 H.J. Lu <hongjiu.lu@intel.com>
1459
1460 PR gas/27178
1461 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
1462 Don't generate GOT_symbol for PLT relocations.
1463 * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests.
1464 * testsuite/gas/i386/no-got.d: New file.
1465 * testsuite/gas/i386/no-got.s: Likewise.
1466 * testsuite/gas/i386/x86-64-no-got.d: Likewise.
1467 * testsuite/gas/i386/x86-64-no-got.s: Likewise.
1468
5347ed60
AM
14692021-01-13 Alan Modra <amodra@gmail.com>
1470
1471 * Makefile.in: Regenerate.
1472 * Makefile.in: Regenerate.
1473
d546b610
L
14742021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1475
1476 PR binutils/26792
1477 * configure.ac: Use GNU_MAKE_JOBSERVER.
1478 * aclocal.m4: Regenerated.
1479 * configure: Likewise.
1480
6d104cac
NC
14812021-01-12 Nick Clifton <nickc@redhat.com>
1482
1483 * po/fr.po: Updated French translation.
1484
83b33c6c
L
14852021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1486
1487 PR ld/27173
1488 * configure: Regenerated.
1489
82c70b08
KT
14902021-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1491
1492 * NEWS: Remove CSRE.
1493 * config/tc-aarch64.c (parse_csr_operand): Delete.
1494 (parse_operands): Delete handling of
1495 AARCH64_OPND_CSRE_CSR.
1496 (aarch64_features): Remove csre.
1497 * doc/c-aarch64.texi: Remove CSRE.
1498 * testsuite/gas/aarch64/csre.d: Delete.
1499 * testsuite/gas/aarch64/csre-invalid.s: Likewise.
1500 * testsuite/gas/aarch64/csre-invalid.d: Likewise.
1501 * testsuite/gas/aarch64/csre_csr.s: Likewise.
1502 * testsuite/gas/aarch64/csre_csr.d: Likewise.
1503 * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise.
1504 * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise.
1505 * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise.
1506
a8aa72b9
NC
15072021-01-11 Nick Clifton <nickc@redhat.com>
1508
1509 * po/uk.po: Updated Ukranian translation.
1510
a4966cd9
L
15112021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1512
1513 * configure: Regenerated.
1514
573fe3fb
NC
15152021-01-09 Nick Clifton <nickc@redhat.com>
1516
1517 * configure: Regenerate.
1518 * po/gas.pot: Regenerate.
1519
055bc77a
NC
15202021-01-09 Nick Clifton <nickc@redhat.com>
1521
1522 * 2.36 release branch crated.
1523
aae7fcb8
PB
15242021-01-08 Peter Bergner <bergner@linux.ibm.com>
1525
1526 * testsuite/gas/ppc/rop-checks.d,
1527 * testsuite/gas/ppc/rop-checks.l,
1528 * testsuite/gas/ppc/rop-checks.s,
1529 * testsuite/gas/ppc/rop.d,
1530 * testsuite/gas/ppc/rop.s: New tests.
1531 * testsuite/gas/ppc/ppc.exp: Run them.
1532
64307045
AM
15332021-01-09 Alan Modra <amodra@gmail.com>
1534
1535 * configure: Regenerate.
1536
f4782128
ST
15372021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1538
1539 * configure: Regenerate.
1540
d1bcae83
L
15412021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1542
1543 PR 27109
1544 * read.c (s_reloc): Call symbol_mark_used_in_reloc on the
1545 section symbol.
1546 * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
1547 * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
1548 on the section symbol.
1549 (set_symtab): Don't generate unused section symbols.
1550 (maybe_generate_build_notes): Call symbol_mark_used_in_reloc
1551 on the section symbol.
1552 * config/obj-elf.c (elf_adjust_symtab): Call
1553 symbol_mark_used_in_reloc on the group signature symbol.
1554 * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
1555 from expected output.
1556 * testsuite/gas/elf/elf.exp (run_elf_list_test): Check
1557 is_elf_unused_section_symbols.
1558 * testsuite/gas/elf/section2.e: Updated.
1559 * testsuite/gas/elf/section2.e-unused: New file.
1560 * testsuite/gas/elf/symver.d: Remove unused section symbols.
1561 * testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
1562 * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
1563 * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
1564 * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
1565 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
1566 * testsuite/gas/i386/size-1.d: Likewise.
1567 * testsuite/gas/i386/size-3.d: Likewise.
1568 * testsuite/gas/i386/svr4.d: Likewise.
1569 * testsuite/gas/i386/x86-64-size-1.d: Likewise.
1570 * testsuite/gas/i386/x86-64-size-3.d: Likewise.
1571 * testsuite/gas/i386/x86-64-size-5.d: Likewise.
1572 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
1573
aa881ecd
PT
15742021-01-07 Philipp Tomsich <prt@gnu.org>
1575
1576 * config/tc-riscv.c (riscv_multi_subset_supports): Added
1577 INSN_CLASS_ZIHINTPAUSE.
1578 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
1579 the pause hint instruction.
1580 * testsuite/gas/riscv/pause.s: Likewise.
1581
2652cfad
CXW
15822021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
1583 Jim Wilson <jimw@sifive.com>
1584 Andrew Waterman <andrew@sifive.com>
1585 Maxim Blinov <maxim.blinov@embecosm.com>
1586 Kito Cheng <kito.cheng@sifive.com>
1587 Nelson Chu <nelson.chu@sifive.com>
1588
1589 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
1590 (riscv_get_default_ext_version): Do not check the default_isa_spec when
1591 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
1592 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
1593 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
1594 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
1595
85f55c2b
AM
15962021-01-06 Alan Modra <amodra@gmail.com>
1597
1598 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
1599
22206e84
AM
16002021-01-06 Alan Modra <amodra@gmail.com>
1601
1602 * testsuite/gas/macros/app1.d: xfail tic30.
1603 * testsuite/gas/macros/app2.d: Likewise.
1604 * testsuite/gas/macros/app3.d: Likewise.
1605 * testsuite/gas/macros/app4.d: Likewise.
1606
286d2f2c
MC
16072021-01-06 Marcus Comstedt <marcus@mc.pp.se>
1608
1609 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
1610 * doc/c-riscv.texi: Likewise.
1611
f36ce378
MC
16122021-01-06 Marcus Comstedt <marcus@mc.pp.se>
1613
1614 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
1615 to littleriscv.
1616 * testsuite/gas/riscv/li64.d: Likewise.
1617 * testsuite/gas/riscv/lla32.d: Likewise.
1618 * testsuite/gas/riscv/lla64.d: Likewise.
1619 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
1620 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
1621 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
1622 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
1623 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
1624 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
1625 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
1626
fbc09e7a
MC
16272021-01-06 Marcus Comstedt <marcus@mc.pp.se>
1628
1629 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
1630 elf32-bigriscv.
1631 (install_insn): Always write instructions as little endian.
1632 (riscv_make_nops): Likewise.
1633 (md_convert_frag_branch): Likewise.
1634 (md_number_to_chars): Write data in target endianness.
1635 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
1636 (md_parse_option): Handle the endian options.
1637 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
1638 already defined.
1639 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
1640
cd6d537c
L
16412021-01-04 H.J. Lu <hongjiu.lu@intel.com>
1642
1643 PR ld/26256
1644 * config/obj-elf.c (obj_elf_change_section): Also filter out
1645 SHF_LINK_ORDER.
1646
dd933805
AM
16472021-01-04 Alan Modra <amodra@gmail.com>
1648
1649 PR 27102
1650 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
1651 message and register symbol error message.
1652
90320e40
AM
16532021-01-04 Alan Modra <amodra@gmail.com>
1654
1655 PR 27101
1656 * read.c (s_align): Use a large enough type for "align" to hold
1657 the result of get_absolute_expression.
1658
f9a6a8f0
AM
16592021-01-01 Nicolas Boulenguez <nicolas@debian.org>
1660
1661 * config/tc-i386.c: Correct comment spelling.
1662 * config/tc-riscv.c: Likewise.
1663 * config/tc-s390.c: Correct comment grammar.
1664 * doc/c-i386.texi: Correct spelling.
1665 * doc/c-s390.texi: Correct grammar.
1666
250d07de
AM
16672021-01-01 Alan Modra <amodra@gmail.com>
1668
1669 Update year range in copyright notice of all files.
1670
64d05a43
HPN
16712021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
1672
1673 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
1674
c2795844 1675For older changes see ChangeLog-2020
3499769a 1676\f
c2795844 1677Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
1678
1679Copying and distribution of this file, with or without modification,
1680are permitted in any medium without royalty provided the copyright
1681notice and this notice are preserved.
1682
1683Local Variables:
1684mode: change-log
1685left-margin: 8
1686fill-column: 74
1687version-control: never
1688End:
This page took 0.393018 seconds and 4 git commands to generate.