diff options
-rw-r--r-- | include/ChangeLog | 2 | ||||
-rw-r--r-- | libiberty/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index f0d141e8ba8..8eefec81086 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,4 @@ -2001-06-13 Andrew Cagney <ac131313@redhat.com> +2001-08-10 Andrew Cagney <ac131313@redhat.com> * libiberty.h (lbasename): Change function declaration to return a const char pointer. diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c80b809e3d3..0a2b29542ad 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,4 +1,4 @@ -2001-06-13 Andrew Cagney <ac131313@redhat.com> +2001-08-10 Andrew Cagney <ac131313@redhat.com> * lbasename.c (lbasename): Change function definition to return a const char pointer. |