From 38c5f504d16b7e3668ec28665aaef4f541949450 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 3 Sep 1993 15:34:13 +0000 Subject: [PATCH] * target.c (pop_target): Don't try to deal with the stack becoming empty. Shouldn't happen and the code that tried was broken. --- gdb/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3f3bf64ea5..4c19a3dad6 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 -- 2.34.1