gcc/libjava ChangeLog java/lang/natRuntime.cc

tromey@gcc.gnu.org tromey@gcc.gnu.org
Mon Feb 3 21:23:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2003-02-03 21:23:59

Modified files:
	libjava        : ChangeLog 
	libjava/java/lang: natRuntime.cc 

Log message:
	2003-02-03  Ranjit Mathew <rmathew@hotmail.com>
	
	* java/lang/natRuntime.cc (java::lang::Runtime::_load)): Take care
	of the fact that on Win32, JNI_OnLoad is an "stdcall" function and
	could also have been exported as "JNI_OnLoad@8" (MinGW) or
	"_JNI_OnLoad@8" (MSVC).

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1661&r2=1.1662
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natRuntime.cc.diff?cvsroot=gcc&r1=1.30&r2=1.31



More information about the Gcc-cvs mailing list