This is the mail archive of the binutils@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]

[PATCH, committed] Fix r6-branch-constraints test


The r6-branch-constraints test fails when run using an assembler
built for n64 as default ABI i.e. (mips64-linux-gnu).

Force 32-bit ABI on the test to fix.

Committed as obvious.

Thanks,
Matthew

gas/testsuite/

	* gas/mips/mips.exp: Require o32 for r6-branch-constraints.
---
 gas/testsuite/gas/mips/mips.exp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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]
 }
-- 
2.2.1


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