From: Joel Brobecker Date: Fri, 11 Oct 2013 13:42:06 +0000 (+0000) Subject: Fix dates (wrong month) in the last 2 ChangeLog entries. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7ad1d32c17973b8ae448d92b21e45d4a9439e347;p=deliverable%2Fbinutils-gdb.git Fix dates (wrong month) in the last 2 ChangeLog entries. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b73fd40f3f..ccb18d54b5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,11 +1,11 @@ -2013-11-11 Joel Brobecker +2013-10-11 Joel Brobecker * 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 +2013-10-11 Joel Brobecker * utils.c (perror_string): New function, extracted out of throw_perror_with_name.