cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
authorMark Mitchell <mark@codesourcery.com>
Sun, 4 Feb 2001 08:35:11 +0000 (08:35 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 4 Feb 2001 08:35:11 +0000 (08:35 +0000)
commit97458258b8e196f88ba17d4ed985aece3ec5675c
tree1c27fa8594fbc42a3c7557f4dbff567d0733267c
parent1ca894a0e403de4be67483069f8b59059ad53a31
cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.

* cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
Document.
(CLASSTYPE_INTERFACE_KNOWN): Likewise.
(SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
(SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
(SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
* decl.c (maybe_commonize_var): Use the new name-mangling where
appropriate.
* decl2.c (comdat_linkage): Enhance comments.  Make all
compiler-generated things static, if COMDAT is not available.
(get_tinfo_decl): Do not make typeinfo objects that belong in the
library COMDAT.
(tinfo_base_init): Use the correct mangled name for typeinfo
strings, and push them into the global scope.
(typeinfo_in_lib_p): New function.
(synthesize_tinfo_var): Use it.
(create_real_tinfo_var): Likewise.

From-SVN: r39437
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/rtti.c