From: Daniel Jacobowitz Date: Tue, 9 Apr 2002 20:48:45 +0000 (+0000) Subject: 2002-04-09 Daniel Jacobowitz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d1676a068c316f3d6d31d905ff2880b32326d3d;p=binutils-gdb.git 2002-04-09 Daniel Jacobowitz * gdb.base/attach.exp: Correct target board test. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c854f2d814..43096ca9e35 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-04-09 Daniel Jacobowitz + + * gdb.base/attach.exp: Correct target board test. + 2002-04-08 Michael Chastain * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this" diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 7f1c407a490..2b341af009f 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -36,7 +36,7 @@ if { [istarget "hppa*-*-hpux*"] } { } # are we on a target board -if ![isnative] then { +if [is_remote target] then { return 0 }