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 ef1dcab..02dc944 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2012-12-12 Tom Tromey <tromey@redhat.com>
+ * Makefile.in (init.c): Declare initialize_all_files;
+ don't include call-cmds.h.
+ * call-cmds.h: Remove.
+ * symtab.c: Don't include call-cmds.h.
+ * top.c: Don't include call-cmds.h. Declare
+ initialize_all_files.
+
+2012-12-12 Tom Tromey <tromey@redhat.com>
+
* symfile.c (list_overlays_command, map_overlay_command)
(unmap_overlay_command): Now static.