diff options
author | DJ Delorie <dj@redhat.com> | 2002-01-03 00:25:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-01-03 00:25:57 +0000 |
commit | c23795e245459a861d4083299bda10cfe9fd2a1a (patch) | |
tree | fd02f2503abd6b9262deb870efc828727f487063 /libiberty/ChangeLog | |
parent | 02e3d9701f0d36cfc28f6902583fce1f92103aed (diff) | |
download | gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.zip gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.tar.gz gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9292971..fdccb59a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,8 @@ 2002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + * cp-demangle.c (long_options): Const-ify. + * cplus-dem.c (long_options): Likewise. + * cplus-dem.c (mystrstr): Delete. All callers changed to use strstr instead. |