8sa1-gcc/gcc/java
Richard Henderson 6723181663 tree.def (FDESC_EXPR): New.
gcc/
        * tree.def (FDESC_EXPR): New.
        * expr.c (expand_expr): Handle it.
        * varasm.c (initializer_constant_valid_p): Likewise.
        (output_constant): Likewise.
        * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
        * config/ia64/ia64.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
        (ASM_OUTPUT_FDESC): New.
        * doc/tm.texi: Document the new macros.
gcc/cp/
        * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
        (build_vtbl_initializer): Likewise.
        (build_vfn_ref): New.
        * cp-tree.h: Declare it.
        * call.c (build_over_call): Use it.
        * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
        * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
gcc/java/
        * class.c (get_dispatch_table): Handle function descriptors.
        (build_dtable_decl): Likewise.
        * expr.c (build_invokevirtual): Likewise.
gcc/testsuite/
        * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
        * g++.old-deja/g++.abi/vtable2.C: Likewise.

From-SVN: r45733
2001-09-21 09:58:22 -07:00
..
.cvsignore
boehm.c
buffer.c
buffer.h
ChangeLog tree.def (FDESC_EXPR): New. 2001-09-21 09:58:22 -07:00
chartables.h
check-init.c check-init.c (flags.h): Include 2001-08-08 21:19:12 -07:00
class.c tree.def (FDESC_EXPR): New. 2001-09-21 09:58:22 -07:00
config-lang.in
constants.c
convert.h
decl.c decl.c (init_decl_processing): Add `throws' field to method descriptor. 2001-08-24 17:24:02 +00:00
except.c
expr.c tree.def (FDESC_EXPR): New. 2001-09-21 09:58:22 -07:00
gcj.texi class.c (O_BINARY): Define if necessary. 2001-09-06 22:22:44 +00:00
gen-table.pl
gjavah.c gjavah.c (cxx_keywords): Const-ification. 2001-09-12 16:21:12 +00:00
java-except.h
java-opcodes.h
java-tree.def [multiple changes] 2001-08-17 14:07:07 -07:00
java-tree.h java-tree.h (TYPE_IMPORT_LIST): New macro. 2001-09-14 15:58:37 -07:00
javaop.def
javaop.h
jcf-depend.c
jcf-dump.c jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed at verbosity 1. 2001-08-30 12:42:36 -07:00
jcf-io.c jcf-io.c (open_class): Set filename field. 2001-08-30 14:28:20 -07:00
jcf-parse.c class.c (O_BINARY): Define if necessary. 2001-09-06 22:22:44 +00:00
jcf-path.c jcf-dump.c (main): Updated for change to jcf_path_seal. 2001-08-16 21:52:14 +00:00
jcf-reader.c
jcf-write.c re PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify) 2001-09-17 17:03:13 +00:00
jcf.h jcf-dump.c (main): Updated for change to jcf_path_seal. 2001-08-16 21:52:14 +00:00
jv-scan.c parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. 2001-09-18 07:22:40 +02:00
jvgenmain.c Revert Rainer Orth's Java and gcc.c patch. 2001-08-12 16:36:22 -04:00
jvspec.c java-tree.h (compile_resource_file): Grouped with other prototypes. 2001-09-07 11:40:26 -07:00
keyword.gperf gjavah.c (cxx_keywords): Const-ification. 2001-09-12 16:21:12 +00:00
keyword.h gjavah.c (cxx_keywords): Const-ification. 2001-09-12 16:21:12 +00:00
lang-options.h check-init.c (flags.h): Include 2001-08-08 21:19:12 -07:00
lang-specs.h [multiple changes] 2001-07-11 00:33:43 -07:00
lang.c gjavah.c (cxx_keywords): Const-ification. 2001-09-12 16:21:12 +00:00
lex.c gjavah.c (cxx_keywords): Const-ification. 2001-09-12 16:21:12 +00:00
lex.h toplev.c (set_float_handler): Make static. 2001-08-12 01:56:10 +00:00
Make-lang.in expr.h: Split out optab- and libfunc-related code to... 2001-08-13 15:56:51 +00:00
mangle_name.c
mangle.c
parse-scan.y
parse.h parse.h: (WFL_STRIP_BRACKET): Re-written using build_type_name_from_array_name. 2001-09-21 09:01:45 -07:00
parse.y parse.h: (WFL_STRIP_BRACKET): Re-written using build_type_name_from_array_name. 2001-09-21 09:01:45 -07:00
typeck.c typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index. 2001-09-07 01:54:32 -07:00
verify.c * verify.c (verify_jvm_instructions): Fix typo. 2001-09-14 00:16:36 +00:00
xref.c
xref.h
zextract.c
zipfile.h zipfile.h: Use GCC_JCF_H instead of JCF_H. 2001-06-23 09:22:20 -07:00