From: Alan Modra Date: Tue, 30 Jun 2020 03:45:29 +0000 (+0930) Subject: Fix nds32*-elf XPASS readelf -wiaoRlL dw5 X-Git-Url: http://git.efficios.com/?p=deliverable%2Fbinutils-gdb.git;a=commitdiff_plain;h=d74b88ed7ffdad7bff14b250c32cfbf47531b4a4 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. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d5f9b21749..7a2855d7d3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-06-30 Alan Modra + + * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove + xfail for nds32. + 2020-06-29 Hans-Peter Nilsson * 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 cb924317bc..0ca2748222 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 {} } }