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
Branch: 	gcc-3_3-branch
Changes by:	tromey@gcc.gnu.org	2003-02-03 21:23:14

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&only_with_tag=gcc-3_3-branch&r1=1.1594.2.59&r2=1.1594.2.60
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natRuntime.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.29.2.1&r2=1.29.2.2



More information about the Gcc-cvs mailing list