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

Minor MIPS testsuite patch


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
 


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