]> git.ipfire.org Git - thirdparty/gcc.git/commit
libiberty.h (reconcat): New function.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 24 Sep 2001 22:38:22 +0000 (22:38 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 24 Sep 2001 22:38:22 +0000 (22:38 +0000)
commitad43d46f3abe6f4d9b41f5b1d7b46a0c320efda8
tree7ec3b888341991cdf8a157f5d87a6dea617363e5
parentb6fc711089add2bbefb23eecea0eccb3423e9960
libiberty.h (reconcat): New function.

include:
* libiberty.h (reconcat): New function.

libiberty:
* concat.c (reconcat): New function.

gcc:
* c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC.  Avoid
leak by passing malloc'ed pointer to reconcat, not concat.

From-SVN: r45789
gcc/ChangeLog
gcc/c-aux-info.c
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/concat.c