diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-02 17:49:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-02 17:49:32 +0000 |
commit | eae166985be90bb44d0b5c1613930532bdea85cb (patch) | |
tree | d4c1453451e5844afc2d40de1e52e371385e040e /gdb | |
parent | 3de08d72dbacad3a7485c9568d57c57127cecbcc (diff) | |
download | gdb-eae166985be90bb44d0b5c1613930532bdea85cb.zip gdb-eae166985be90bb44d0b5c1613930532bdea85cb.tar.gz gdb-eae166985be90bb44d0b5c1613930532bdea85cb.tar.bz2 |
* config/mips-gdb.exp (gdb_exit): Removed close statement which is
no longer needed.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/config/mips-gdb.exp | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 85c593e..0419891 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/config/mips-gdb.exp b/gdb/testsuite/config/mips-gdb.exp index 6ed4714..c77fb22 100644 --- a/gdb/testsuite/config/mips-gdb.exp +++ b/gdb/testsuite/config/mips-gdb.exp @@ -137,7 +137,6 @@ proc gdb_exit {} { if $verbose>1 then { send_user "Quitting $GDB $GDBFLAGS\n" } - close } # |