aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-12-20 08:55:31 +0000
committerJim Blandy <jimb@codesourcery.com>2001-12-20 08:55:31 +0000
commit1a889ea5ea0f3e73998937aa5396c27aed6335f0 (patch)
treeee8e39a894c411f86a628e3ff90f3bf6462c42fe /gdb/ChangeLog
parent529765f487cef2bbe14d54fd65752d95e288d441 (diff)
downloadgdb-1a889ea5ea0f3e73998937aa5396c27aed6335f0.zip
gdb-1a889ea5ea0f3e73998937aa5396c27aed6335f0.tar.gz
gdb-1a889ea5ea0f3e73998937aa5396c27aed6335f0.tar.bz2
* s390-tdep.c (s390_pop_frame_regular): Make sure the saved_regs
array is actually set before we try to use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 432c507..b382389 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2001-12-19 Jim Blandy <jimb@redhat.com>
+ * s390-tdep.c (s390_pop_frame_regular): Make sure the saved_regs
+ array is actually set before we try to use it.
+
* 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;