* stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined,

print a newline to end the display anyway.
This commit is contained in:
John Gilmore 1994-01-11 09:20:37 +00:00
parent c6d8db406c
commit a31f4b90e5
1 changed files with 3 additions and 0 deletions

View File

@ -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.