mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-09 09:05:23 +08:00
* gas/all/gas.exp: Don't run fastcall labels test on
i*86-*-openbsd*.
This commit is contained in:
@ -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>
|
2005-04-11 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* gas/macros/dot.[ls]: New.
|
* 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-*-cygwin*"] \
|
||||||
|| [istarget "i*86-*-mingw32*"] } {
|
|| [istarget "i*86-*-mingw32*"] } {
|
||||||
gas_test "fastcall.s" "" "" "fastcall labels"
|
gas_test "fastcall.s" "" "" "fastcall labels"
|
||||||
|
Reference in New Issue
Block a user