aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
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 b2fa68f..d104a96 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2008-10-28 Tom Tromey <tromey@redhat.com>
+ * Makefile.in (SUBDIR_CLI_OBS): Don't mention cli-utils.o.
+ (SUBDIR_CLI_DEPS): Don't mention cli-utils.c.
+ (HFILES_NO_SRCDIR): Don't mention cli-utils.h.
+ (cli-utils.o): Remove.
+ * cli/cli-utils.c: Remove.
+ * cli/cli-utils.h: Remove.
+
+2008-10-28 Tom Tromey <tromey@redhat.com>
+
* varobj.c (value_get_print_value): Include valprint.h.
(value_get_print_value): Use get_formatted_print_options.
* value.h (struct value_print_options): Declare.