* gas/all/gas.exp: Don't run fastcall labels test on

i*86-*-openbsd*.
This commit is contained in:
Mark Kettenis
2005-04-11 22:32:22 +00:00
parent 333f7af7b2
commit 01ed09aa8a
2 changed files with 6 additions and 1 deletions
gas/testsuite

@ -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> 2005-04-11 Jan Beulich <jbeulich@novell.com>
* gas/macros/dot.[ls]: New. * gas/macros/dot.[ls]: New.

@ -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-*-cygwin*"] \
|| [istarget "i*86-*-mingw32*"] } { || [istarget "i*86-*-mingw32*"] } {
gas_test "fastcall.s" "" "" "fastcall labels" gas_test "fastcall.s" "" "" "fastcall labels"