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] First part of fix for riscv gas lns-common-1 failure.


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

commit 583712f5ab935948b6c28f1b8b686308f0652ddf
Author: Jim Wilson <jimw@sifive.com>
Date:   Tue Nov 14 17:23:14 2017 -0800

    First part of fix for riscv gas lns-common-1 failure.
    
    	gas/
    	* testsuite/gas/lns/lns.exp (lns-common-1): Add riscv*-*-* to alt list.

Diff:
---
 gas/ChangeLog                 | 4 ++++
 gas/testsuite/gas/lns/lns.exp | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index b61b8e9..f927393 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-14  Jim Wilson  <jimw@sifive.com>
+
+	* testsuite/gas/lns/lns.exp (lns-common-1): Add riscv*-*-* to alt list.
+
 2017-11-14  Jan Beulich  <jbeulich@suse.com>
 
 	* testsuite/gas/i386/x86-64-xop.d, testsuite/gas/i386/xop.d,
diff --git a/gas/testsuite/gas/lns/lns.exp b/gas/testsuite/gas/lns/lns.exp
index c31e677..5224f07 100644
--- a/gas/testsuite/gas/lns/lns.exp
+++ b/gas/testsuite/gas/lns/lns.exp
@@ -39,6 +39,7 @@ if {
 	 || [istarget msp430-*-*]
 	 || [istarget nds32*-*-*]
 	 || [istarget pru-*-*]
+	 || [istarget riscv*-*-*]
 	 || [istarget rl78-*-*]
 	 || [istarget xtensa*-*-*] } {
       run_dump_test "lns-common-1-alt"


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