aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-03 15:34:13 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-03 15:34:13 +0000
commit38c5f504d16b7e3668ec28665aaef4f541949450 (patch)
treef8136e03bce24a68020a36475183e6ea859ef208 /gdb
parentac7a377f64a19b1bda507a6aecaaab3f81f7ebbb (diff)
downloadgdb-38c5f504d16b7e3668ec28665aaef4f541949450.zip
gdb-38c5f504d16b7e3668ec28665aaef4f541949450.tar.gz
gdb-38c5f504d16b7e3668ec28665aaef4f541949450.tar.bz2
* target.c (pop_target): Don't try to deal with the stack becoming
empty. Shouldn't happen and the code that tried was broken.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f3bf64..4c19a3d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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