summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-01-10 00:09:58 +0000
committerMark Kettenis <kettenis@gnu.org>2004-01-10 00:09:58 +0000
commiteb1b74fe6ab76efc1ecc113fd13422897dda2f55 (patch)
treefc5e2703c6aa7372b6e869823acd82aac72dd2fc /gdb/ChangeLog
parent0600caa0796e6f0197598eb7dab76807e8fff244 (diff)
downloadgdb-eb1b74fe6ab76efc1ecc113fd13422897dda2f55.tar.gz
* blockframe.c (inside_entry_func): Reformat. Introduce new local
variables to prevent long lines. Update comments to reflect reality.
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 666495786b8..b5d87e2383a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-10 Mark Kettenis <kettenis@gnu.org>
+
+ * blockframe.c (inside_entry_func): Reformat. Introduce new local
+ variables to prevent long lines. Update comments to reflect
+ reality.
+
2004-01-09 David Carlton <carlton@kealia.com>
Checked in by Elena Zannoni <ezannoni@redhat.com>.