]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/class.c
class.c (build_base_field): New function, split out from ...
authorMark Mitchell <mitchell@dumbledore.codesourcery.com>
Tue, 11 Jan 2000 03:15:32 +0000 (03:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 11 Jan 2000 03:15:32 +0000 (03:15 +0000)
commitd77249e795d1e9e1e669c80279cef1df12232089
tree226168d842fe40d0ad48426175f1f4c4d1032670
parentd569399b271087152bb6f25e3625f4407dc11153
class.c (build_base_field): New function, split out from ...

* class.c (build_base_field): New function, split out from ...
(build_base_fields): ... here.  Use it.  Allocate primary bases
first, under the new ABI.
(get_vtable_entry): Remove.
(remove_base_field): New function, split out from ...
(remove_base_fields): ... here.  Adjust since primary bases come
first under the new ABI.

From-SVN: r31315
gcc/cp/ChangeLog
gcc/cp/class.c