This is the mail archive of the binutils@sourceware.cygnus.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]

mips svr4pic test


Hi,

I'd like to run the svr4pic testcases in Linux.  If you could please apply
this patch...

Ulf

2000-05-04  Ulf Carlsson  <ulfc@engr.sgi.com>

	* gas/mips/mips.exp: Add svr4pic for *-*-linux*.

Index: mips.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips.exp,v
retrieving revision 1.3
diff -u -p -r1.3 mips.exp
--- mips.exp	2000/03/11 02:16:25	1.3
+++ mips.exp	2000/05/05 04:10:37
@@ -3,7 +3,7 @@
 #
 if [istarget mips*-*-*] then {
     set no_mips16 0
-    set svr4pic [expr [istarget *-*-elf*] || [istarget *-*-irix5*] || [istarget *-*-irix6* ] ]
+    set svr4pic [expr [istarget *-*-elf*] || [istarget *-*-irix5*] || [istarget *-*-irix6* ] || [istarget *-*-linux*]]
     set empic [expr [istarget *-*-ecoff*] || [istarget *-*-ultrix*] || [istarget *-*-irix\[1-4\]*] ]
     set aout [expr [istarget *-*-bsd*] || [istarget *-*-netbsd*] || [istarget *-*-openbsd*]]
     set ilocks [istarget mipstx39*-*-*]


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