Minor MIPS testsuite patch

Ian Lance Taylor ian@wasabisystems.com
Thu Dec 9 15:44:00 GMT 2004


I'm checking in this patch to the MIPS testsuite.  Without this, the
branch-swap test fails if the assembler is compiled for a
mips64-linux-gnu target, since that target defaults to the n32 ABI
which requires -arch=mips3 or above.

Ian


2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>

	* gas/mips/branch-swap.d: Pass -32 to as.


Index: gas/mips/branch-swap.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/branch-swap.d,v
retrieving revision 1.1
diff -u -r1.1 branch-swap.d
--- gas/mips/branch-swap.d	18 Aug 2004 15:58:12 -0000	1.1
+++ gas/mips/branch-swap.d	9 Dec 2004 15:41:14 -0000
@@ -1,4 +1,4 @@
-#as: -march=mips2
+#as: -march=mips2 -32
 #objdump: -dr
 #name: MIPS branch-swap
 



More information about the Binutils mailing list