aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-11 17:42:58 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-10-11 17:42:58 +0000
commit11fc905705c6bd2c7473138e3623ebf39f5bf1b3 (patch)
tree54fe4326d71369615297e00c5128000324d86bf9 /gdb/testsuite/gdb.arch/i386-gnu-cfi.exp
parent7d46bcdc0558dabf1efe228f2453cdb73fd1453f (diff)
downloadfsf-binutils-gdb-11fc905705c6bd2c7473138e3623ebf39f5bf1b3.zip
fsf-binutils-gdb-11fc905705c6bd2c7473138e3623ebf39f5bf1b3.tar.gz
fsf-binutils-gdb-11fc905705c6bd2c7473138e3623ebf39f5bf1b3.tar.bz2
Use is_x86_like_target to check x86 targets
* gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target. * gdb.arch/i386-cfi-notcurrent.exp: Likewise. * gdb.arch/i386-disp-step.exp: Likewise. * gdb.arch/i386-gnu-cfi.exp: Likewise. * gdb.arch/i386-prologue.exp: Likewise. * gdb.arch/i386-size-overlap.exp: Likewise. * gdb.arch/i386-size.exp: Likewise. * gdb.arch/i386-unwind.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.arch/i386-gnu-cfi.exp')
-rw-r--r--gdb/testsuite/gdb.arch/i386-gnu-cfi.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp b/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp
index d7b41cc..f603fc5 100644
--- a/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp
+++ b/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp
@@ -23,7 +23,7 @@
# Test i386 unwinder.
-if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_ilp32_target] } then {
+if { ![is_x86_like_target] } then {
verbose "Skipping i386 unwinder tests."
return
}