]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/method.c
cp-tree.def (THUNK_DECL): Add to documentation.
authorMark Mitchell <mark@codesourcery.com>
Sun, 16 Apr 2000 19:45:32 +0000 (19:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 Apr 2000 19:45:32 +0000 (19:45 +0000)
commit4e7512c9d18b4bdd5a52a239746b4cd2b0a91399
treeb4f81d3119e33454003b3194b8678c7292aaff83
parent3268dc00a8332f0af73ccee3e5445e98e05388d0
cp-tree.def (THUNK_DECL): Add to documentation.

* cp-tree.def (THUNK_DECL): Add to documentation.
* cp-tree.h (flag_huge_objects): Declare.
* class.c (modify_vtable_entry): Tidy.
(update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
Calculate delta appropriately for the new ABI.
(dfs_modify_vtables): Use it.
(modify_all_vtables): Fix thinko in code to add overriding copies
of functions to primary vtables.
(build_clone): Fix typo in comment.
(clone_function_decl): Correct order of destructors in vtable.
(build_vbase_offset_vtbl_entries): Adjust comment.
(dfs_vcall_offset_queue_p): Remove.
(dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
(build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
(build_vtable_entry): Correct check for pure virtual functions.
Don't declare flag_huge_objects.
* decl.c (flag_huge_objects): Remove declaration.
* method.c (make_thunk): Tweak mangling for vcall offset thunks.
Use int_size_in_bytes.
(emit_thunk): Handle vcall offset thunks.

From-SVN: r33185
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.def
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/method.c
gcc/testsuite/g++.old-deja/g++.abi/vtable2.C
This page took 0.061857 seconds and 5 git commands to generate.