include:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2001 22:38:22 +0000 (22:38 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2001 22:38:22 +0000 (22:38 +0000)
commit0be2ebc785cd4b366423534d0bfdce0499483e80
tree7ec3b888341991cdf8a157f5d87a6dea617363e5
parent347e5e07ef4db24f295a4513b381bbb943ddf9f4
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.

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