From: Mark Kettenis Date: Mon, 11 Apr 2005 22:32:22 +0000 (+0000) Subject: * gas/all/gas.exp: Don't run fastcall labels test on X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~634 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01ed09aa8a3ced563c55a68e6f83b0a334b014a4;p=thirdparty%2Fbinutils-gdb.git * gas/all/gas.exp: Don't run fastcall labels test on i*86-*-openbsd*. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5afbf51a547..00830294e57 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-04-11 Mark Kettenis + + * gas/all/gas.exp: Don't run fastcall labels test on + i*86-*-openbsd*. + 2005-04-11 Jan Beulich * gas/macros/dot.[ls]: New. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 9422731eb84..0b087a57093 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -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"