From a31f4b90e53aa7e58d85eeb5e1b216e8fd87e1b1 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 11 Jan 1994 09:20:37 +0000 Subject: [PATCH] * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined, print a newline to end the display anyway. --- gdb/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cd947ff072..3d3018040a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com) + * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined, + print a newline to end the display anyway. + * sparc-tdep.c (sparc_pop_frame): Pop the fsr and csr (float and coprocessor status regs) when popping a frame. This fixes float exceptions that occur after calling inferior functions. -- 2.34.1