diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-03 04:41:10 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-03 04:41:10 +0000 |
commit | 14a88c496bef288d66f245d1d07c7bfa7f6062fb (patch) | |
tree | ad4d2c6176db68eb7d06ff8fb67d55395c581e49 /libiberty/ChangeLog | |
parent | 26dae57f146e8b7d546a90c4317389281eb879e7 (diff) | |
download | binutils-gdb-14a88c496bef288d66f245d1d07c7bfa7f6062fb.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 30996687612..6e9bf117b5c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,9 @@ 2005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + * bcmp.c: Fix warnings and implement using memcmp. + * bcopy.c: Fix warnings. + * bzero.c: Fix warnings and implement using memset. + * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototypes. * configure, config.in: Regenerate. |