diff options
author | DJ Delorie <dj@redhat.com> | 2005-03-25 04:57:08 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-03-25 04:57:08 +0000 |
commit | 0fad4bdb8e54f631e012ec382b6e337e7c897502 (patch) | |
tree | 09c164d706811e70ecc00f2008a702e5ce291396 /libiberty/ChangeLog | |
parent | 51e32d644ad69408eacefacd21e015a6c9c519c2 (diff) | |
download | gdb-0fad4bdb8e54f631e012ec382b6e337e7c897502.zip gdb-0fad4bdb8e54f631e012ec382b6e337e7c897502.tar.gz gdb-0fad4bdb8e54f631e012ec382b6e337e7c897502.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 231bab3..62e8d1e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,18 @@ 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + * Makefile.in (CFILES): Add strndup.c and xstrndup.c. + (REQUIRED_OFILES): Add xstrndup.o. + (CONFIGURED_OFILES): Add strndup.o. + Regenerate dependencies. + + * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup. + + * strndup.c, xstrndup.c: New. + + * config.in, configure, functions.texi: Regenerate. + +2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + * xmemdup.c, xstrdup.c: Expose the tail call. 2005-03-09 Mark Mitchell <mark@codesourcery.com> |