Fix riscv binutils xfail for debug_ranges test.
authorJim Wilson <jimw@sifive.com>
Sat, 11 Nov 2017 03:24:45 +0000 (19:24 -0800)
committerJim Wilson <jimw@sifive.com>
Sat, 11 Nov 2017 03:24:45 +0000 (19:24 -0800)
binutils/
* testsuite/binutils-all/objdump.exp: Expect the debug_ranges test to
pass.

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

index 2cfddd48e60f01ca66d6ff3e2198c4492c4b592a..b7cc9a1c1588984bbf66c3d06a99a479c888fa5c 100644 (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.
index 83b9af6f5506f8b37f468d9bca17cd0329258b76..47cda4562d76126bdccd24a292aa5e06707375c8 100644 (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 {
This page took 0.025678 seconds and 4 git commands to generate.