gcc gcc/java/ChangeLog gcc/java/classobj.cc gc ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Mon Jul 11 16:26:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-07-11 16:26:02

Modified files:
	gcc/java       : ChangeLog classobj.cc decl.cc hooks.hh 
	gcjx           : TODO 
	libjava        : ChangeLog link.cc 
	libjava/include: jvm.h 

Log message:
	gcc/java/
	* classobj.cc (create_one_method_record): Use
	builtin_Jv_ThrowAbstractMethodError.
	* hooks.hh (builtin_Jv_ThrowAbstractMethodError): Declare.
	* decl.cc (builtin_Jv_ThrowAbstractMethodError): New global.
	(initialize_builtin_functions): Initialize it.
	libjava/
	* include/jvm.h (_Jv_ThrowAbstractMethodError): Declare.
	* link.cc (_Jv_ThrowAbstractMethodError): Renamed.  No longer
	static.
	(set_vtable_entries): Updated.
	(make_vtable): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1529.2.103&r2=1.1529.2.104
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/classobj.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.24&r2=1.1.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.20&r2=1.1.2.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/hooks.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.11&r2=1.1.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/TODO.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.31&r2=1.1.2.32
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.3285.2.9&r2=1.3285.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/link.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.6&r2=1.6.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/jvm.h.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.73.2.1&r2=1.73.2.2



More information about the Gcc-cvs mailing list