aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-12-20 08:54:02 +0000
committerJim Blandy <jimb@codesourcery.com>2001-12-20 08:54:02 +0000
commit529765f487cef2bbe14d54fd65752d95e288d441 (patch)
tree8081174030432091d3e013338daec0ff2ffff182 /gdb/ChangeLog
parent76cc2cf029a9b9a386c5b7fe8f5d40531a00f8ca (diff)
downloadgdb-529765f487cef2bbe14d54fd65752d95e288d441.zip
gdb-529765f487cef2bbe14d54fd65752d95e288d441.tar.gz
gdb-529765f487cef2bbe14d54fd65752d95e288d441.tar.bz2
* s390-tdep.c (s390_frame_saved_pc_nofix): If we get the saved PC
out of the return address register, cache that in the frame's extra info, just as if we'd gotten it from the saved regs array; that way, it's not a lie to set the saved_pc_valid flag.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6246f80..432c507 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2001-12-19 Jim Blandy <jimb@redhat.com>
+ * s390-tdep.c (s390_frame_saved_pc_nofix): If we get the saved PC
+ out of the return address register, cache that in the frame's
+ extra info, just as if we'd gotten it from the saved regs array;
+ that way, it's not a lie to set the saved_pc_valid flag.
+
* s390-tdep.c (s390_get_frame_info): Give orig_sp a reasonable
value, even when fextra_info->stack_bought can't be trusted,