aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-05-30 18:41:39 +0000
committerRichard Henderson <rth@redhat.com>2003-05-30 18:41:39 +0000
commit85b32d22900470d4294bef7d06f51118b7bbefb4 (patch)
tree60ebb3f418eada060041b25f1a1ebefb2aa7bf6e /gdb/ChangeLog
parent10059fdf95b7cce091273a31f9ebd0ad5e76b6ff (diff)
downloadgdb-85b32d22900470d4294bef7d06f51118b7bbefb4.zip
gdb-85b32d22900470d4294bef7d06f51118b7bbefb4.tar.gz
gdb-85b32d22900470d4294bef7d06f51118b7bbefb4.tar.bz2
* alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop increment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ef18af7..e75a738 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-30 Richard Henderson <rth@redhat.com>
+
+ * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop increment.
+
2003-05-29 Jim Blandy <jimb@redhat.com>
Use gdbarch methods for solib stuff on PowerPC Linux.