* gas/all/gas.exp: Don't run fastcall labels test on
authorMark Kettenis <kettenis@gnu.org>
Mon, 11 Apr 2005 22:32:22 +0000 (22:32 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 11 Apr 2005 22:32:22 +0000 (22:32 +0000)
i*86-*-openbsd*.

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

index 5afbf51a54700fe73feb3e9248c14856b1c64cf1..00830294e5786e7ac6271f8f4cead177750e99de 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 9422731eb84857c5e2100c7fe743c514a7b1463e..0b087a57093ddf31d7eccbb15eb9db9ae1f5c430 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"
This page took 0.02799 seconds and 4 git commands to generate.