From c1d88655bbf33f050943125801b2bdc5d1a73b8d Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Wed, 22 Nov 2006 17:19:52 +0000 Subject: * gdb.asm/asm-source.exp: Add "spu*-*-*" target. * gdb.asm/spu.inc: New file. * gdb.base/term.exp: Disable if [target_info exists noargs]. * gdb.gdb/complaints.exp: Disable if ![isnative]. * gdb.gdb/selftest.exp: Likewise. * gdb.gdb/observer.exp: Likewise. * gdb.gdb/xfullpath.exp: Likewise. * gdb.base/attach.exp: Disable on SPU target. * gdb.cp/bs145503.exp: Likewise. * gdb.cp/exception.exp: Likewise. * gdb.cp/userdef.exp: Likewise. --- gdb/testsuite/gdb.gdb/complaints.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.gdb/complaints.exp') diff --git a/gdb/testsuite/gdb.gdb/complaints.exp b/gdb/testsuite/gdb.gdb/complaints.exp index 2dd1508..2cf142a 100644 --- a/gdb/testsuite/gdb.gdb/complaints.exp +++ b/gdb/testsuite/gdb.gdb/complaints.exp @@ -27,7 +27,7 @@ set prms_id 0 set bug_id 0 # are we on a target board -if [is_remote target] { +if { [is_remote target] || ![isnative] } then { return } -- cgit v1.1