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]

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


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


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