gcc/gcc/java ChangeLog abi.cc builtins.cc buil ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Tue Mar 8 01:22:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-03-08 01:22:00

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

Log message:
	* tree.hh (tree_generator::build_ref_from_constant_pool):
	Updated.
	* tree.cc (build_ref_from_constant_pool): Added 'type' argument.
	(build_jni_stub): Updated.
	(handle_string_literal): Updated.
	
	* builtins.cc (HACK_WANT_OUTPUT_H): Define.
	* glue.hh: Use HACK_WANT_OUTPUT_H.
	
	* abi.cc (build_class_reference): Find constant pool.
	* tree.cc (build_ref_from_constant_pool): Wrote.
	* builtins.cc (get_constant_pool_decl): New method.
	* builtins.hh (tree_builtins::cpool_map): New field.
	(tree_builtins::get_constant_pool_decl): Declare.
	* classobj.cc (create_constants): Handle "data" specially.
	Correctly compute constructor contents.  Ignore zero'th entry.

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.31&r2=1.1529.2.32
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.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/builtins.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.14&r2=1.1.2.15
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.9&r2=1.1.2.10
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.16&r2=1.1.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/glue.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.8&r2=1.1.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/tree.cc.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/gcc/java/tree.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.4&r2=1.1.2.5



More information about the Gcc-cvs mailing list