diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2016-09-15 12:20:54 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2016-09-15 12:20:54 +0200 |
commit | d7cd93a718c0ddd67e027e42db819d6f152c3500 (patch) | |
tree | f25054602b03094e485578bdd97873cc7e9b714e /gas/testsuite | |
parent | fb324ee93a26dcf0560a911074c97dcfb9b3eeb4 (diff) | |
download | gdb-d7cd93a718c0ddd67e027e42db819d6f152c3500.zip gdb-d7cd93a718c0ddd67e027e42db819d6f152c3500.tar.gz gdb-d7cd93a718c0ddd67e027e42db819d6f152c3500.tar.bz2 |
gas: run the sparc test dcti-couples-v9 only in ELF targets.
gas/ChangeLog:
2016-09-15 Jose E. Marchesi <jose.marchesi@oracle.com>
* testsuite/gas/sparc/sparc.exp (gas_64_check): Run
dcti-couples-v9 only in ELF targets to avoid spurious failures in
sparc-aout and sparc-coff targets.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/sparc/sparc.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/sparc/sparc.exp b/gas/testsuite/gas/sparc/sparc.exp index 607f53e..cba2d09 100644 --- a/gas/testsuite/gas/sparc/sparc.exp +++ b/gas/testsuite/gas/sparc/sparc.exp @@ -70,6 +70,7 @@ if [istarget sparc*-*-*] { run_dump_test "xcrypto" run_dump_test "v9branch1" run_dump_test "imm-plus-rreg" + run_dump_test "dcti-couples-v9" } if [gas_64_check] { @@ -99,7 +100,6 @@ if [istarget sparc*-*-*] { run_dump_test "pr19910-1" run_list_test "pr19910-2" run_dump_test "dcti-couples-v8" - run_dump_test "dcti-couples-v9" run_dump_test "dcti-couples-v9c" } |