Fix r6-branch-constraints test when run with n64 as default ABI
authorMatthew Fortune <matthew.fortune@imgtec.com>
Thu, 23 Apr 2015 19:10:50 +0000 (20:10 +0100)
committerMatthew Fortune <matthew.fortune@imgtec.com>
Thu, 23 Apr 2015 20:03:32 +0000 (21:03 +0100)
gas/testsuite/

* gas/mips/mips.exp: Require o32 for r6-branch-constraints.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp

index d7f98e0..493edba 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-23  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * gas/mips/mips.exp: Require o32 for r6-branch-constraints.
+
 2015-04-23  Jan Beulich  <jbeulich@suse.com>
 
        * gas/i386/avx512dq.d: Add 'z' suffix to vfpclassp{d,s} non-
index 11c9b05..cdb66fc 100644 (file)
@@ -1455,5 +1455,6 @@ if { [istarget mips*-*-vxworks*] } {
     run_list_test_arches "r6-removed"  "-32" [mips_arch_list_matching mips32r6]
     run_list_test_arches "r6-64-removed"       [mips_arch_list_matching mips64r6]
 
-    run_list_test_arches "r6-branch-constraints"       [mips_arch_list_matching mips32r6]
+    run_list_test_arches "r6-branch-constraints"  "-32" \
+                       [mips_arch_list_matching mips32r6]
 }