constants.c (find_methodref_index): Unwrap method names before inserting them in...
authorAnthony Green <green@cygnus.com>
Sun, 21 Nov 1999 23:37:58 +0000 (23:37 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 21 Nov 1999 23:37:58 +0000 (23:37 +0000)
commit48aedbca8b443b60afa81bfc58107a64f3fb2e99
tree6339330b1e1b16ec9eff2000914b559bac7134bd
parent250ba2372cdb135d47cb4a47227d0457fb73ce9a
constants.c (find_methodref_index): Unwrap method names before inserting them in the constant pool.

        * constants.c (find_methodref_index): Unwrap method names before
        inserting them in the constant pool.

        * jcf-parse.c (jcf_parse): Display `interface' when appropriate.

        * class.c (assume_compiled_node): New typedef.
        (assume_compiled_tree): New static data.
        (find_assume_compiled_node): New function.
        (add_assume_compiled): New function.
        (assume_compiled): New function.
        * class.c (make_class_data): Use assume_compiled.
        (is_compiled_class): Use assume_compiled.

        * java-tree.h (add_assume_compiled): Declare.

        * lang.c (lang_decode_option): Parse new options.

From-SVN: r30608
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/constants.c
gcc/java/java-tree.h
gcc/java/jcf-parse.c
gcc/java/lang.c