diff options
author | theraven <theraven@FreeBSD.org> | 2012-03-20 17:58:15 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2012-03-20 17:58:15 +0000 |
commit | fd80a3ffe04f7bb6fca735413bd76b317ddb6339 (patch) | |
tree | 06e3f9161d94e7172426727eb6b7c61ebc07fedd /lib/libcxxrt | |
parent | 5ca464704bebd9f3940c93dd1072afd303354505 (diff) | |
download | FreeBSD-src-fd80a3ffe04f7bb6fca735413bd76b317ddb6339.zip FreeBSD-src-fd80a3ffe04f7bb6fca735413bd76b317ddb6339.tar.gz |
Import new version of libcxxrt. Now works correctly with libobjc2 to implement
the unified exception model for Objective-C++.
Approved by: dim (mentor)
Diffstat (limited to 'lib/libcxxrt')
-rw-r--r-- | lib/libcxxrt/Version.map | 5 |
1 files changed, 5 insertions, 0 deletions
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)"; |