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


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

merging in java-related changes into gcc3 branch


I just checked in the below change into the gcc3 branch (with Msrk's
permission).

I'll also be merging in changes from gcc/java into the branch.

My goal is a gcc3 release that can build a Kawa that passes the Kawa
testsuite.  This involves using gcj to compile .java->.class,
.java->native, *and* .scm->.class->native (using Kawa built using gcj
followed by gcj).  It is getting close; the .class->native part is
the next hurdle.

2001-02-23  Per Bothner  <per@bothner.com>

	* gcc.c (record_temp_file, pfatal_with_name, error):  Make non-static,
	so they can be called from java/jvspec.c.
	* gcc.h (record_temp_file, pfatal_with_name, error):  Declare.
-- 
	--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]