diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-23 00:36:28 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-23 00:36:28 +0000 |
commit | 284a7b54530ebcd2e1027fe7dd831049e8a8b6f0 (patch) | |
tree | 790252fc6f2f85414e4da728fab71c76dd6c9020 /gcc/java/ChangeLog | |
parent | 93f8f9d6220fcd8077afe882eb7d98e5e540fcb2 (diff) | |
download | gcc-284a7b54530ebcd2e1027fe7dd831049e8a8b6f0.tar.gz |
* 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
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index d6af9b30ba0..43c5d49995a 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2001-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * jvspec.c (lang_specific_driver): Fix memory allocation + deficit, by using concat in lieu of xmalloc/sprintf. + 2001-04-20 Per Bothner <per@bothner.com> Fixes to compile multiple .class files at once. |