aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-06-30 13:15:29 +0930
committerAlan Modra <amodra@gmail.com>2020-06-30 13:32:04 +0930
commitd74b88ed7ffdad7bff14b250c32cfbf47531b4a4 (patch)
treeeb653691bbf595448263d34f071cf476286ce923
parent39d050ee501609fdee937806b7494eb8f2b3088d (diff)
downloadgdb-d74b88ed7ffdad7bff14b250c32cfbf47531b4a4.zip
gdb-d74b88ed7ffdad7bff14b250c32cfbf47531b4a4.tar.gz
gdb-d74b88ed7ffdad7bff14b250c32cfbf47531b4a4.tar.bz2
Fix nds32*-elf XPASS readelf -wiaoRlL dw5
The underlying fail was probably fixed with git commit fbaf61ad5. * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove xfail for nds32.
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/readelf.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d5f9b21..7a2855d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-30 Alan Modra <amodra@gmail.com>
+
+ * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
+ xfail for nds32.
+
2020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
* dwarf.c (display_debug_str_offsets): Rename local variable
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp
index cb92431..0ca2748 100644
--- a/binutils/testsuite/binutils-all/readelf.exp
+++ b/binutils/testsuite/binutils-all/readelf.exp
@@ -448,7 +448,7 @@ if ![istarget "riscv*-*-*"] then {
readelf_find_size $tempfile 2
# Make sure that readelf can decode the contents.
- readelf_test -wiaoRlL $tempfile dw5.W { nds32*-elf }
+ readelf_test -wiaoRlL $tempfile dw5.W {}
}
}