aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-09-17 22:15:10 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-09-17 22:15:10 +0000
commitc793eea7abb23067e67179546acfea0db28af1ae (patch)
tree8936428e9b92c8d4e4a9fb0979885f8a76664f19 /include/ChangeLog
parent63fb6fc7f8e0b16439a3fc9db8554450861a2643 (diff)
downloadgcc-c793eea7abb23067e67179546acfea0db28af1ae.zip
gcc-c793eea7abb23067e67179546acfea0db28af1ae.tar.gz
gcc-c793eea7abb23067e67179546acfea0db28af1ae.tar.bz2
libiberty.h (concat_length, [...]): New.
include: * libiberty.h (concat_length, concat_copy, concat_copy2, libiberty_concat_ptr, ACONCAT): New. libiberty: * concat.c (vconcat_length, vconcat_copy, concat_length, concat_copy, concat_copy2): New functions. (concat): Use vconcat_length/vconcat_copy. gcc: * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat. From-SVN: r45664
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d745a28..a20b8b8 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,5 +1,8 @@
2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+ * libiberty.h (concat_length, concat_copy, concat_copy2,
+ libiberty_concat_ptr, ACONCAT): New.
+
* libiberty.h (ASTRDUP): New macro.
libiberty_optr, libiberty_nptr, libiberty_len): Declare.