aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1994-01-11 09:20:37 +0000
committerJohn Gilmore <gnu@cygnus>1994-01-11 09:20:37 +0000
commita31f4b90e53aa7e58d85eeb5e1b216e8fd87e1b1 (patch)
treedb6a54f6b605ba7e63bff5a660b649fff5a58d34 /gdb
parentc6d8db406c2feb5b7482347df566b708d911e734 (diff)
downloadgdb-a31f4b90e53aa7e58d85eeb5e1b216e8fd87e1b1.zip
gdb-a31f4b90e53aa7e58d85eeb5e1b216e8fd87e1b1.tar.gz
gdb-a31f4b90e53aa7e58d85eeb5e1b216e8fd87e1b1.tar.bz2
* stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined,
print a newline to end the display anyway.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd947ff..3d30180 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.