* config/unix-gdb.exp: Add missing return 0.
authorPeter Schauer <Peter.Schauer@mytum.de>
Tue, 30 Mar 1993 18:00:50 +0000 (18:00 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Tue, 30 Mar 1993 18:00:50 +0000 (18:00 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/config/unix-gdb.exp

index 52eaf2fdf14832ddb096c16faea64279759d7000..a38f4c5e507470e6143c76c87601fba2dea8c0ff 100644 (file)
@@ -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
index 69cf6d1e1ded0a39691e996a8c41801a45c068d1..64283d30c26e0b8e0ff45cf2c029d0275d49c104 100644 (file)
@@ -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\""