* config/mips-gdb.exp (gdb_exit): Removed close statement which is
no longer needed.
This commit is contained in:
parent
3de08d72db
commit
eae166985b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* config/mips-gdb.exp (gdb_exit): Removed close statement which is
|
||||
no longer needed.
|
||||
|
||||
Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
|
||||
|
|
|
@ -137,7 +137,6 @@ proc gdb_exit {} {
|
|||
if $verbose>1 then {
|
||||
send_user "Quitting $GDB $GDBFLAGS\n"
|
||||
}
|
||||
close
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue