aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-02-18 13:49:42 +1030
committerAlan Modra <amodra@gmail.com>2021-02-19 13:49:15 +1030
commit0be51eb4c363bea9a550392bf58c0e497403fff2 (patch)
tree5d48e68487365370ac0c424826ed6f90ff0a9b5e /binutils
parent3685de750e6a091663a0abe42528cad29e960e35 (diff)
downloadgdb-0be51eb4c363bea9a550392bf58c0e497403fff2.zip
gdb-0be51eb4c363bea9a550392bf58c0e497403fff2.tar.gz
gdb-0be51eb4c363bea9a550392bf58c0e497403fff2.tar.bz2
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.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/testsuite/binutils-all/readelf.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0481332..8253218 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp
index c283cc6..775e782 100644
--- a/binutils/testsuite/binutils-all/readelf.exp
+++ b/binutils/testsuite/binutils-all/readelf.exp
@@ -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)"