* config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
From-SVN: r171256
This commit is contained in:
parent
00a013f5a2
commit
6374564070
@ -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].
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user