aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-03-30 18:00:50 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-03-30 18:00:50 +0000
commit1096d1de5dc9a3ccc0c7c1309a8b7b6dbea8dbd6 (patch)
tree25309b187e12d4aae87e892f64f0aee98f179411 /gdb/testsuite/config
parent29f33467f23eaff819c4321f8cf9eb7fc1ac3b74 (diff)
downloadfsf-binutils-gdb-1096d1de5dc9a3ccc0c7c1309a8b7b6dbea8dbd6.zip
fsf-binutils-gdb-1096d1de5dc9a3ccc0c7c1309a8b7b6dbea8dbd6.tar.gz
fsf-binutils-gdb-1096d1de5dc9a3ccc0c7c1309a8b7b6dbea8dbd6.tar.bz2
* config/unix-gdb.exp: Add missing return 0.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r--gdb/testsuite/config/unix-gdb.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp
index 69cf6d1..64283d3 100644
--- a/gdb/testsuite/config/unix-gdb.exp
+++ b/gdb/testsuite/config/unix-gdb.exp
@@ -95,6 +95,7 @@ proc gdb_load { arg } {
if $verbose>1 then {
send_user "\t\tLoaded $arg into the $GDB\n"
}
+ return 0
}
-re "has no symbol-table.*$prompt $" {
error "$arg wasn't compiled with \"-g\""