summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-02-01 02:29:58 +0000
committerdim <dim@FreeBSD.org>2015-02-01 02:29:58 +0000
commit2ccbfd1b8e87d9e16738583f1cb19868ea5ad479 (patch)
treea0f122f4b76eb51437a7dd525aaf7fc88d4f887f /lib
parent111a0cf771f31b0fdae5d6e0e7cbd3277e702172 (diff)
downloadFreeBSD-src-2ccbfd1b8e87d9e16738583f1cb19868ea5ad479.zip
FreeBSD-src-2ccbfd1b8e87d9e16738583f1cb19868ea5ad479.tar.gz
Revert r278017 (MFC of r273381 and r276417) and r278018 (MFC of r273434)
until I can figure out why it leads to link failures in some scenarios.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcxxrt/Version.map9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libcxxrt/Version.map b/lib/libcxxrt/Version.map
index b9e4cf9..a97c66f 100644
--- a/lib/libcxxrt/Version.map
+++ b/lib/libcxxrt/Version.map
@@ -26,7 +26,6 @@ CXXABI_1.3 {
__cxa_pure_virtual;
__cxa_rethrow;
__cxa_throw;
- __cxa_throw_bad_array_new_length;
__cxa_type_match;
__cxa_vec_cctor;
__cxa_vec_cleanup;
@@ -274,9 +273,6 @@ CXXRT_1.0 {
"std::bad_alloc::bad_alloc(std::bad_alloc const&)";
"std::bad_alloc::bad_alloc()";
"std::bad_alloc::operator=(std::bad_alloc const&)";
- "std::bad_array_new_length::bad_array_new_length(std::bad_array_new_length const&)";
- "std::bad_array_new_length::bad_array_new_length()";
- "std::bad_array_new_length::operator=(std::bad_array_new_length const&)";
};
__cxa_allocate_dependent_exception;
@@ -311,7 +307,6 @@ GLIBCXX_3.4 {
"std::bad_typeid::~bad_typeid()";
"std::exception::~exception()";
"std::bad_alloc::~bad_alloc()";
- "std::bad_array_new_length::~bad_array_new_length()";
"std::exception::what() const";
@@ -325,20 +320,17 @@ GLIBCXX_3.4 {
"vtable for std::bad_typeid";
"vtable for std::exception";
"vtable for std::type_info";
- "vtable for std::bad_array_new_length";
"typeinfo for std::bad_alloc";
"typeinfo for std::bad_typeid";
"typeinfo for std::bad_cast";
"typeinfo for std::exception";
"typeinfo for std::type_info";
- "typeinfo for std::bad_array_new_length";
"typeinfo name for std::bad_alloc";
"typeinfo name for std::bad_typeid";
"typeinfo name for std::bad_cast";
"typeinfo name for std::exception";
"typeinfo name for std::type_info";
- "typeinfo name for std::bad_array_new_length";
};
};
@@ -348,7 +340,6 @@ GLIBCXX_3.4.9 {
"std::bad_typeid::what() const";
"std::bad_cast::what() const";
"std::bad_alloc::what() const";
- "std::bad_array_new_length::what() const";
};
} GLIBCXX_3.4;
OpenPOWER on IntegriCloud