* target.c (pop_target): Don't try to deal with the stack becoming
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 3 Sep 1993 15:34:13 +0000 (15:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 3 Sep 1993 15:34:13 +0000 (15:34 +0000)
empty.  Shouldn't happen and the code that tried was broken.

gdb/ChangeLog

index 3f3bf64ea537b180fb41bdfce8ab6a3878aa80b0..4c19a3dad63a3e2a7c6f6eb02551a59aead09baf 100644 (file)
@@ -1,5 +1,8 @@
 Fri Sep  3 08:57:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * target.c (pop_target): Don't try to deal with the stack becoming
+       empty.  Shouldn't happen and the code that tried was broken.
+
        * dcache.c: Cast return value from xmalloc.
 
        * remote.c: Move setting of immediate_quit from remote_open to