diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-02 20:20:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-02 20:20:01 +0000 |
commit | aa55ccb12061123ca56c2b61402899b73276d2df (patch) | |
tree | e3c337f9254966a09d397982ff402c3c22c05c21 /libiberty/ChangeLog | |
parent | 09d4efe17b398dc08e4ec0869a8f9df2dc271f99 (diff) | |
download | gdb-aa55ccb12061123ca56c2b61402899b73276d2df.zip gdb-aa55ccb12061123ca56c2b61402899b73276d2df.tar.gz gdb-aa55ccb12061123ca56c2b61402899b73276d2df.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 1e20162..3099668 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,12 @@ +2005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings + -Wstrict-prototypes. + * configure, config.in: Regenerate. + + * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix + warnings and reconcile interfaces with relevant standards. + 2005-04-02 Ian Lance Taylor <ian@airs.com> * cp-demangle.c: Update copyright. |