This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

gcc/gcc/java ChangeLog abi.cc builtins.hh clas ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-10-12 13:27:30

Modified files:
	gcc/java       : ChangeLog abi.cc builtins.hh classobj.cc 

Log message:
	* abi.cc (build_method_call): Use new get_descriptor.  Correctly
	look up class object.  Put 'obj' onto argument list.
	* classobj.cc (get_descriptor): Removed.
	(get_descriptor): Likewise.
	(create_one_field_record): Updated.
	(create_method_throws): Likewise.
	(create_one_method_record): Likewise.
	(create_index_table): Likewise.
	* builtins.hh (tree_builtins::get_descriptor): New methods.

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.134&r2=1.1529.2.135
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/abi.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/builtins.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.17&r2=1.1.2.18
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.26&r2=1.1.2.27


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