From: Andrew Cagney Date: Sun, 12 Aug 2001 02:06:34 +0000 (+0000) Subject: Oops, fix check-in date. X-Git-Tag: prereleases/libstdc++-3.0.95~2717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e9bc8cc351a2941e27ff0f5e6ad0542235f68c;p=thirdparty%2Fgcc.git Oops, fix check-in date. From-SVN: r44816 --- diff --git a/include/ChangeLog b/include/ChangeLog index f0d141e8ba84..8eefec810868 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,4 @@ -2001-06-13 Andrew Cagney +2001-08-10 Andrew Cagney * libiberty.h (lbasename): Change function declaration to return a const char pointer. diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c80b809e3d33..0a2b29542ade 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,4 +1,4 @@ -2001-06-13 Andrew Cagney +2001-08-10 Andrew Cagney * lbasename.c (lbasename): Change function definition to return a const char pointer.