This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] libstdc++/54314


> 
> adds in exports for more vtable bits, as per bugzilla

missed some, added here and tested with:

> tested x86/linux --enable-symvers=gnu-versioned-namespace

-benjamin
2012-10-01  Benjamin Kosnik  <bkoz@redhat.com>

	* config/abi/pre/gnu-versioned-namespace.ver: Add more
	typeinfo/vtable exports.

diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
index 5f25374..84210e4 100644
--- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
+++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
@@ -62,15 +62,18 @@ GLIBCXX_7.0 {
     _ZTTNSt*;
 
     # vtable
+    _ZTVSt*;
     _ZTVNSt*;
 
     # thunk
     _ZTv0_n24_NS*;
 
     # typeinfo structure
+    _ZTISt*;
     _ZTINSt*;
 
     # typeinfo name
+    _ZTSSt*;
     _ZTSNSt*;
 
     # locale

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]