From 583712f5ab935948b6c28f1b8b686308f0652ddf Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 14 Nov 2017 17:23:14 -0800 Subject: [PATCH] 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. --- 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 + + * testsuite/gas/lns/lns.exp (lns-common-1): Add riscv*-*-* to alt list. + 2017-11-14 Jan Beulich * 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" -- 2.7.4