From: John Gilmore Date: Tue, 11 Jan 1994 09:20:37 +0000 (+0000) Subject: * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a31f4b90e53aa7e58d85eeb5e1b216e8fd87e1b1;p=binutils-gdb.git * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined, print a newline to end the display anyway. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cd947ff0722..3d3018040a4 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.