projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e73fe5
)
merge from gcc
author
DJ Delorie
<dj@redhat.com>
Sat, 29 Sep 2001 03:19:56 +0000
(
03:19
+0000)
committer
DJ Delorie
<dj@redhat.com>
Sat, 29 Sep 2001 03:19:56 +0000
(
03:19
+0000)
libiberty/ChangeLog
patch
|
blob
|
history
libiberty/concat.c
patch
|
blob
|
history
diff --git
a/libiberty/ChangeLog
b/libiberty/ChangeLog
index d22543065da27c6fc56642238fc032399d3bb82c..f5b268a9c67130f5472e23af18e44aaf4f88a191 100644
(file)
--- a/
libiberty/ChangeLog
+++ b/
libiberty/ChangeLog
@@
-1,3
+1,7
@@
+2001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * concat.c: Include stdlib.h.
+
2001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
* libiberty.texi: (Top level): Add syncodeindex pg. Add
diff --git
a/libiberty/concat.c
b/libiberty/concat.c
index cf026cf8f4cc1efeab9a4f5ab2f8d8b39e9df977..fbbf2ee41a978c4d7c54fdffb6bb00532e4cd4f4 100644
(file)
--- a/
libiberty/concat.c
+++ b/
libiberty/concat.c
@@
-74,6
+74,10
@@
NOTES
# endif
# endif
+#if HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
static inline unsigned long vconcat_length PARAMS ((const char *, va_list));
static inline unsigned long
vconcat_length (first, args)