Only run fastcall test for x86 PE targets.

This commit is contained in:
Nick Clifton 2002-11-07 09:20:10 +00:00
parent 235c479450
commit b46c169191
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-07 Nick Clifton <nickc@redhat.com>
* gas/all/gas.exp: Only run fastcall test for x86 PE targets.
2002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
* gas/all/gas.exp: Run fastcall label handling test.

View File

@ -165,4 +165,8 @@ case $target_triplet in {
}
}
gas_test "fastcall.s" "" "" "fastcall labels"
if { [istarget "i*86-*-*pe*"] \
|| [istarget "i*86-*-cygwin*"] \
|| [istarget "i*86-*-mingw32*"] } {
gas_test "fastcall.s" "" "" "fastcall labels"
}