* collect2.c (main): Use concat in lieu of xmalloc/sprintf.
commit284a7b54530ebcd2e1027fe7dd831049e8a8b6f0
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2001 00:36:28 +0000 (23 00:36 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2001 00:36:28 +0000 (23 00:36 +0000)
tree790252fc6f2f85414e4da728fab71c76dd6c9020
parent93f8f9d6220fcd8077afe882eb7d98e5e540fcb2
* collect2.c (main): Use concat in lieu of xmalloc/sprintf.
(write_c_file_stat): Likewise.

* dbxout.c (dbxout_init): Likewise.

* profile.c (output_func_start_profiler): Likewise.

cp:
* xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.

f:
* com.c (ffecom_subscript_check_): Use concat in lieu of
xmalloc/sprintf.

java:
* jvspec.c (lang_specific_driver): Fix memory allocation
deficit, by using concat in lieu of xmalloc/sprintf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41495 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/collect2.c
gcc/cp/ChangeLog
gcc/cp/xref.c
gcc/dbxout.c
gcc/f/ChangeLog
gcc/f/com.c
gcc/java/ChangeLog
gcc/java/jvspec.c
gcc/profile.c