summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-10-11 13:42:06 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-10-11 13:42:06 +0000
commit77ff84070b9ac7ae6078dc5c3fa352201ba28d9f (patch)
tree459bebd5b185c78caabef7ccba83203341f47f73 /gdb
parent584529ca6570579ba59bc0480f302d4108d4775f (diff)
downloadgdb-77ff84070b9ac7ae6078dc5c3fa352201ba28d9f.tar.gz
Fix dates (wrong month) in the last 2 ChangeLog entries.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b73fd40f3fa..ccb18d54b5e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,11 +1,11 @@
-2013-11-11 Joel Brobecker <brobecker@adacore.com>
+2013-10-11 Joel Brobecker <brobecker@adacore.com>
* utils.h (perror_warning_with_name): Add declaration.
* utils.c (perror_warning_with_name): New function.
* cli/cli-cmds.c (source_script_with_search): Add call to
perror_warning_with_name if from_tty is nul.
-2013-11-11 Joel Brobecker <brobecker@adacore.com>
+2013-10-11 Joel Brobecker <brobecker@adacore.com>
* utils.c (perror_string): New function, extracted out of
throw_perror_with_name.