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: Fix gas mips tests


I checked in the following patch as an obvious fix.


H.J.
---
2002-04-23  H.J. Lu <hjl@gnu.org>

	* gas/mips/elempic.d: Use empic.l.
	* gas/mips/telempic.d: Likewise.
	* gas/mips/tempic.d: Likewise.

Index: gas/mips/elempic.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/mips/elempic.d,v
retrieving revision 1.1.1.3
diff -u -p -r1.1.1.3 elempic.d
--- gas/mips/elempic.d	2001/11/02 17:32:16	1.1.1.3
+++ gas/mips/elempic.d	2002/04/23 17:07:12
@@ -2,6 +2,7 @@
 #name: MIPS empic
 #as: -membedded-pic -mips3
 #source: empic.s
+#stderr: empic.l
 
 # Check GNU-specific embedded relocs, for ELF.
 
Index: gas/mips/telempic.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/mips/telempic.d,v
retrieving revision 1.1.1.4
diff -u -p -r1.1.1.4 telempic.d
--- gas/mips/telempic.d	2001/11/02 17:32:15	1.1.1.4
+++ gas/mips/telempic.d	2002/04/23 17:07:12
@@ -2,6 +2,7 @@
 #name: MIPS empic
 #as: -membedded-pic -mips3
 #source: empic.s
+#stderr: empic.l
 
 # Check GNU-specific embedded relocs, for ELF.
 
Index: gas/mips/tempic.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/mips/tempic.d,v
retrieving revision 1.1.1.4
diff -u -p -r1.1.1.4 tempic.d
--- gas/mips/tempic.d	2001/11/02 17:32:15	1.1.1.4
+++ gas/mips/tempic.d	2002/04/23 17:07:12
@@ -2,6 +2,7 @@
 #name: MIPS empic
 #as: -membedded-pic -mips3
 #source: empic.s
+#stderr: empic.l
 
 # Check GNU-specific embedded relocs, for ELF.
 


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