From: Peter Schauer Date: Tue, 30 Mar 1993 18:00:50 +0000 (+0000) Subject: * config/unix-gdb.exp: Add missing return 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1096d1de5dc9a3ccc0c7c1309a8b7b6dbea8dbd6;p=binutils-gdb.git * config/unix-gdb.exp: Add missing return 0. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 52eaf2fdf14..a38f4c5e507 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * config/unix-gdb.exp: Add missing return 0. + Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 69cf6d1e1de..64283d30c26 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\""