diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a43a218..4557e6c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-12-18 Tom Tromey <tromey@redhat.com> + * defs.h (directory_command): Don't declare. + * source.c (directory_command): Now static. + +2012-12-18 Tom Tromey <tromey@redhat.com> + * infcmd.c (all_registers_info, nexti_command, stepi_command) (continue_command, interrupt_target_command): Now static. (registers_info): Remove declaration. |