+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.
# 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
}