diff options
author | Tom Tromey <tromey@redhat.com> | 2012-12-18 19:26:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-12-18 19:26:29 +0000 |
commit | ca7b0bbcfaa938faffc6cfe2ece880b5d0fecdf2 (patch) | |
tree | 8adca33fe689a32881f202a9c371f65a7f54773f /gdb/ChangeLog | |
parent | 5d3055ad4f759240ae4b865a49f6283d02caf801 (diff) | |
download | gdb-ca7b0bbcfaa938faffc6cfe2ece880b5d0fecdf2.zip gdb-ca7b0bbcfaa938faffc6cfe2ece880b5d0fecdf2.tar.gz gdb-ca7b0bbcfaa938faffc6cfe2ece880b5d0fecdf2.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
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. |