aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2011-12-17 13:54:51 +0000
committerMark Kettenis <kettenis@gnu.org>2011-12-17 13:54:51 +0000
commit2c9d87964db3d31554f2dce6c68d7b68db7edfa0 (patch)
tree598346d3c5150663e5dc1de067d6f86477e04c79
parent0dcddd842290db06a165943ea7a5e335bd3f3ccb (diff)
downloadfsf-binutils-gdb-2c9d87964db3d31554f2dce6c68d7b68db7edfa0.zip
fsf-binutils-gdb-2c9d87964db3d31554f2dce6c68d7b68db7edfa0.tar.gz
fsf-binutils-gdb-2c9d87964db3d31554f2dce6c68d7b68db7edfa0.tar.bz2
* gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.arch/amd64-i386-address.exp3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 4756327..b8fcccd 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.arch/amd64-i386-address.exp b/gdb/testsuite/gdb.arch/amd64-i386-address.exp
index 5d70648..f6c662e 100644
--- a/gdb/testsuite/gdb.arch/amd64-i386-address.exp
+++ b/gdb/testsuite/gdb.arch/amd64-i386-address.exp
@@ -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
}