diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-16 01:05:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-16 01:05:05 +0000 |
commit | fa99459db0a91f66893afca6d3f55174c633cf2b (patch) | |
tree | 84670f0bf8a5bdedf870358416851838e463010e /libiberty/ChangeLog | |
parent | 02e2292ab3f40bc35b1e1eff4a46d90a3e8bc0b1 (diff) | |
download | gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.zip gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.tar.gz gdb-fa99459db0a91f66893afca6d3f55174c633cf2b.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 d06406a..72b421b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,18 @@ 2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net> + * asprintf.c: Include config.h. + * basename.c: Likewise. + * fdmatch.c: Likewise. + * hex.c: Likewise. + * lbasename.c: Likewise. + * spaces.c: Likewise. + * xatexit.c:Likewise. + * configure.ac: Do check declarations for basename, ffs, asprintf + and vasprintf for real. + * configure: Regenerate. + +2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net> + * argv.c (dupargv): Allocate space of argv[argc], not sizeof(char *) of that amount. Cast result to char *. |