aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2008-05-04 00:41:44 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2008-05-04 00:41:44 +0000
commit5b19791236a18dafef77545101eb3a70bb5a03e1 (patch)
treeb76d887da4ab95317ae145e0b75798c09dc4b34d /gdb/ChangeLog
parente551b91b02f65114b00c85bae4627656cef21ea7 (diff)
downloadgdb-5b19791236a18dafef77545101eb3a70bb5a03e1.zip
gdb-5b19791236a18dafef77545101eb3a70bb5a03e1.tar.gz
gdb-5b19791236a18dafef77545101eb3a70bb5a03e1.tar.bz2
* rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
return the null frame ID to terminate the backtrace.
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 4c52d0e..2f8573f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
+ * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
+ return the null frame ID to terminate the backtrace.
+
+2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
+
* rs6000-tdep.c: Do not include "rs6000-tdep.h".
(rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
(SIG_FRAME_PC_OFFSET): Likewise.