]> git.ipfire.org Git - thirdparty/gcc.git/commit
libiberty.h (concat_length, [...]): New.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 17 Sep 2001 22:15:10 +0000 (22:15 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 17 Sep 2001 22:15:10 +0000 (22:15 +0000)
commitc793eea7abb23067e67179546acfea0db28af1ae
tree8936428e9b92c8d4e4a9fb0979885f8a76664f19
parent63fb6fc7f8e0b16439a3fc9db8554450861a2643
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
gcc/ChangeLog
gcc/gcc.c
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/concat.c