gas: run the hwcaps-bump tests with 64-bit sparc objects only.
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 23 Nov 2016 11:04:17 +0000 (03:04 -0800)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 23 Nov 2016 11:04:17 +0000 (03:04 -0800)
gas/ChangeLog:

2016-11-23  Jose E. Marchesi  <jose.marchesi@oracle.com>

* testsuite/gas/sparc/sparc.exp (gas_64_check): Make sure the
hwcaps-bump test is run with 64-bit objects.

gas/ChangeLog
gas/testsuite/gas/sparc/sparc.exp

index fc50a3ee4ca113c1db02bf04fceb7fbb0075f656..2715fcb31200e36f53c3eef8b0338e05e4e3a57a 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-23  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * testsuite/gas/sparc/sparc.exp (gas_64_check): Make sure the
+       hwcaps-bump test is run with 64-bit objects.
+
 2016-11-23  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
 
        * config/tc-riscv.c: Add missing break.
index 1dc81251ade6cbdd33e96a6b994407f6dfd66aa9..8311b7c1191de29d8476f752b71ef134c4815fbf 100644 (file)
@@ -90,7 +90,7 @@ if [istarget sparc*-*-*] {
        run_dump_test "pcrel64"
        run_dump_test "plt64"
        run_dump_test "gotop64"
-        run_list_test "hwcaps-bump" "-bump"
+        run_list_test "hwcaps-bump" "-64 -bump"
     }
 
     run_dump_test "synth"
This page took 0.027832 seconds and 4 git commands to generate.