aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2008-11-24 13:52:05 +0000
committerJerome Guitton <guitton@adacore.com>2008-11-24 13:52:05 +0000
commit88828b324a37d01871fc622152d7351a4d97e4d2 (patch)
tree49eb711f2ed07173b53c4f4be6d0984d0ed7ea7e /gdb/ChangeLog
parent7512c3973e35f12e076a0726fae6ce976da72251 (diff)
downloadgdb-88828b324a37d01871fc622152d7351a4d97e4d2.zip
gdb-88828b324a37d01871fc622152d7351a4d97e4d2.tar.gz
gdb-88828b324a37d01871fc622152d7351a4d97e4d2.tar.bz2
* alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Use
the frame address in block instead of the return address to locate the mdebug PDR of the frame.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a38354d..14dce03 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-24 Jerome Guitton <guitton@adacore.com>
+
+ * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Use
+ the frame address in block instead of the return address to
+ locate the mdebug PDR of the frame.
+
2008-11-21 Joel Brobecker <brobecker@adacore.com>
Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.