summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-10-03 22:34:58 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-10-03 22:34:58 +0000
commit9fce65fced11546a20ca0cf57fdbe3fe628faa6b (patch)
tree27f4d2b4ea49632ecea100b86671d88bda2db3fe /gdb/ChangeLog
parente0310b2c66735907a0cf21cc1066a6eeee2820f3 (diff)
downloadgdb-9fce65fced11546a20ca0cf57fdbe3fe628faa6b.tar.gz
2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
* ui-out.h (ui_out_field_fmt_int): New prototype. * ui-out.c (ui_out_field_fmt_int): New function allowing specification of field width and alignment. * stack.c (print_frame_info_base): When printing frame level, use ui_out_field_fmt_int with a width of 2 and left alignment. Fix for PR gdb/192
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 70a67311884..d300975cb41 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
+ * ui-out.h (ui_out_field_fmt_int): New prototype.
+ * ui-out.c (ui_out_field_fmt_int): New function allowing specification
+ of field width and alignment.
+ * stack.c (print_frame_info_base): When printing frame level, use
+ ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
+ PR gdb/192
+
+2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
+
* MAINTAINERS: Add self to Write After Approval list.
2002-10-02 Elena Zannoni <ezannoni@redhat.com>