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]

Patch gas MIPS tests to use -64 rather than -n64


I checked in this patch to the gas MIPS testsuite, to make a couple of
tests use -64 rather than -n64.  There is no -n64 option; -n64 was
treated as -n -64.  The -n option was not needed, and I am about to
remove it.

Ian


2004-01-08  Ian Lance Taylor  <ian@wasabisystems.com>

	* gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
	* gas/mips/ldstla-n64-shared.d: Likewise.


Index: ldstla-n64.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/ldstla-n64.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldstla-n64.d	1 Oct 2003 02:07:48 -0000	1.1
+++ ldstla-n64.d	9 Jan 2004 02:24:23 -0000	1.2
@@ -1,5 +1,5 @@
 #objdump: -d
-#as: -n64
+#as: -64
 #name: MIPS ld-st-la constants (ABI n64)
 #source: ldstla-n64.s
 
Index: ldstla-n64-shared.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/ldstla-n64-shared.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldstla-n64-shared.d	1 Oct 2003 02:07:48 -0000	1.1
+++ ldstla-n64-shared.d	9 Jan 2004 02:24:23 -0000	1.2
@@ -1,5 +1,5 @@
 #objdump: -d
-#as: -KPIC -n64
+#as: -KPIC -64
 #name: MIPS ld-st-la constants (ABI n64, shared)
 #source: ldstla-n64.s
 


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