diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-09-17 22:15:10 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-09-17 22:15:10 +0000 |
commit | c793eea7abb23067e67179546acfea0db28af1ae (patch) | |
tree | 8936428e9b92c8d4e4a9fb0979885f8a76664f19 /include/ChangeLog | |
parent | 63fb6fc7f8e0b16439a3fc9db8554450861a2643 (diff) | |
download | gcc-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/ChangeLog | 3 |
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. |