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.
This commit is contained in:
Alan Modra 2020-06-30 13:15:29 +09:30
parent 39d050ee50
commit d74b88ed7f
2 changed files with 6 additions and 1 deletions

View 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

View 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 {}
}
}