Only run fastcall test for x86 PE targets.
This commit is contained in:
parent
235c479450
commit
b46c169191
2 changed files with 9 additions and 1 deletions
|
@ -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>
|
2002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||||
|
|
||||||
* gas/all/gas.exp: Run fastcall label handling test.
|
* gas/all/gas.exp: Run fastcall label handling test.
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue