* gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.

This commit is contained in:
Mark Kettenis 2011-12-17 13:54:51 +00:00
parent 0dcddd8422
commit 2c9d87964d
2 changed files with 6 additions and 1 deletions
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
}