mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
* gas/all/gas.exp: Don't run fastcall labels test on
i*86-*-openbsd*.
This commit is contained in:
parent
333f7af7b2
commit
01ed09aa8a
@ -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>
|
||||
|
||||
* 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-*-mingw32*"] } {
|
||||
gas_test "fastcall.s" "" "" "fastcall labels"
|
||||
|
Loading…
Reference in New Issue
Block a user