Fix riscv binutils xfail for debug_ranges test.

binutils/
	* testsuite/binutils-all/objdump.exp: Expect the debug_ranges test to
	pass.
This commit is contained in:
Jim Wilson 2017-11-10 19:24:45 -08:00
parent 9080294593
commit f617a0f6ce
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-11-10 Jim Wilson <jimw@sifive.com>
* testsuite/binutils-all/objdump.exp: Expect the debug_ranges test to
pass.
2017-11-07 Jim Wilson <jimw@sifive.com>
* MAINTAINERS (RISC-V): Fix typo in my email address.

View File

@ -335,7 +335,7 @@ if { ![is_elf_format] } then {
send_log "\n"
}
setup_xfail "msp430-*-*" "nds32*-*-*" "riscv*-*-*"
setup_xfail "msp430-*-*" "nds32*-*-*"
if { [regexp_diff objdump.out $srcdir/$subdir/dw2-ranges.W] } then {
fail "objdump -W for debug_ranges"
} else {