Fix filename format in previous ChangeLog entry.

I used the wrong format for the filenames in a previous changelog entry, I
incorrectly included the "gdb/" prefix.
This commit is contained in:
Andrew Burgess 2013-09-06 08:25:25 +00:00
parent 18b3c2f515
commit 1581d8a7b4

View File

@ -11,13 +11,13 @@
2013-09-05 Andrew Burgess <aburgess@broadcom.com> 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
* gdb/defs.h (deprecated_command_loop_hook): Remove, including * defs.h (deprecated_command_loop_hook): Remove, including
references in comments. references in comments.
* gdb/interps.c (current_interp_command_loop): No longer use * interps.c (current_interp_command_loop): No longer use
deprecated_command_loop_hook. deprecated_command_loop_hook.
(clear_interpreter_hooks): Remove deprecated_command_loop_hook (clear_interpreter_hooks): Remove deprecated_command_loop_hook
setup. setup.
* gdb/top.c (deprecated_command_loop_hook): Remove. * top.c (deprecated_command_loop_hook): Remove.
2013-09-05 Pedro Alves <palves@redhat.com> 2013-09-05 Pedro Alves <palves@redhat.com>