From d74b88ed7ffdad7bff14b250c32cfbf47531b4a4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 30 Jun 2020 13:15:29 +0930 Subject: [PATCH] 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. --- binutils/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/readelf.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d5f9b217499..7a2855d7d3e 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 cb924317bcc..0ca27482229 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 {} } } -- 2.30.2