aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-09-17 23:11:04 +0000
committerDJ Delorie <dj@redhat.com>2001-09-17 23:11:04 +0000
commit54c2024269888296cec6c81cd15caf2dec71bb84 (patch)
tree3cb14374f0cf07150204a558c4b24955e578c85f /libiberty/ChangeLog
parent739d0d99b33332323e03c11f9fc03a5c499199c6 (diff)
downloadgdb-54c2024269888296cec6c81cd15caf2dec71bb84.zip
gdb-54c2024269888296cec6c81cd15caf2dec71bb84.tar.gz
gdb-54c2024269888296cec6c81cd15caf2dec71bb84.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 39b3295..d9dc3dc 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,17 @@
+2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * concat.c (vconcat_length, vconcat_copy, concat_length,
+ concat_copy, concat_copy2): New functions.
+ (concat): Use vconcat_length/vconcat_copy.
+
+ * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
+ Define.
+
+2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
+ Define.
+
2001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,