OSDN Git Service

* gas/all/gas.exp: Don't run fastcall labels test on
authorkettenis <kettenis>
Mon, 11 Apr 2005 22:32:21 +0000 (22:32 +0000)
committerkettenis <kettenis>
Mon, 11 Apr 2005 22:32:21 +0000 (22:32 +0000)
i*86-*-openbsd*.

gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index 5afbf51..0083029 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * gas/all/gas.exp: Don't run fastcall labels test on
+       i*86-*-openbsd*.
+
 2005-04-11  Jan Beulich  <jbeulich@novell.com>
 
        * gas/macros/dot.[ls]: New.
index 9422731..0b087a5 100644 (file)
@@ -189,7 +189,7 @@ case $target_triplet in {
     }
 }
 
-if {   [istarget "i*86-*-*pe*"] \
+if {  ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \
     || [istarget "i*86-*-cygwin*"] \
     || [istarget "i*86-*-mingw32*"] } {
   gas_test "fastcall.s" ""   "" "fastcall labels"