From: Jim Kingdon Date: Fri, 3 Sep 1993 15:34:13 +0000 (+0000) Subject: * target.c (pop_target): Don't try to deal with the stack becoming X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38c5f504d16b7e3668ec28665aaef4f541949450;p=binutils-gdb.git * target.c (pop_target): Don't try to deal with the stack becoming empty. Shouldn't happen and the code that tried was broken. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3f3bf64ea53..4c19a3dad63 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