diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-20 23:04:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-20 23:04:45 +0000 |
commit | 6535b1df9239de0840ba3b05c11749a780a82399 (patch) | |
tree | b145fbe7125803e74150b7cb37c6dac8da5b8f9b /gdb | |
parent | d95b73282a3dcab0c2eab32f327491147a651173 (diff) | |
download | gdb-6535b1df9239de0840ba3b05c11749a780a82399.zip gdb-6535b1df9239de0840ba3b05c11749a780a82399.tar.gz gdb-6535b1df9239de0840ba3b05c11749a780a82399.tar.bz2 |
1998-12-17 J.T. Conklin <jtc@redbacknetworks.com>
* blockframe.c (get_frame_saved_regs): If the saved_regs_addr ptr
is null, ensure that saved registers are copied from the local
variable that was used to obtain them.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3acdc14..f10a472 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +1998-12-17 J.T. Conklin <jtc@redbacknetworks.com> + + * blockframe.c (get_frame_saved_regs): If the saved_regs_addr ptr + is null, ensure that saved registers are copied from the local + variable that was used to obtain them. + Sat Dec 19 09:55:09 1998 Stu Grossman <grossman@babylon-5.cygnus.com> * mips-tdep.c (mips32_heuristic_proc_desc): Clear temp_saved_regs |