java-tree.h (method_entry): Declare.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 28 May 2010 13:41:55 +0000 (13:41 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 28 May 2010 13:41:55 +0000 (13:41 +0000)
commitaa6d7c816c8b6ed5f1348a14ad242fa936d5840f
treef6ffb6a81a45d1ae93105382f342bf023cae3ccd
parent005d613b2d1f0aa304895c9fce7551ead06e9964
java-tree.h (method_entry): Declare.

* 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.

From-SVN: r159974
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/expr.c
gcc/java/java-tree.h