* 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 bc3a509c595f889e10649f66b701a70b53bf4d92..ccb503f9b993218c5e1469f3efd22b750e2730f3 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 6282f4c1348e8fde5dc42d28dc2f7201e527255a..6db8815422aa62d2c14b62679ae5be9e17466cb3 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
This page took 0.030377 seconds and 4 git commands to generate.