* config/unix-gdb.exp: Add missing return 0.
This commit is contained in:
parent
29f33467f2
commit
1096d1de5d
2 changed files with 5 additions and 0 deletions
|
@ -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)
|
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
|
* gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
|
||||||
|
|
|
@ -95,6 +95,7 @@ proc gdb_load { arg } {
|
||||||
if $verbose>1 then {
|
if $verbose>1 then {
|
||||||
send_user "\t\tLoaded $arg into the $GDB\n"
|
send_user "\t\tLoaded $arg into the $GDB\n"
|
||||||
}
|
}
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
-re "has no symbol-table.*$prompt $" {
|
-re "has no symbol-table.*$prompt $" {
|
||||||
error "$arg wasn't compiled with \"-g\""
|
error "$arg wasn't compiled with \"-g\""
|
||||||
|
|
Loading…
Reference in a new issue