gcc/gcc/java ChangeLog classobj.cc classobj.hh ...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Sun Feb 13 21:31:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: tromey@gcc.gnu.org 2005-02-13 04:13:24
Modified files:
gcc/java : ChangeLog classobj.cc classobj.hh decl.cc
hooks.hh
Log message:
* classobj.hh (class_object_creator::create_one_field_record):
Declare.
* classobj.cc (create_method_array): Wrote.
(create_one_method_record): New method.
* hooks.hh (type_method_array): Declare.
* decl.cc (type_method_array): New global.
(start_type_initialization): Initialize it.
(build_method_type): Lay out new type.
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.21&r2=1.1529.2.22
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.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/classobj.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.3&r2=1.1.2.4
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.6&r2=1.1.2.7
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.2&r2=1.1.2.3
More information about the Gcc-cvs
mailing list