OSDN Git Service

* config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 2011 19:10:57 +0000 (19:10 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 2011 19:10:57 +0000 (19:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171260 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver

index 638cf7c..06a49e7 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-21  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
+
 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
 
        * config/abi/pre/gnu.ver (CXXABI_1.3): Don't export _ZT[IS][PK]*[no].
index 7993a48..5acf9da 100644 (file)
@@ -1231,7 +1231,6 @@ GLIBCXX_3.4.15 {
 
     _ZNSt11regex_errorD*;
     _ZNKSt11regex_error4whatEv;
-    _ZTSSt11regex_error;
     _ZTVSt11regex_error;
     _ZTISt11regex_error;
     _ZSt19__throw_regex_errorNSt15regex_constants10error_typeE;
@@ -1239,14 +1238,12 @@ GLIBCXX_3.4.15 {
     # std::bad_weak_ptr
     _ZNSt12bad_weak_ptrD*;
     _ZNKSt12bad_weak_ptr4whatEv;
-    _ZTSSt12bad_weak_ptr;
     _ZTVSt12bad_weak_ptr;
     _ZTISt12bad_weak_ptr;
 
     # std::bad_function_call
     _ZNSt17bad_function_callD*;
     _ZTISt17bad_function_call;
-    _ZTSSt17bad_function_call;
     _ZTVSt17bad_function_call;
 
     _ZNSt14error_categoryC*;
@@ -1255,12 +1252,10 @@ GLIBCXX_3.4.15 {
     _ZNSt13__future_base12_Result_baseC*;
     _ZNSt13__future_base12_Result_baseD*;
     _ZTINSt13__future_base12_Result_baseE;
-    _ZTSNSt13__future_base12_Result_baseE;
     _ZTVNSt13__future_base12_Result_baseE;
 
     _ZNSt13__future_base11_State_baseD*;
     _ZTINSt13__future_base11_State_baseE;
-    _ZTSNSt13__future_base11_State_baseE;
     _ZTVNSt13__future_base11_State_baseE;
 
 } GLIBCXX_3.4.14;
@@ -1449,7 +1444,6 @@ CXXABI_1.3.5 {
     # std::nested_exception
     _ZNSt16nested_exceptionD*;
     _ZTISt16nested_exception;
-    _ZTSSt16nested_exception;
     _ZTVSt16nested_exception;
 
 } CXXABI_1.3.4;