This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to use concat instead of xmalloc/sprintf for JAVA dir


"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:

> 2001-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
> 
> 	* jvspec.c (lang_specific_driver): Fix memory allocation
> 	deficit, by using concat in lieu of xmalloc/sprintf.

> Bootstrapped on solaris2.7, no regressions.  Ok to install?

You have my blessing.  One detail:  I notice gcc.c uses NULL_PTR
rather than NULL for the terminating argument to concat.  I don't
know which style is preferred.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]