gcc/gcc/java ChangeLog abi.cc abi.hh builtins. ...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Sun Feb 13 21:02:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: tromey@gcc.gnu.org 2005-02-13 04:11:34
Modified files:
gcc/java : ChangeLog abi.cc abi.hh builtins.cc builtins.hh
classobj.cc decl.cc
Log message:
* abi.cc (build_class_reference): New methods.
* builtins.cc (map_class_object): New method.
* builtins.hh (tree_builtins::classobj_map): New field.
(tree_builtins::map_class_object): Declare.
* classobj.cc (make_decl): Don't create another constructor.
(create_class_instance): Use map_class_object. Correctly handle
'super'.
(create_index_table): Temporarily set results to null.
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.20&r2=1.1529.2.21
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.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/abi.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3
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.8&r2=1.1.2.9
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.6&r2=1.1.2.7
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.8&r2=1.1.2.9
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.5&r2=1.1.2.6
More information about the Gcc-cvs
mailing list