Fix completion related libstdc++ assert when using -D_GLIBCXX_DEBUG
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
089485ff
AM
12021-02-17 Alan Modra <amodra@gmail.com>
2
3 * testsuite/gas/elf/section28.d: xfail h8300.
4
ca1289b9
L
52021-02-16 H.J. Lu <hongjiu.lu@intel.com>
6
7 PR gas/27412
8 * config/obj-elf.c (obj_elf_change_section): Strip SHF_GNU_RETAIN
9 when checking incorrect section attributes.
10 * testsuite/gas/elf/elf.exp: Run section28 and section29.
11 * testsuite/gas/elf/section28.d: New file.
12 * testsuite/gas/elf/section28.s: Likewise.
13 * testsuite/gas/elf/section29.d: Likewise.
14 * testsuite/gas/elf/section29.s: Likewise.
15
394ae71f
JB
162021-02-16 Jan Beulich <jbeulich@suse.com>
17
18 * testsuite/gas/i386/sse-check.s,
19 testsuite/gas/i386/sse2avx.s,
20 testsuite/gas/i386/x86-64-sse2avx.s: Add CVTPI2PD cases.
21 * testsuite/gas/i386/sse-check-error.l,
22 testsuite/gas/i386/sse-check-warn.e,
23 testsuite/gas/i386/sse-check.d,
24 testsuite/gas/i386/sse2avx.d,
25 testsuite/gas/i386/x86-64-sse-check-error.l,
26 testsuite/gas/i386/x86-64-sse2avx.d: Adjust expecations.
27 * testsuite/gas/i386/property-cvtpi2pd.s,
28 testsuite/gas/i386/property-cvtpi2pd.d,
29 testsuite/gas/i386/property-cvtpi2ps.s,
30 testsuite/gas/i386/property-cvtpi2ps.d: New.
31 * testsuite/gas/i386/i386.exp: Run new tests.
32
3d70986f
JB
332021-02-16 Jan Beulich <jbeulich@suse.com>
34
35 * config/tc-i386.c (md_assemble): Use template rather than
36 actuals when updating i.xstate.
37 * testsuite/gas/i386/property-4.d,
38 testsuite/gas/i386/property-5.d,
39 testsuite/gas/i386/property-12.d: Adjust expectations.
40
014d61ea
JB
412021-02-16 Jan Beulich <jbeulich@suse.com>
42
43 * config/tc-i386.c (output_insn): Handle ldmxcsr, stmxcsr,
44 vldmxcsr, vstmxcsr, vzeroall, and vzeroupper.
45 * testsuite/gas/i386/property-ldmxcsr.s,
46 testsuite/gas/i386/property-ldmxcsr.d,
47 testsuite/gas/i386/property-vldmxcsr.s,
48 testsuite/gas/i386/property-vldmxcsr.d,
49 testsuite/gas/i386/property-vzeroall.s,
50 testsuite/gas/i386/property-vzeroall.d: New.
51 * testsuite/gas/i386/i386.exp: Run new tests.
52
cbe68696
JB
532021-02-16 Jan Beulich <jbeulich@suse.com>
54
55 * testsuite/gas/i386/i386.exp: Move bitness-independent property
56 tests to bitness independent section.
57 * testsuite/gas/i386/x86-64-property-2.d,
58 testsuite/gas/i386/x86-64-property-3.d,
59 testsuite/gas/i386/x86-64-property-4.d,
60 testsuite/gas/i386/x86-64-property-5.d,
61 testsuite/gas/i386/x86-64-property-6.d,
62 testsuite/gas/i386/x86-64-property-10.d,
63 testsuite/gas/i386/x86-64-property-11.d,
64 testsuite/gas/i386/x86-64-property-12.d,
65 testsuite/gas/i386/x86-64-property-13.d: Delete.
66
c2f1204d
JB
672021-02-16 Jan Beulich <jbeulich@suse.com>
68
69 * testsuite/gas/i386/enqcmd-16bit.s: Include enqcmd.s, not
70 movdir.s.
71 * testsuite/gas/i386/enqcmd-16bit.d: Adjust expectations.
72
9a12b194
AM
732021-02-16 Alan Modra <amodra@gmail.com>
74
75 PR 27426
76 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
77 in another place.
78
70433886
AM
792021-02-16 Alan Modra <amodra@gmail.com>
80
81 * read.c (demand_copy_C_string): Really check for embedded zeros.
82
ba2b480f
AK
832021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
84
85 * config/tc-s390.c (s390_parse_cpu): New entry for arch14.
86 * doc/c-s390.texi: Document arch14 march option.
87 * testsuite/gas/s390/s390.exp: Run the arch14 related tests.
88 * testsuite/gas/s390/zarch-arch14.d: New test.
89 * testsuite/gas/s390/zarch-arch14.s: New test.
90
c46b7066
NC
912021-02-12 Nick Clifton <nickc@redhat.com>
92
93 * testsuite/gas/mach-o/sections-1.d: Stop automatic debug link
94 following.
95 * testsuite/gas/xgate/insns-dwarf2.d: Likewise.
96
3c1d4101
AM
972021-02-12 Alan Modra <amodra@gmail.com>
98
99 * testsuite/gas/all/pr27381.err: Don't match source file name.
100 * testsuite/gas/all/pr27381.s: Don't start directive in first column.
101 * testsuite/gas/all/pr27384.err: Don't match source file name.
102 Adjust line number.
103 * testsuite/gas/all/pr27384.s: Add ".text" directive.
104 * testsuite/gas/elf/pr27355.err: Don't match source file name.
105
933feaf3
AM
1062021-02-11 Alan Modra <amodra@gmail.com>
107
108 * NEWS: Mention arm-symbianelf removal.
109
01e8b831
NC
1102021-02-10 Nick Clifton <nickc@redhat.com>
111
112 * listing.c (buffer_line): Remove debugging code accidentally
113 included with the fix for PR 27384.
114
284beb43
NC
1152021-02-09 Nick Clifton <nickc@redhat.com>
116
117 PR 27381
118 * read.c (s_incbin): Check that the file to be included is a
119 regular, non-directory file.
120 * testsuite/gas/all/pr27381.s: New test source file.
121 * testsuite/gas/all/pr27381.d: New test control file.
122 * testsuite/gas/all/pr27381.err: Expected error output for the new test.
123 * testsuite/gas/all/gas.exp: Run the new test.
124
a57d1773
AM
1252021-02-09 Alan Modra <amodra@gmail.com>
126
127 * Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h.
128 * config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN
129 support.
130 * config/te-symbian.h: Delete.
131 * configure.tgt: Remove arm-*-symbianelf*.
132 * testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in
133 target selection.
134 * testsuite/gas/arm/arch4t.d: Likewise.
135 * testsuite/gas/arm/got_prel.d: Likewise.
136 * testsuite/gas/arm/mapdir.d: Likewise.
137 * testsuite/gas/arm/mapmisc.d: Likewise.
138 * testsuite/gas/arm/mapsecs.d: Likewise.
139 * testsuite/gas/arm/mapshort-eabi.d: Likewise.
140 * testsuite/gas/arm/thumb-eabi.d: Likewise.
141 * testsuite/gas/arm/thumb.d: Likewise.
142 * testsuite/gas/arm/thumbrel.d: Likewise.
143 * Makefile.in: Regenerate.
144 * po/POTFILES.in: Regenerate.
145
4a68fcd7
NC
1462021-02-09 Nick Clifton <nickc@redhat.com>
147
148 PR 27384
149 * listing.c (listing_psize): Check the result of the width
150 expression before assigning it to paper_width.
151 * testsuite/gas/all/pr27384.s: New test source file.
152 * testsuite/gas/all/pr27384.d: New test control file.
153 * testsuite/gas/all/pr27384.err: Expected errors from new test.
154 * testsuite/gas/all/gas.exp: Run the new test.
155
52563b0f
NC
1562021-02-09 Nick Clifton <nickc@redhat.com>
157
158 PR 27355
159 * testsuite/gas/elf/pr27355.s: New test source file.
160 * testsuite/gas/elf/pr27355.d: New test control file.
161 * testsuite/gas/elf/pr27355.err: Expected errors from new test.
162 * testsuite/gas/elf/elf.exp: Run the new test.
163
bfd428bc
MF
1642021-02-08 Mike Frysinger <vapier@gentoo.org>
165
166 * config/tc-tic54x (tic54x_mmregs): Rename to ...
167 (tic54x_register_mmregs): ... this. Change mmregs to tic54x_mmregs.
168 (md_pseudo_table): Change tic54x_mmregs to tic54x_register_mmregs.
169 (md_begin): Add tic54x_ prefix to regs, mmregs, condition_codes,
170 cc2_codes, cc3_codes, status_bits, and misc_symbols.
171
80b652ef
NC
1722021-02-08 Nick Clifton <nickc@redhat.com>
173
174 PR 27355
175 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
176 if it has not already been created.
177
24075dcc
NC
1782021-02-04 Nelson Chu <nelson.chu@sifive.com>
179
180 * config/tc-riscv.c (riscv_multi_subset_supports): Removed
181 INSN_CLASS_ZB*.
182 * testsuite/gas/riscv/bitmanip-insns-32.d: Removed.
183 * testsuite/gas/riscv/bitmanip-insns-64.d: Removed.
184 * testsuite/gas/riscv/bitmanip-insns.s: Removed.
185
61ecbbae
AK
1862021-02-03 Andreas Krebbel <krebbel@linux.ibm.com>
187
188 * doc/c-s390.texi: Document vector instruction formats.
189
1f568f9a
EH
1902021-02-01 Emery Hemingway <ehmry@posteo.net>
191
192 * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
193
7bba67ec
AM
1942021-02-01 Alan Modra <amodra@gmail.com>
195
196 PR 27283
197 * config/tc-alpha.c (insert_operand): Delete dead code.
198
1f583bc2
L
1992021-01-26 H.J. Lu <hongjiu.lu@intel.com>
200
201 PR gas/27243
202 * config/tc-nios2.c (md_begin): Don't disable relaxation with
203 --gdwarf-N.
204 * testsuite/gas/nios2/relax.d: New file.
205 * testsuite/gas/nios2/relax.s: Likewise.
206
a45ef9a3
AM
2072021-01-26 Alan Modra <amodra@gmail.com>
208
209 * testsuite/gas/all/local-label-overflow.d: Use xfail rather than
210 notarget all except hppa. Comment.
211 * testsuite/gas/all/sleb128-2.d: Use xfail rather than notarget.
212 * testsuite/gas/all/sleb128-4.d: Likewise. Don't skip msp430.
213 * testsuite/gas/all/sleb128-5.d: Use xfail rather than notarget.
214 * testsuite/gas/all/sleb128-7.d: Likewise.
215 * testsuite/gas/all/sleb128-9.d: Likewise.
216 * testsuite/gas/elf/bignums.d: Likewise.
217 * testsuite/gas/elf/group0c.d: Likewise.
218 * testsuite/gas/elf/group1a.d: Likewise.
219 * testsuite/gas/elf/section-symbol-redef.d: Likewise.
220 * testsuite/gas/elf/section15.d: Likewise.
221 * testsuite/gas/elf/section4.d: Likewise.
222 * testsuite/gas/elf/section7.d: Likewise.
223 * testsuite/gas/macros/irp.d: Likewise.
224 * testsuite/gas/macros/repeat.d: Likewise.
225 * testsuite/gas/macros/rept.d: Likewise.
226 * testsuite/gas/macros/test2.d: Likewise.
227 * testsuite/gas/macros/vararg.d: Likewise.
228 * testsuite/gas/all/string.d: Use xfail rather than skip.
229 * testsuite/gas/elf/missing-build-notes.d: Likewise.
230 * testsuite/gas/elf/section0.d: Likewise.
231 * testsuite/gas/elf/section1.d: Likewise.
232 * testsuite/gas/elf/section10.d: Likewise.
233 * testsuite/gas/elf/section11.d: Likewise.
234 * testsuite/gas/elf/section6.d: Likewise.
235 * testsuite/gas/elf/symtab.d: Use xfail rather than skip, adjust hppa.
236 * testsuite/gas/elf/symtab.s: Don't start directives in first column.
237 * testsuite/gas/macros/test3.d: Don't notarget nds32.
238
9886ff03
AM
2392021-01-26 Alan Modra <amodra@gmail.com>
240
241 * testsuite/gas/all/byte.d,
242 * testsuite/gas/all/byte.l,
243 * testsuite/gas/all/byte.s: Delete.
244 * testsuite/gas/all/gas.exp: Don't run byte test.
245
4287950e
AM
2462021-01-26 Alan Modra <amodra@gmail.com>
247
248 PR 27282
249 * testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
250 * testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
251
eea133e6
L
2522021-01-24 H.J. Lu <hongjiu.lu@intel.com>
253
254 PR gas/27228
255 * testsuite/gas/elf/elf.exp: Run pr27228.
256 * testsuite/gas/elf/pr27228.d: New file.
257 * testsuite/gas/elf/pr27228.s: Likewise.
258
68fcee4f
AM
2592021-01-24 Alan Modra <amodra@gmail.com>
260
261 PR 27228
262 * write.c (resolve_reloc_expr_symbols): Don't assume local symbol
263 is defined.
264
be07043e
AM
2652021-01-21 Alan Modra <amodra@gmail.com>
266
267 PR 27221
268 * dwarf2dbg.c (dwarf2_gen_line_info_1): Don't warn about ignored
269 line number info when gas is generating it.
270 * testsuite/gas/elf/dwarf2-20.d: Adjust to not expect warnings.
271 * testsuite/gas/m68hc11/indexed12.d: Likewise.
272 * testsuite/gas/elf/elf.exp: Don't run warn-2.
273 * gas/testsuite/gas/elf/warn-2.s: Delete.
274
498ff032
AM
2752021-01-21 Alan Modra <amodra@gmail.com>
276
277 PR 27218
278 * dwarf2dbg.c (dwarf2_gen_line_info): Correct setting of dwarf_level.
279 (dwarf2_directive_filename, dwarf2_directive_loc): Likewise, and
280 error for negative file numbers.
281
4bd7c902
AM
2822021-01-20 Alan Modra <amodra@gmail.com>
283
284 * testsuite/gas/ppc/power4.d: Adjust for removal of section sym.
285 * testsuite/gas/ppc/test1elf32.d: Likewise.
286 * testsuite/gas/ppc/test1elf64.d: Likewise.
287
705989f1
L
2882021-01-18 H.J. Lu <hongjiu.lu@intel.com>
289
290 PR gas/27195
291 * dwarf2dbg.c (dwarf2_gen_line_info): Set dwarf_level to 5 if
292 needed.
293 (dwarf2_directive_filename): Likewise.
294 (dwarf2_directive_loc): Likewise.
295 * testsuite/gas/elf/dwarf-5-file0.d: Pass --gdwarf-3.
296 * testsuite/gas/lns/lns-diag-1.l: Remove the
297 "Error: file number less than one" errors.
298
44365e88
AM
2992021-01-18 Alan Modra <amodra@gmail.com>
300
301 PR 27198
302 * config/tc-i386.c (need_plt32_p): Return FALSE for NULL symbol.
303 * testsuite/gas/i386/pr27198.d,
304 * gas/testsuite/gas/i386/pr27198.err,
305 * gas/testsuite/gas/i386/pr27198.s: New test.
306 * gas/testsuite/gas/i386/i386.exp: Run it.
307
1942a048
NC
3082021-01-15 Nelson Chu <nelson.chu@sifive.com>
309
310 * config/tc-riscv.c: Indent and GNU coding standards tidy,
311 also aligned the code.
312 * config/tc-riscv.h: Likewise.
313
b800637e
NC
3142021-01-15 Nelson Chu <nelson.chu@sifive.com>
315
316 * config/tc-riscv.c: Error and warning messages tidy.
317 * testsuite/gas/riscv/priv-reg-fail-fext.l: Updated.
318 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
319 * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise.
320 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
321 * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
322 * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
323 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
324
dcd709e0
NC
3252021-01-15 Nelson Chu <nelson.chu@sifive.com>
326
327 * config/tc-riscv.c: Comments tidy and improvement. Also update
328 comment "fallthru" to "Fall through" that end with a period and
329 two spaces.
330
5fda40b2
MF
3312021-01-14 Mike Frysinger <vapier@gentoo.org>
332
333 * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries.
334 Delete warning that these are only available with ELF targets.
335 * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ...
336 * read.c (potable): ... here.
337
abad2815
MF
3382021-01-14 Mike Frysinger <vapier@gentoo.org>
339
340 * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
341 * Makefile.in: Regenerated.
342
adb0bd8f
MF
3432021-01-14 Mike Frysinger <vapier@gentoo.org>
344
345 * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define.
346 (parse_int): Mark char_bag const.
347
844bf810
L
3482021-01-13 H.J. Lu <hongjiu.lu@intel.com>
349
350 PR gas/27178
351 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
352 Don't generate GOT_symbol for PLT relocations.
353 * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests.
354 * testsuite/gas/i386/no-got.d: New file.
355 * testsuite/gas/i386/no-got.s: Likewise.
356 * testsuite/gas/i386/x86-64-no-got.d: Likewise.
357 * testsuite/gas/i386/x86-64-no-got.s: Likewise.
358
5347ed60
AM
3592021-01-13 Alan Modra <amodra@gmail.com>
360
361 * Makefile.in: Regenerate.
362 * Makefile.in: Regenerate.
363
d546b610
L
3642021-01-12 H.J. Lu <hongjiu.lu@intel.com>
365
366 PR binutils/26792
367 * configure.ac: Use GNU_MAKE_JOBSERVER.
368 * aclocal.m4: Regenerated.
369 * configure: Likewise.
370
6d104cac
NC
3712021-01-12 Nick Clifton <nickc@redhat.com>
372
373 * po/fr.po: Updated French translation.
374
83b33c6c
L
3752021-01-11 H.J. Lu <hongjiu.lu@intel.com>
376
377 PR ld/27173
378 * configure: Regenerated.
379
82c70b08
KT
3802021-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
381
382 * NEWS: Remove CSRE.
383 * config/tc-aarch64.c (parse_csr_operand): Delete.
384 (parse_operands): Delete handling of
385 AARCH64_OPND_CSRE_CSR.
386 (aarch64_features): Remove csre.
387 * doc/c-aarch64.texi: Remove CSRE.
388 * testsuite/gas/aarch64/csre.d: Delete.
389 * testsuite/gas/aarch64/csre-invalid.s: Likewise.
390 * testsuite/gas/aarch64/csre-invalid.d: Likewise.
391 * testsuite/gas/aarch64/csre_csr.s: Likewise.
392 * testsuite/gas/aarch64/csre_csr.d: Likewise.
393 * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise.
394 * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise.
395 * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise.
396
a8aa72b9
NC
3972021-01-11 Nick Clifton <nickc@redhat.com>
398
399 * po/uk.po: Updated Ukranian translation.
400
a4966cd9
L
4012021-01-09 H.J. Lu <hongjiu.lu@intel.com>
402
403 * configure: Regenerated.
404
573fe3fb
NC
4052021-01-09 Nick Clifton <nickc@redhat.com>
406
407 * configure: Regenerate.
408 * po/gas.pot: Regenerate.
409
055bc77a
NC
4102021-01-09 Nick Clifton <nickc@redhat.com>
411
412 * 2.36 release branch crated.
413
aae7fcb8
PB
4142021-01-08 Peter Bergner <bergner@linux.ibm.com>
415
416 * testsuite/gas/ppc/rop-checks.d,
417 * testsuite/gas/ppc/rop-checks.l,
418 * testsuite/gas/ppc/rop-checks.s,
419 * testsuite/gas/ppc/rop.d,
420 * testsuite/gas/ppc/rop.s: New tests.
421 * testsuite/gas/ppc/ppc.exp: Run them.
422
64307045
AM
4232021-01-09 Alan Modra <amodra@gmail.com>
424
425 * configure: Regenerate.
426
f4782128
ST
4272021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
428
429 * configure: Regenerate.
430
d1bcae83
L
4312021-01-07 H.J. Lu <hongjiu.lu@intel.com>
432
433 PR 27109
434 * read.c (s_reloc): Call symbol_mark_used_in_reloc on the
435 section symbol.
436 * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
437 * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
438 on the section symbol.
439 (set_symtab): Don't generate unused section symbols.
440 (maybe_generate_build_notes): Call symbol_mark_used_in_reloc
441 on the section symbol.
442 * config/obj-elf.c (elf_adjust_symtab): Call
443 symbol_mark_used_in_reloc on the group signature symbol.
444 * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
445 from expected output.
446 * testsuite/gas/elf/elf.exp (run_elf_list_test): Check
447 is_elf_unused_section_symbols.
448 * testsuite/gas/elf/section2.e: Updated.
449 * testsuite/gas/elf/section2.e-unused: New file.
450 * testsuite/gas/elf/symver.d: Remove unused section symbols.
451 * testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
452 * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
453 * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
454 * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
455 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
456 * testsuite/gas/i386/size-1.d: Likewise.
457 * testsuite/gas/i386/size-3.d: Likewise.
458 * testsuite/gas/i386/svr4.d: Likewise.
459 * testsuite/gas/i386/x86-64-size-1.d: Likewise.
460 * testsuite/gas/i386/x86-64-size-3.d: Likewise.
461 * testsuite/gas/i386/x86-64-size-5.d: Likewise.
462 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
463
aa881ecd
PT
4642021-01-07 Philipp Tomsich <prt@gnu.org>
465
466 * config/tc-riscv.c (riscv_multi_subset_supports): Added
467 INSN_CLASS_ZIHINTPAUSE.
468 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
469 the pause hint instruction.
470 * testsuite/gas/riscv/pause.s: Likewise.
471
2652cfad
CXW
4722021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
473 Jim Wilson <jimw@sifive.com>
474 Andrew Waterman <andrew@sifive.com>
475 Maxim Blinov <maxim.blinov@embecosm.com>
476 Kito Cheng <kito.cheng@sifive.com>
477 Nelson Chu <nelson.chu@sifive.com>
478
479 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
480 (riscv_get_default_ext_version): Do not check the default_isa_spec when
481 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
482 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
483 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
484 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
485
85f55c2b
AM
4862021-01-06 Alan Modra <amodra@gmail.com>
487
488 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
489
22206e84
AM
4902021-01-06 Alan Modra <amodra@gmail.com>
491
492 * testsuite/gas/macros/app1.d: xfail tic30.
493 * testsuite/gas/macros/app2.d: Likewise.
494 * testsuite/gas/macros/app3.d: Likewise.
495 * testsuite/gas/macros/app4.d: Likewise.
496
286d2f2c
MC
4972021-01-06 Marcus Comstedt <marcus@mc.pp.se>
498
499 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
500 * doc/c-riscv.texi: Likewise.
501
f36ce378
MC
5022021-01-06 Marcus Comstedt <marcus@mc.pp.se>
503
504 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
505 to littleriscv.
506 * testsuite/gas/riscv/li64.d: Likewise.
507 * testsuite/gas/riscv/lla32.d: Likewise.
508 * testsuite/gas/riscv/lla64.d: Likewise.
509 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
510 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
511 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
512 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
513 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
514 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
515 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
516
fbc09e7a
MC
5172021-01-06 Marcus Comstedt <marcus@mc.pp.se>
518
519 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
520 elf32-bigriscv.
521 (install_insn): Always write instructions as little endian.
522 (riscv_make_nops): Likewise.
523 (md_convert_frag_branch): Likewise.
524 (md_number_to_chars): Write data in target endianness.
525 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
526 (md_parse_option): Handle the endian options.
527 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
528 already defined.
529 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
530
cd6d537c
L
5312021-01-04 H.J. Lu <hongjiu.lu@intel.com>
532
533 PR ld/26256
534 * config/obj-elf.c (obj_elf_change_section): Also filter out
535 SHF_LINK_ORDER.
536
dd933805
AM
5372021-01-04 Alan Modra <amodra@gmail.com>
538
539 PR 27102
540 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
541 message and register symbol error message.
542
90320e40
AM
5432021-01-04 Alan Modra <amodra@gmail.com>
544
545 PR 27101
546 * read.c (s_align): Use a large enough type for "align" to hold
547 the result of get_absolute_expression.
548
f9a6a8f0
AM
5492021-01-01 Nicolas Boulenguez <nicolas@debian.org>
550
551 * config/tc-i386.c: Correct comment spelling.
552 * config/tc-riscv.c: Likewise.
553 * config/tc-s390.c: Correct comment grammar.
554 * doc/c-i386.texi: Correct spelling.
555 * doc/c-s390.texi: Correct grammar.
556
250d07de
AM
5572021-01-01 Alan Modra <amodra@gmail.com>
558
559 Update year range in copyright notice of all files.
560
64d05a43
HPN
5612021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
562
563 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
564
c2795844 565For older changes see ChangeLog-2020
3499769a 566\f
c2795844 567Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
568
569Copying and distribution of this file, with or without modification,
570are permitted in any medium without royalty provided the copyright
571notice and this notice are preserved.
572
573Local Variables:
574mode: change-log
575left-margin: 8
576fill-column: 74
577version-control: never
578End:
This page took 0.349009 seconds and 4 git commands to generate.