From 1086bfaf15892e0e4a1c9c02e0c1ead199ed248b Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 11 Apr 2005 22:32:21 +0000 Subject: [PATCH] * gas/all/gas.exp: Don't run fastcall labels test on i*86-*-openbsd*. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/all/gas.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5afbf51a54..00830294e5 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 9422731eb8..0b087a5709 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" -- 2.11.0