9adfc73cd3
2007-09-08 Benjamin Kosnik <bkoz@redhat.com> * include/bits/functional_hash.h: Add ext/numeric_traits.h. * include/tr1/functional_hash.h Same. * include/tr1/functional: Remove string, ext/type_traits.h includes. * include/tr1_impl/functional_hash.h: Move string, wstring definitions for std::<hash>::operator into separate file. * include/std/functional * src/hash.cc: New, move definitions here. * src/hash_c++0x.cc: Same. * src/Makefile.am: Add new source files. * configure: Regenerate. * Makefile.in: Same. * src/Makefile.in: Same. * po/Makefile.in: Same. * libmath/Makefile.in: Same. * libsupc++/Makefile.in: Same. * testsuite/Makefile.in: Same. * config/abi/pre/gnu.ver: Add symbols. * config/abi/pre/gnu-versioned-namespace.ver: Same, fix. From-SVN: r128278
240 lines
7.6 KiB
Plaintext
240 lines
7.6 KiB
Plaintext
## Linker script for GNU namespace versioning.
|
|
##
|
|
## Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
|
|
##
|
|
## This file is part of the libstdc++ version 3 distribution.
|
|
##
|
|
## This file is part of the GNU ISO C++ Library. This library is free
|
|
## software; you can redistribute it and/or modify it under the
|
|
## terms of the GNU General Public License as published by the
|
|
## Free Software Foundation; either version 2, or (at your option)
|
|
## any later version.
|
|
##
|
|
## This library is distributed in the hope that it will be useful,
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
## GNU General Public License for more details.
|
|
##
|
|
## You should have received a copy of the GNU General Public License along
|
|
## with this library; see the file COPYING. If not, write to the Free
|
|
## Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
|
## USA.
|
|
|
|
GLIBCXX_3.7 {
|
|
|
|
global:
|
|
|
|
# Names inside the 'extern' block are demangled names.
|
|
extern "C++"
|
|
{
|
|
std::_6::*;
|
|
std::*
|
|
};
|
|
|
|
# operator new(size_t)
|
|
_Znw[jm];
|
|
# operator new(size_t, std::nothrow_t const&)
|
|
_Znw[jm]RKSt9nothrow_t;
|
|
|
|
# operator delete(void*)
|
|
_ZdlPv;
|
|
# operator delete(void*, std::nothrow_t const&)
|
|
_ZdlPvRKSt9nothrow_t;
|
|
|
|
# operator new[](size_t)
|
|
_Zna[jm];
|
|
# operator new[](size_t, std::nothrow_t const&)
|
|
_Zna[jm]RKSt9nothrow_t;
|
|
|
|
# operator delete[](void*)
|
|
_ZdaPv;
|
|
# operator delete[](void*, std::nothrow_t const&)
|
|
_ZdaPvRKSt9nothrow_t;
|
|
|
|
# function-scope static objects requires a guard variable.
|
|
_ZGVNSt*;
|
|
|
|
_ZTT*;
|
|
_ZTV*;
|
|
|
|
_ZTI*;
|
|
_ZTS*;
|
|
|
|
_ZTv0_n*;
|
|
|
|
# std::__convert_to_v
|
|
_ZNSt2_614__convert_to_v*;
|
|
|
|
# std::__copy_streambufs
|
|
_ZNSt2_617__copy_streambufsI*;
|
|
_ZNSt2_621__copy_streambufs_eofI*;
|
|
|
|
# __gnu_cxx::__atomic_add
|
|
# __gnu_cxx::__exchange_and_add
|
|
_ZN9__gnu_cxx2_612__atomic_addEPV[il][il];
|
|
_ZN9__gnu_cxx2_618__exchange_and_addEPV[li][il];
|
|
|
|
# __gnu_cxx::__pool
|
|
_ZN9__gnu_cxx2_66__poolILb[01]EE13_M_initializeEv;
|
|
_ZN9__gnu_cxx2_66__poolILb[01]EE16_M_reserve_blockE[jm][jm];
|
|
_ZN9__gnu_cxx2_66__poolILb[01]EE16_M_reclaim_blockEPc[jm];
|
|
_ZN9__gnu_cxx2_66__poolILb[01]EE10_M_destroyEv;
|
|
_ZN9__gnu_cxx2_66__poolILb1EE16_M_get_thread_idEv;
|
|
|
|
_ZN9__gnu_cxx2_617__pool_alloc_base9_M_refillE[jm];
|
|
_ZN9__gnu_cxx2_617__pool_alloc_base16_M_get_free_listE[jm];
|
|
_ZN9__gnu_cxx2_617__pool_alloc_base12_M_get_mutexEv;
|
|
|
|
_ZN9__gnu_cxx2_69free_list6_M_getE[jm];
|
|
_ZN9__gnu_cxx2_69free_list8_M_clearEv;
|
|
|
|
# debug mode
|
|
_ZN10__gnu_norm15_List_node_base4hook*;
|
|
_ZN10__gnu_norm15_List_node_base4swap*;
|
|
_ZN10__gnu_norm15_List_node_base6unhookEv;
|
|
_ZN10__gnu_norm15_List_node_base7reverseEv;
|
|
_ZN10__gnu_norm15_List_node_base8transfer*;
|
|
|
|
_ZNSt6__norm15_List_node_base4hook*;
|
|
_ZNSt6__norm15_List_node_base4swap*;
|
|
_ZNSt6__norm15_List_node_base6unhookEv;
|
|
_ZNSt6__norm15_List_node_base7reverseEv;
|
|
_ZNSt6__norm15_List_node_base8transfer*;
|
|
|
|
_ZN11__gnu_debug19_Safe_sequence_base12_M_get_mutexEv;
|
|
_ZN11__gnu_debug19_Safe_sequence_base13_M_detach_allEv;
|
|
_ZN11__gnu_debug19_Safe_sequence_base18_M_detach_singularEv;
|
|
_ZN11__gnu_debug19_Safe_sequence_base22_M_revalidate_singularEv;
|
|
_ZN11__gnu_debug19_Safe_sequence_base7_M_swapERS0_;
|
|
|
|
_ZN11__gnu_debug19_Safe_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb;
|
|
_ZN11__gnu_debug19_Safe_iterator_base16_M_attach_singleEPNS_19_Safe_sequence_baseEb;
|
|
_ZN11__gnu_debug19_Safe_iterator_base9_M_detachEv;
|
|
_ZN11__gnu_debug19_Safe_iterator_base16_M_detach_singleEv;
|
|
_ZN11__gnu_debug19_Safe_iterator_base12_M_get_mutexEv;
|
|
_ZNK11__gnu_debug19_Safe_iterator_base11_M_singularEv;
|
|
_ZNK11__gnu_debug19_Safe_iterator_base14_M_can_compareERKS0_;
|
|
|
|
_ZNK11__gnu_debug16_Error_formatter10_M_message*;
|
|
_ZNK11__gnu_debug16_Error_formatter10_Parameter*;
|
|
_ZNK11__gnu_debug16_Error_formatter13_M_print_word*;
|
|
_ZNK11__gnu_debug16_Error_formatter15_M_print_string*;
|
|
_ZNK11__gnu_debug16_Error_formatter8_M_error*;
|
|
_ZNK11__gnu_debug16_Error_formatter17_M_get_max_lengthEv;
|
|
|
|
local:
|
|
*;
|
|
};
|
|
|
|
|
|
# Symbols in the support library (libsupc++) have their own tag.
|
|
CXXABI_1.7 {
|
|
|
|
global:
|
|
__cxa_allocate_exception;
|
|
__cxa_bad_cast;
|
|
__cxa_bad_typeid;
|
|
__cxa_begin_catch;
|
|
__cxa_begin_cleanup;
|
|
__cxa_call_unexpected;
|
|
__cxa_current_exception_type;
|
|
__cxa_demangle;
|
|
__cxa_end_catch;
|
|
__cxa_end_cleanup;
|
|
__cxa_free_exception;
|
|
__cxa_get_exception_ptr;
|
|
__cxa_get_globals;
|
|
__cxa_get_globals_fast;
|
|
__cxa_guard_abort;
|
|
__cxa_guard_acquire;
|
|
__cxa_guard_release;
|
|
__cxa_pure_virtual;
|
|
__cxa_rethrow;
|
|
__cxa_throw;
|
|
__cxa_type_match;
|
|
__cxa_vec_cctor;
|
|
__cxa_vec_cleanup;
|
|
__cxa_vec_ctor;
|
|
__cxa_vec_delete2;
|
|
__cxa_vec_delete3;
|
|
__cxa_vec_delete;
|
|
__cxa_vec_dtor;
|
|
__cxa_vec_new2;
|
|
__cxa_vec_new3;
|
|
__cxa_vec_new;
|
|
__gxx_personality_v0;
|
|
__gxx_personality_sj0;
|
|
__dynamic_cast;
|
|
|
|
# *_type_info classes, ctor and dtor
|
|
_ZN10__cxxabiv117__array_type_info*;
|
|
_ZN10__cxxabiv117__class_type_info*;
|
|
_ZN10__cxxabiv116__enum_type_info*;
|
|
_ZN10__cxxabiv120__function_type_info*;
|
|
_ZN10__cxxabiv123__fundamental_type_info*;
|
|
_ZN10__cxxabiv117__pbase_type_info*;
|
|
_ZN10__cxxabiv129__pointer_to_member_type_info*;
|
|
_ZN10__cxxabiv119__pointer_type_info*;
|
|
_ZN10__cxxabiv120__si_class_type_info*;
|
|
_ZN10__cxxabiv121__vmi_class_type_info*;
|
|
|
|
# *_type_info classes, member functions
|
|
_ZNK10__cxxabiv117__class_type_info*;
|
|
_ZNK10__cxxabiv120__function_type_info*;
|
|
_ZNK10__cxxabiv117__pbase_type_info*;
|
|
_ZNK10__cxxabiv129__pointer_to_member_type_info*;
|
|
_ZNK10__cxxabiv119__pointer_type_info*;
|
|
_ZNK10__cxxabiv120__si_class_type_info*;
|
|
_ZNK10__cxxabiv121__vmi_class_type_info*;
|
|
|
|
# virtual table
|
|
_ZTVN10__cxxabiv117__array_type_infoE;
|
|
_ZTVN10__cxxabiv117__class_type_infoE;
|
|
_ZTVN10__cxxabiv116__enum_type_infoE;
|
|
_ZTVN10__cxxabiv120__function_type_infoE;
|
|
_ZTVN10__cxxabiv123__fundamental_type_infoE;
|
|
_ZTVN10__cxxabiv117__pbase_type_infoE;
|
|
_ZTVN10__cxxabiv129__pointer_to_member_type_infoE;
|
|
_ZTVN10__cxxabiv119__pointer_type_infoE;
|
|
_ZTVN10__cxxabiv120__si_class_type_infoE;
|
|
_ZTVN10__cxxabiv121__vmi_class_type_infoE;
|
|
|
|
# typeinfo structure
|
|
_ZTI[a-z];
|
|
_ZTIP[a-z];
|
|
_ZTIPK[a-z];
|
|
_ZTIN10__cxxabiv117__array_type_infoE;
|
|
_ZTIN10__cxxabiv117__class_type_infoE;
|
|
_ZTIN10__cxxabiv116__enum_type_infoE;
|
|
_ZTIN10__cxxabiv120__function_type_infoE;
|
|
_ZTIN10__cxxabiv123__fundamental_type_infoE;
|
|
_ZTIN10__cxxabiv117__pbase_type_infoE;
|
|
_ZTIN10__cxxabiv129__pointer_to_member_type_infoE;
|
|
_ZTIN10__cxxabiv119__pointer_type_infoE;
|
|
_ZTIN10__cxxabiv120__si_class_type_infoE;
|
|
_ZTIN10__cxxabiv121__vmi_class_type_infoE;
|
|
_ZTIN10__cxxabiv115__forced_unwindE;
|
|
_ZTIN10__cxxabiv119__foreign_exceptionE;
|
|
|
|
# typeinfo name
|
|
_ZTS[a-z];
|
|
_ZTSP[a-z];
|
|
_ZTSPK[a-z];
|
|
_ZTSN10__cxxabiv117__array_type_infoE;
|
|
_ZTSN10__cxxabiv117__class_type_infoE;
|
|
_ZTSN10__cxxabiv116__enum_type_infoE;
|
|
_ZTSN10__cxxabiv120__function_type_infoE;
|
|
_ZTSN10__cxxabiv123__fundamental_type_infoE;
|
|
_ZTSN10__cxxabiv117__pbase_type_infoE;
|
|
_ZTSN10__cxxabiv129__pointer_to_member_type_infoE;
|
|
_ZTSN10__cxxabiv119__pointer_type_infoE;
|
|
_ZTSN10__cxxabiv120__si_class_type_infoE;
|
|
_ZTSN10__cxxabiv121__vmi_class_type_infoE;
|
|
|
|
# __gnu_cxx::_verbose_terminate_handler()
|
|
_ZN9__gnu_cxx2_627__verbose_terminate_handlerEv;
|
|
|
|
local:
|
|
*;
|
|
};
|