Only run tests for PE type x86 targets.
authorNick Clifton <nickc@redhat.com>
Thu, 7 Nov 2002 08:36:04 +0000 (08:36 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Nov 2002 08:36:04 +0000 (08:36 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-fastcall/fastcall.exp

index f609828..d082ead 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * ld-fastcall/fastcall.exp: Only run tests for PE type x86
+       targets.
+
 2002-11-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * ld-sh/rd-sh.exp: Set asflags_save always.
index 896adb9..732ee7b 100644 (file)
@@ -24,9 +24,7 @@ if {![istarget "i*86-*-*"]} {
 if {![istarget "i*86-*-*pe*"] \
     && ![istarget "i*86-*-cygwin*"] \
     && ![istarget "i*86-*-mingw32*"] } {
-    set target_xfail "yes"
-} else {
-    set target_xfail "no"
+    return
 }
 
 set ldflags ""