[COMMIT] Don't run ld-fastcall test on OpenBSD/i386

Mark Kettenis mark.kettenis@xs4all.nl
Tue Apr 26 22:08:00 GMT 2005


This prevents the same spurious match from happening as the one I
fixed a few days ago in the gas testsuite.

Committed as obvious,

Mark

Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* ld-fastcall/fastcall.exp: Don't run on i*86-*-openbsd*.

Index: testsuite/ld-fastcall/fastcall.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-fastcall/fastcall.exp,v
retrieving revision 1.2
diff -u -p -r1.2 fastcall.exp
--- testsuite/ld-fastcall/fastcall.exp 7 Nov 2002 08:36:04 -0000 1.2
+++ testsuite/ld-fastcall/fastcall.exp 26 Apr 2005 19:07:26 -0000
@@ -21,7 +21,7 @@ if {![istarget "i*86-*-*"]} {
     return
 }
 
-if {![istarget "i*86-*-*pe*"] \
+if {  !([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-opensd*"]) \
     && ![istarget "i*86-*-cygwin*"] \
     && ![istarget "i*86-*-mingw32*"] } {
     return



More information about the Binutils mailing list