]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix nds32*-elf XPASS readelf -wiaoRlL dw5
authorAlan Modra <amodra@gmail.com>
Tue, 30 Jun 2020 03:45:29 +0000 (13:15 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 30 Jun 2020 04:02:04 +0000 (13:32 +0930)
The underlying fail was probably fixed with git commit fbaf61ad5.

* testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
xfail for nds32.

binutils/ChangeLog
binutils/testsuite/binutils-all/readelf.exp

index d5f9b217499512c1b6a8c53699ad9b4db1e4b960..7a2855d7d3e35d194748f81bedaad3b72f580fbe 100644 (file)
@@ -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
index cb924317bcc8ca4e9d15f7ee9cd7a6ae9c9215c3..0ca27482229ad04ddbc09596edac5d4b87f86d4f 100644 (file)
@@ -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 {}
     }
 }