mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-06 16:38:58 +00:00
* gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
This commit is contained in:
parent
0dcddd8422
commit
2c9d87964d
gdb/testsuite
@ -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>
|
||||
|
||||
* 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.
|
||||
# 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."
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user