summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-07-03 20:29:04 +0000
committerdim <dim@FreeBSD.org>2015-07-03 20:29:04 +0000
commitd1cc40dd675b7ea4d4ff1d6e9eb2b340cdffb663 (patch)
tree7bc244d8ecc69e80b7ea5beb4d20b1e0971f4405 /lib
parent39d037786a405fb60b5f51e6cea07a6e3f9a5f10 (diff)
downloadFreeBSD-src-d1cc40dd675b7ea4d4ff1d6e9eb2b340cdffb663.zip
FreeBSD-src-d1cc40dd675b7ea4d4ff1d6e9eb2b340cdffb663.tar.gz
MFC r284732:
Add __cxa_deleted_virtual to libcxxrt's version map. This symbol can sometimes be emitted by clang++, and was not yet exported from libcxxrt. Attempt to be compatible with libsupc++ by using the same CXXABI_1.3.6 symbol version. Approved by: re (kib) Reported by: yuri@rawbw.com PR: 200863 Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D2850
Diffstat (limited to 'lib')
-rw-r--r--lib/libcxxrt/Version.map6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcxxrt/Version.map b/lib/libcxxrt/Version.map
index b9e4cf9..9767542 100644
--- a/lib/libcxxrt/Version.map
+++ b/lib/libcxxrt/Version.map
@@ -254,6 +254,10 @@ CXXABI_1.3.1 {
__cxa_get_exception_ptr;
} CXXABI_1.3;
+CXXABI_1.3.6 {
+ __cxa_deleted_virtual;
+} CXXABI_1.3.1;
+
CXXRT_1.0 {
@@ -286,7 +290,7 @@ CXXRT_1.0 {
__cxa_increment_exception_refcount;
__cxa_rethrow_primary_exception;
-} CXXABI_1.3.1;
+} CXXABI_1.3.6;
GLIBCXX_3.4 {
OpenPOWER on IntegriCloud