Deleted Added
full compact
Version.map (233174) Version.map (233235)
1# $FreeBSD: head/lib/libcxxrt/Version.map 233174 2012-03-19 11:53:33Z theraven $
1# $FreeBSD: head/lib/libcxxrt/Version.map 233235 2012-03-20 17:58:15Z theraven $
2# Define the same version as the libsupc++ from gcc 4.2.1 so that we can use
3# libcxxrt as a drop-in replacement.
4
5CXXABI_1.3 {
6
7 global:
8
9 # ABI functions with C linkage

--- 286 unchanged lines hidden (view full) ---

296 "typeinfo for std::exception";
297 "typeinfo for std::type_info";
298 "typeinfo name for std::bad_typeid";
299 "typeinfo name for std::bad_cast";
300 "typeinfo name for std::bad_alloc";
301 "typeinfo name for std::exception";
302 "typeinfo name for std::type_info";
303
2# Define the same version as the libsupc++ from gcc 4.2.1 so that we can use
3# libcxxrt as a drop-in replacement.
4
5CXXABI_1.3 {
6
7 global:
8
9 # ABI functions with C linkage

--- 286 unchanged lines hidden (view full) ---

296 "typeinfo for std::exception";
297 "typeinfo for std::type_info";
298 "typeinfo name for std::bad_typeid";
299 "typeinfo name for std::bad_cast";
300 "typeinfo name for std::bad_alloc";
301 "typeinfo name for std::exception";
302 "typeinfo name for std::type_info";
303
304 "std::type_info::__is_function_p() const";
305 "std::type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const";
306 "std::type_info::__is_pointer_p() const";
307
308
304 "operator delete[](void*)";
305 "operator delete(void*)";
306 "operator new[](unsigned long)";
307 "operator new(unsigned long)";
308 "operator new(unsigned long, std::nothrow_t const&)";
309
310 };
311 __cxa_allocate_dependent_exception;
312 __cxa_current_primary_exception;
313 __cxa_decrement_exception_refcount;
314 __cxa_free_dependent_exception;
315 __cxa_increment_exception_refcount;
316 __cxa_rethrow_primary_exception;
317
318} CXXABI_1.3.1;
309 "operator delete[](void*)";
310 "operator delete(void*)";
311 "operator new[](unsigned long)";
312 "operator new(unsigned long)";
313 "operator new(unsigned long, std::nothrow_t const&)";
314
315 };
316 __cxa_allocate_dependent_exception;
317 __cxa_current_primary_exception;
318 __cxa_decrement_exception_refcount;
319 __cxa_free_dependent_exception;
320 __cxa_increment_exception_refcount;
321 __cxa_rethrow_primary_exception;
322
323} CXXABI_1.3.1;