aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2011-03-21 19:00:03 +0000
committerJakub Jelinek <jakub@gcc.gnu.org>2011-03-21 20:00:03 +0100
commit637456407000fefe36ac368edb671b1aa9e3a05f (patch)
tree2a44f7e29307d945ac23a6744f89824e95b2333b /libstdc++-v3/config
parent00a013f5a2be102698d78d2c5f4bb6d644251200 (diff)
downloadgcc-637456407000fefe36ac368edb671b1aa9e3a05f.zip
gcc-637456407000fefe36ac368edb671b1aa9e3a05f.tar.gz
gcc-637456407000fefe36ac368edb671b1aa9e3a05f.tar.bz2
* config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
From-SVN: r171256
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver6
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index 7993a48..5acf9da 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -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;