From 987b4233ae5e582c2c5d9a0c023a3e27d8fb3a05 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Fri, 16 Apr 1993 16:39:49 +0000 Subject: [PATCH] * config/unix-gdb.exp: Add back missing return 0 which mysteriously disappeared. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/config/unix-gdb.exp | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index bc3a509..ccb503f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * config/unix-gdb.exp: Add back missing return 0 which mysteriously + disappeared. + Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com) * gdb.t31/Makefile.in: Avoid $< in explicit rule. diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 6282f4c..6db8815 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -99,7 +99,8 @@ 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\"" return -1 -- 2.7.4