public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [COMMIT] Don't run ld-fastcall test on OpenBSD/i386
@ 2005-04-26 22:08 Mark Kettenis
  0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2005-04-26 22:08 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-26 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-26 22:08 [COMMIT] Don't run ld-fastcall test on OpenBSD/i386 Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).