[Midnightbsd-cvs] src [8732] trunk/gnu/lib/libsupc++/Version.map: fix symbols

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 25 20:01:21 EDT 2016


Revision: 8732
          http://svnweb.midnightbsd.org/src/?rev=8732
Author:   laffer1
Date:     2016-09-25 20:01:21 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
fix symbols

Modified Paths:
--------------
    trunk/gnu/lib/libsupc++/Version.map

Modified: trunk/gnu/lib/libsupc++/Version.map
===================================================================
--- trunk/gnu/lib/libsupc++/Version.map	2016-09-25 23:57:37 UTC (rev 8731)
+++ trunk/gnu/lib/libsupc++/Version.map	2016-09-26 00:01:21 UTC (rev 8732)
@@ -142,8 +142,37 @@
     _ZdaPvRKSt9nothrow_t;
     _ZdlPv;
     _ZdlPvRKSt9nothrow_t;
+    extern "C++" {
+      std::set_new_handler*;
+      std::set_terminate*;
+      std::set_unexpected*;
+
+      std::bad_alloc;
+      std::bad_cast;
+      std::exception*;
+
+      "typeinfo for std::bad_alloc";
+      "typeinfo for std::bad_cast";
+      "typeinfo for std::exception";
+
+      "typeinfo name for std::bad_alloc";
+      "typeinfo name for std::bad_cast";
+      "typeinfo name for std::exception";
+
+      "vtable for std::bad_alloc";
+      "vtable for std::bad_cast";
+      "vtable for std::exception";
+    };
 };
 
+GLIBCXX_3.4.9 {
+    extern "C++" {
+        "std::bad_alloc::what() const";
+        "std::bad_cast::what() const";
+        "std::bad_typeid::what() const";
+    };
+} GLIBCXX_3.4;
+
 CXXABI_1.3.1 {
 
     __cxa_get_exception_ptr;



More information about the Midnightbsd-cvs mailing list