This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc/java ChangeLog abi.cc abi.hh builtins. ...
- From: tromey at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, java-cvs at gcc dot gnu dot org
- Date: 31 Jan 2005 02:26:05 -0000
- Subject: gcc/gcc/java ChangeLog abi.cc abi.hh builtins. ...
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: tromey@gcc.gnu.org 2005-01-31 02:26:05
Modified files:
gcc/java : ChangeLog abi.cc abi.hh builtins.cc builtins.hh
classobj.cc decl.cc driver.cc lower.cc tree.cc
tree.hh treegen.cc
Log message:
* decl.cc (initialize_gcc_decls): Removed old comment.
* classobj.cc (handle_interfaces): Updated.
* treegen.cc (generate): Updated.
* tree.hh (tree_generator): Updated.
* tree.cc (build_class_ref): Updated.
(visit_new): Updated.
(handle_invocation): Updated.
(tree_generator): Added argument. Initialize class_wrapper.
(visit_field_ref): Don't emit type assertion.
* abi.hh (gcj_abi): Added 'current' argument to calls.
(class cxx_abi): Updated.
(class bc_abi): Likewise.
* abi.cc (build_method_call): Generate null check when needed.
Changed how vtable index is found.
Updated all methods for API changes.
(build_field_reference): Correctly build indirect ref.
* builtins.hh (tree_builtins::find_atable_slot): Removed.
(tree_builtins::find_otable_slot): Likewise.
(tree_builtins::check_reference): Updated.
* builtins.cc (find_atable_slot): Removed.
(find_otable_slot): Likewise.
(lay_out_vtable): Rewrote.
(check_reference): Added 'override' argument.
(map_method_call): Added 'wrapper' argument.
(map_field_ref): Likewise.
(add): Only set name for static fields.
(lay_out_class): Link to the superclass. Only lay out class
once.
(add): Only chain on instance fields.
* driver.cc (post_options): Add empty item to class path.
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.6&r2=1.1529.2.7
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.2&r2=1.1.2.3
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.1&r2=1.1.2.2
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.3&r2=1.1.2.4
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.3&r2=1.1.2.4
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.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.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/driver.cc.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/lower.cc.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/tree.cc.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/tree.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/treegen.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3