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]

[committed] Add -mips1 to noat-1.d test


The expected output for noat-1 includes load delays so it should
explicitly list -mips1 on the command line.  Tested on mipsisa64-elf,
installed as obvious.

Richard


	* gas/mips/noat-1.d: Add -mips1 to assembler options.

Index: gas/testsuite/gas/mips/noat-1.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/noat-1.d,v
retrieving revision 1.1
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.1 noat-1.d
--- gas/testsuite/gas/mips/noat-1.d	18 Feb 2005 22:12:52 -0000	1.1
+++ gas/testsuite/gas/mips/noat-1.d	3 Mar 2005 10:30:02 -0000
@@ -1,4 +1,4 @@
-#as: -32
+#as: -32 -mips1
 #objdump: -dr
 
 .*: +file format .*mips


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