From fd80a3ffe04f7bb6fca735413bd76b317ddb6339 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 20 Mar 2012 17:58:15 +0000 Subject: Import new version of libcxxrt. Now works correctly with libobjc2 to implement the unified exception model for Objective-C++. Approved by: dim (mentor) --- lib/libcxxrt/Version.map | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/libcxxrt/Version.map') diff --git a/lib/libcxxrt/Version.map b/lib/libcxxrt/Version.map index 35d0e75..b5be60e 100644 --- a/lib/libcxxrt/Version.map +++ b/lib/libcxxrt/Version.map @@ -301,6 +301,11 @@ CXXRT_1.0 { "typeinfo name for std::exception"; "typeinfo name for std::type_info"; + "std::type_info::__is_function_p() const"; + "std::type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const"; + "std::type_info::__is_pointer_p() const"; + + "operator delete[](void*)"; "operator delete(void*)"; "operator new[](unsigned long)"; -- cgit v1.1