diff options
author | Andrew Burgess <aburgess@broadcom.com> | 2013-09-06 08:25:25 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@broadcom.com> | 2013-09-06 08:25:25 +0000 |
commit | 1581d8a7b47a9c0d600d575bb91aa3e135669906 (patch) | |
tree | f502b27d715d8def76e8a4e940a4b4a1e45d27a1 | |
parent | 18b3c2f515f3b759b43b4b147f368c238694e883 (diff) | |
download | gdb-1581d8a7b47a9c0d600d575bb91aa3e135669906.zip gdb-1581d8a7b47a9c0d600d575bb91aa3e135669906.tar.gz gdb-1581d8a7b47a9c0d600d575bb91aa3e135669906.tar.bz2 |
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.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb023b1..36d441a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -11,13 +11,13 @@ 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. - * 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 <palves@redhat.com> |