]> gcc.gnu.org Git - gcc.git/commit - gcc/f/com.c
collect2.c (main): Use concat in lieu of xmalloc/sprintf.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 23 Apr 2001 00:36:28 +0000 (00:36 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 23 Apr 2001 00:36:28 +0000 (00:36 +0000)
commitd4c3ec27386c2b61e46604c0674dbb1dac004310
tree790252fc6f2f85414e4da728fab71c76dd6c9020
parent2ac8a0f9c2464064ba2eb5cd9d63a4f8d6e3525b
collect2.c (main): Use concat in lieu of xmalloc/sprintf.

* 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.

From-SVN: r41495
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
This page took 0.067348 seconds and 5 git commands to generate.