summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2005-04-16 01:05:05 +0000
committerDJ Delorie <dj@delorie.com>2005-04-16 01:05:05 +0000
commit65509b0ff5387f1bd2f2a3ff51d66e39cd363fa3 (patch)
tree8809d7f4716619c0994886ce21d8e9b5ad1f372b /libiberty/ChangeLog
parent75fcfa65747922950e0eef105d2a69569fc543f0 (diff)
downloadgdb-65509b0ff5387f1bd2f2a3ff51d66e39cd363fa3.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index d06406a3e87..72b421b54dd 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 *.