projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac7a377
)
* target.c (pop_target): Don't try to deal with the stack becoming
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 3 Sep 1993 15:34:13 +0000
(15:34 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 3f3bf64ea537b180fb41bdfce8ab6a3878aa80b0..4c19a3dad63a3e2a7c6f6eb02551a59aead09baf 100644
(file)
--- 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