re PR c++/19159 (Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info)
authorMark Mitchell <mark@codesourcery.com>
Tue, 5 Apr 2005 15:40:16 +0000 (15:40 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 5 Apr 2005 15:40:16 +0000 (15:40 +0000)
commite72f3fa192d67670fe3cbdb34b3b590054b684d5
treeef62790acadc736fc75d7819646fb6e91db5dda7
parentbf667275670a58261be7e15e9e9807cb60750e85
re PR c++/19159 (Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info)

PR c++/19159
* decl2.c (import_export_decl): Use non-COMDAT external linkage
for virtual tables, typeinfo, etc. that will be emitted in only
one translation unit on systems without weak symbols.

From-SVN: r97635
gcc/cp/ChangeLog
gcc/cp/decl2.c