rtti.c (emit_tinfo_decl): Call import_export_decl.
authorJason Merrill <jason@gcc.gnu.org>
Mon, 13 May 2002 08:00:49 +0000 (04:00 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 13 May 2002 08:00:49 +0000 (04:00 -0400)
commitaaec0464eef3eff3e9756c403478a512e59fee92
treedc02c0b53fb0eb9aeb98fd2b1b32b7af3be68de5
parentf63ab951732ba679174976e269fe8697742ebbcd
rtti.c (emit_tinfo_decl): Call import_export_decl.

        * rtti.c (emit_tinfo_decl): Call import_export_decl.
        * decl2.c (import_export_decl): Set DECL_NOT_REALLY_EXTERN on
        tinfo decls by default.  Don't mess with the builtins.

From-SVN: r53417
gcc/testsuite/g++.dg/abi/rtti1.C [new file with mode: 0644]