pr26548 test

I forgot that .sleb128 handles bignums, so this test should run fine
for 32-bit targets on 32-bit hosts.

	* testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
This commit is contained in:
Alan Modra 2021-02-18 13:49:42 +10:30
parent 3685de750e
commit 0be51eb4c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2021-02-19 Alan Modra <amodra@gmail.com>
* testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
2021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
* ar.c (write_archive): Remove TARGET_STAT. Adjust call to

View File

@ -372,7 +372,7 @@ if {[which $AS] != 0} then {
run_dump_test "retain1b"
run_dump_test "readelf-maskos-1a"
run_dump_test "readelf-maskos-1b"
if {$readelf_size == 64 && ![istarget *-*-hpux*]} then {
if {![istarget *-*-hpux*]} then {
run_dump_test pr26548
if {![binutils_assemble_flags $srcdir/$subdir/pr26548.s tmpdir/pr26548e.o {--defsym ERROR=1}]} then {
unsupported "pr26548e (failed to assemble)"