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] Fix r6-branch-constraints test when run with n64 as default ABI


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

commit 2ca4ff6d5b2217faba14b80f88189a42520dcf8f
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Thu Apr 23 20:10:50 2015 +0100

    Fix r6-branch-constraints test when run with n64 as default ABI
    
    gas/testsuite/
    
    	* gas/mips/mips.exp: Require o32 for r6-branch-constraints.

Diff:
---
 gas/testsuite/ChangeLog         | 4 ++++
 gas/testsuite/gas/mips/mips.exp | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index d7f98e0..493edba 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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-
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index 11c9b05..cdb66fc 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -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]
 }


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