aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2002-06-30 20:41:38 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2002-06-30 20:41:38 +0000
commitd689a8f192d48eb835d585a019bd397f51a5b4e6 (patch)
tree2df80a2032a058bf6e9069417acae9c0b013bea2 /gcc/java
parente3223ea2938e785094c2c8c87cdb8d86fb596c6d (diff)
downloadgcc-d689a8f192d48eb835d585a019bd397f51a5b4e6.zip
gcc-d689a8f192d48eb835d585a019bd397f51a5b4e6.tar.gz
gcc-d689a8f192d48eb835d585a019bd397f51a5b4e6.tar.bz2
cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
* cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ... (CPTI_TYPE_INFO_PTR_TYPE): ... this. (tinfo_decl_type): Replace with ... (type_info_ptr_type): ... this. (import_export_tinfo): Declare. (tinfo_decl_p): Rename to ... (unemitted_tinfo_decl_p): ... this. * decl2.c (import_export_decl): Break out tinfo handling into ... (import_export_tinfo): ... here. New function. (finish_file): Adjust. * rtti.c (TINFO_REAL_NAME): New macro. (init_rtti_processing): Create the tinfo types. (get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr. (get_tinfo_decl): Adjust. (get_tinfo_ptr): New function. (get_type_id): Use it. (tinfo_base_init): Create vtable decl here, if it doesn't exist. (ptr_initializer): Use get_tinfo_ptr. (ptm_initializer): Likewise. (synthesize_tinfo_var): Break into ... (get_pseudo_ti_init): ... this. Just create the initializer. (get_pseudo_ti_desc): .. and this. (create_real_tinfo_var): Remove. (create_pseudo_type_info): Don't create the vtable decl here. (get_vmi_pseudo_type_info): Remove. (create_tinfo_types): Adjust. (tinfo_decl_p): Rename to ... (unemitted_tinfo_decl_p): ... here. Adjust. (emit_tinfo_decl): Adjust. Create the initializer. From-SVN: r55124
Diffstat (limited to 'gcc/java')
0 files changed, 0 insertions, 0 deletions