* class.c (create_vtable_ptr): Put the vtable at the beginning of
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Dec 1999 20:05:41 +0000 (20:05 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Dec 1999 20:05:41 +0000 (20:05 +0000)
commitfd48606e13e10e20ff1a98fbe80ba9cd75451eec
tree3e4c1a09ab83d4ae8ea3d6e7a5cd67b8f263a356
parentba3a05c0a2d44a02b0b75a4e0cb6285cf1d84835
* class.c (create_vtable_ptr): Put the vtable at the beginning of
the class, not the end, in the new ABI.
* tree.c (propagate_binfo_offsets): Do the right thing for the new
ABI.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31120 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/tree.c