From: Andrew Burgess Date: Fri, 6 Sep 2013 08:25:25 +0000 (+0000) Subject: Fix filename format in previous ChangeLog entry. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1581d8a7b47a9c0d600d575bb91aa3e135669906;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb023b1265..36d441a6ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -11,13 +11,13 @@ 2013-09-05 Andrew Burgess - * gdb/defs.h (deprecated_command_loop_hook): Remove, including + * defs.h (deprecated_command_loop_hook): Remove, including 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. (clear_interpreter_hooks): Remove deprecated_command_loop_hook setup. - * gdb/top.c (deprecated_command_loop_hook): Remove. + * top.c (deprecated_command_loop_hook): Remove. 2013-09-05 Pedro Alves