* config/unix-gdb.exp: Add back missing return 0 which mysteriously
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 16 Apr 1993 16:39:49 +0000 (16:39 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 16 Apr 1993 16:39:49 +0000 (16:39 +0000)
disappeared.

gdb/testsuite/ChangeLog
gdb/testsuite/config/unix-gdb.exp

index bc3a509..ccb503f 100644 (file)
@@ -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.
index 6282f4c..6db8815 100644 (file)
@@ -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