mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-12-17 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
|
||||||
|
|
||||||
2011-12-16 Doug Evans <dje@google.com>
|
2011-12-16 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* boards/native-stdio-gdbserver.exp: New file.
|
* boards/native-stdio-gdbserver.exp: New file.
|
||||||
|
@ -18,7 +18,8 @@
|
|||||||
# Test UNsigned extension of the 32-bit inferior address on a 64-bit host.
|
# Test UNsigned extension of the 32-bit inferior address on a 64-bit host.
|
||||||
# On native 32-bit host the test always PASSed.
|
# On native 32-bit host the test always PASSed.
|
||||||
|
|
||||||
if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_lp64_target] } then {
|
if { (![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_lp64_target]
|
||||||
|
|| [istarget "*-*-openbsd*"] } then {
|
||||||
verbose "Skipping amd64->i386 adress test."
|
verbose "Skipping amd64->i386 adress test."
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user