From e0372a2f31f76c6b31906d19c683ebd076255267 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Mon, 1 Oct 2012 23:58:37 +0000 Subject: [PATCH] gnu-versioned-namespace.ver: Add more typeinfo/vtable exports. 2012-10-01 Benjamin Kosnik * config/abi/pre/gnu-versioned-namespace.ver: Add more typeinfo/vtable exports. From-SVN: r191949 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8eb1480..32f82a7d4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-10-01 Benjamin Kosnik + + * config/abi/pre/gnu-versioned-namespace.ver: Add more + typeinfo/vtable exports. + 2012-10-01 Paolo Carlini PR libstdc++/54757 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 -- 2.7.4