include:
commit9659201a5ff853ca1549f6859050c4ea3074d83b
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2001 22:15:10 +0000 (17 22:15 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2001 22:15:10 +0000 (17 22:15 +0000)
tree8936428e9b92c8d4e4a9fb0979885f8a76664f19
parentd3a708515f9b287d0777ed15b36e63542464f2f0
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45664 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/concat.c