This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix riscv binutils xfail for debug_ranges test.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f617a0f6ceeb34dfd39d8673b0ab225c9127aab6

commit f617a0f6ceeb34dfd39d8673b0ab225c9127aab6
Author: Jim Wilson <jimw@sifive.com>
Date:   Fri Nov 10 19:24:45 2017 -0800

    Fix riscv binutils xfail for debug_ranges test.
    
    	binutils/
    	* testsuite/binutils-all/objdump.exp: Expect the debug_ranges test to
    	pass.

Diff:
---
 binutils/ChangeLog                          | 5 +++++
 binutils/testsuite/binutils-all/objdump.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2cfddd4..b7cc9a1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.
diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp
index 83b9af6..47cda45 100644
--- a/binutils/testsuite/binutils-all/objdump.exp
+++ b/binutils/testsuite/binutils-all/objdump.exp
@@ -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 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]