aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-09 17:45:17 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-09 17:45:17 +0000
commit95adb866d747a0c2c01a9369b55e4a26554e4597 (patch)
tree65b3727c00058edf29c54fb04f39cfb3f253c96a /gdb/ChangeLog
parente71ecd70b204292a4e65f6be9988a53797edcdfa (diff)
downloadgdb-95adb866d747a0c2c01a9369b55e4a26554e4597.zip
gdb-95adb866d747a0c2c01a9369b55e4a26554e4597.tar.gz
gdb-95adb866d747a0c2c01a9369b55e4a26554e4597.tar.bz2
2002-11-09 Andrew Cagney <ac131313@redhat.com>
* frame.c (get_prev_frame): Cleanups. Eliminate redundant tests for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add more comments. Zap dead code.
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 42728f3..2332d14 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-09 Andrew Cagney <ac131313@redhat.com>
+
+ * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
+ for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
+ more comments. Zap dead code.
+
2002-11-09 Mark Kettenis <kettenis@gnu.org>
* infcmd.c (print_vector_info, print_float_info): Move code that