aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-02-02 18:30:56 +0000
committerMark Kettenis <kettenis@gnu.org>2003-02-02 18:30:56 +0000
commit6a3fe0a431156fb3c8626e9d9c3e2de22356228c (patch)
treefcd98c2343523eb0aa95607e4283331267c22b21 /gdb/ChangeLog
parente7494ffb7117d0f6291ab03434a7d326a60c4154 (diff)
downloadgdb-6a3fe0a431156fb3c8626e9d9c3e2de22356228c.zip
gdb-6a3fe0a431156fb3c8626e9d9c3e2de22356228c.tar.gz
gdb-6a3fe0a431156fb3c8626e9d9c3e2de22356228c.tar.bz2
* stack.c (print_frame_info): Restore call to annotate_frame_begin
lost in the previous patch.
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 9388cf2..30fdf7e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-02 Mark Kettenis <kettenis@gnu.org>
+
+ * stack.c (print_frame_info): Restore call to annotate_frame_begin
+ lost in the previous patch.
+
2003-02-01 Andrew Cagney <ac131313@redhat.com>
From 2002-11-09 Jason Molenda (jason-cl@molenda.com)