]> git.ipfire.org Git - thirdparty/gcc.git/commit
* java-tree.h (method_entry): Declare. Declare VECs containing it.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 13:41:55 +0000 (13:41 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 13:41:55 +0000 (13:41 +0000)
commitc9d228b7caffdcdd8753641944c5af49ad360513
treef6ffb6a81a45d1ae93105382f342bf023cae3ccd
parent93f85900e6d276be74c6d0a3e649b25cba4abbc7
* java-tree.h (method_entry): Declare.  Declare VECs containing it.
(struct lang_type): Change type of otable_methods, atable_methods, and
itable_methods to VECs.  Fix comment for atable_methods.
(emit_symbol_table): Take a VEC instead of a tree.
(get_symbol_table_index): Take a VEC * instead of a tree *.
* class.c (add_table_and_syms): Take a VEC instead of a tree.
(emit_symbol_table): Update for changed parameter type.
* expr.c (get_symbol_table_index): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159974 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/expr.c
gcc/java/java-tree.h