Commit c37514ff by Benjamin Kosnik Committed by Benjamin Kosnik

allocator-inst.cc: Explicitly instantiate.


2003-06-12  Benjamin Kosnik  <bkoz@redhat.com>

	* src/allocator-inst.cc: Explicitly instantiate.
	* include/ext/pool_allocator.h: Inhibit implicit instantiations.
	Tweaks.
	* config/linker-map.gnu: Add __pool_alloc bits. Tweaks.

From-SVN: r67882
parent 5482aaab
2003-06-12 Benjamin Kosnik <bkoz@redhat.com>
* src/allocator-inst.cc: Explicitly instantiate.
* include/ext/pool_allocator.h: Inhibit implicit instantiations.
Tweaks.
* config/linker-map.gnu: Add __pool_alloc bits. Tweaks.
2003-06-11 Benjamin Kosnik <bkoz@redhat.com> 2003-06-11 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify. * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.
......
...@@ -55,12 +55,7 @@ GLIBCPP_3.4 { ...@@ -55,12 +55,7 @@ GLIBCPP_3.4 {
std::__num_base::_S_format_float*; std::__num_base::_S_format_float*;
std::__num_base::_S_format_int*; std::__num_base::_S_format_int*;
std::__num_base::_S_atoms_in; std::__num_base::_S_atoms_in;
std::__num_base::_S_atoms_out; std::__num_base::_S_atoms_out
# Needed only when generic cpu's atomicity.h is in use.
__gnu_cxx::_Atomic_add_mutex;
__gnu_cxx::_Atomic_add_mutex_once;
__gnu_cxx::__gthread_atomic_add_mutex_once
}; };
# Names not in an 'extern' block are mangled names. # Names not in an 'extern' block are mangled names.
...@@ -78,28 +73,7 @@ GLIBCPP_3.4 { ...@@ -78,28 +73,7 @@ GLIBCPP_3.4 {
# bool has_facet # bool has_facet
_ZSt9has_facet*; _ZSt9has_facet*;
# operator new(size_t) # virtual table
_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;
# vtable
_ZTVN9__gnu_cxx*;
_ZTVNSt8ios_base7failureE; _ZTVNSt8ios_base7failureE;
_ZTVNSt6locale5facetE; _ZTVNSt6locale5facetE;
_ZTVS[a-z]; _ZTVS[a-z];
...@@ -109,18 +83,15 @@ GLIBCPP_3.4 { ...@@ -109,18 +83,15 @@ GLIBCPP_3.4 {
_ZTVSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE; _ZTVSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
_ZTVSt21__ctype_abstract_baseI[cw]E; _ZTVSt21__ctype_abstract_baseI[cw]E;
# VTT structure
_ZTTS[a-z]; _ZTTS[a-z];
_ZTTSt[0-9][A-Za-z]*; _ZTTSt[0-9][A-Za-z]*;
_ZTTSt[0-9][0-9][A-Za-z]*; _ZTTSt[0-9][0-9][A-Za-z]*;
# typeinfo # typeinfo structure
_ZTI[a-z]; _ZTIS[a-z];
_ZTINSt8ios_base7failureE; _ZTINSt8ios_base7failureE;
_ZTINSt6locale5facetE; _ZTINSt6locale5facetE;
_ZTIN9__gnu_cxx*;
_ZTIP[a-z];
_ZTIPK[a-z];
_ZTIS[a-z];
_ZTISt[0-9][A-Za-z]*; _ZTISt[0-9][A-Za-z]*;
_ZTISt[0-9][0-9][A-Za-z]*; _ZTISt[0-9][0-9][A-Za-z]*;
_ZTISt11__timepunctI[cw]E; _ZTISt11__timepunctI[cw]E;
...@@ -128,12 +99,9 @@ GLIBCPP_3.4 { ...@@ -128,12 +99,9 @@ GLIBCPP_3.4 {
_ZTISt21__ctype_abstract_baseI[cw]E; _ZTISt21__ctype_abstract_baseI[cw]E;
_ZTISt23__codecvt_abstract_baseI[cw]c11__mbstate_tE; _ZTISt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
_ZTS[a-z]; # typeinfo name
_ZTSNSt8ios_base7failureE; _ZTSNSt8ios_base7failureE;
_ZTSNSt6locale5facetE; _ZTSNSt6locale5facetE;
_ZTSN9__gnu_cxx*;
_ZTSP[a-z];
_ZTSPK[a-z];
_ZTSS[a-z]; _ZTSS[a-z];
_ZTSSt[0-9][A-Za-z]*; _ZTSSt[0-9][A-Za-z]*;
_ZTSSt[0-9][0-9][A-Za-z]*; _ZTSSt[0-9][0-9][A-Za-z]*;
...@@ -143,12 +111,11 @@ GLIBCPP_3.4 { ...@@ -143,12 +111,11 @@ GLIBCPP_3.4 {
_ZTSSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE; _ZTSSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
# function-scope static objects requires a guard variable. # function-scope static objects requires a guard variable.
_ZGV*; _ZGVNSt*;
# virtual function thunks # virtual function thunks
_ZTh*; _ZThn8_NS*;
_ZTv*; _ZTv0_n12_NS*;
_ZTc*;
# std::__convert_to_v # std::__convert_to_v
_ZSt14__convert_to_v*; _ZSt14__convert_to_v*;
...@@ -187,6 +154,18 @@ GLIBCPP_3.4 { ...@@ -187,6 +154,18 @@ GLIBCPP_3.4 {
__signbitf; __signbitf;
__signbitl; __signbitl;
# __gnu_cxx::__pool_alloc
_ZN9__gnu_cxx12__pool_allocILb1ELi0EE8allocateE[jm];
_ZN9__gnu_cxx12__pool_allocILb1ELi0EE10deallocateEPv[jm];
# __gnu_cxx::stdio_sync_filebuf
_ZTVN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
# Needed only when generic cpu's atomicity.h is in use.
_ZN9__gnu_cxx17_Atomic_add_mutexE;
_ZN9__gnu_cxx22_Atomic_add_mutex_onceE;
_ZN9__gnu_cxx31__gthread_atomic_add_mutex_onceEv;
local: local:
*; *;
}; };
...@@ -227,15 +206,60 @@ CXXABI_1.3 { ...@@ -227,15 +206,60 @@ CXXABI_1.3 {
__gxx_personality_sj0; __gxx_personality_sj0;
__dynamic_cast; __dynamic_cast;
# __gnu_cxx::_verbose_terminate_handler() # operator new(size_t)
_ZN9__gnu_cxx27__verbose_terminate_handlerEv; _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;
# typeinfo # operator new[](size_t)
_ZTIN10__cxxabi*; _Zna[jm];
_ZTSN10__cxxabi*; # operator new[](size_t, std::nothrow_t const&)
_Zna[jm]RKSt9nothrow_t;
# vtable # operator delete[](void*)
_ZTVN10__cxxabi*; _ZdaPv;
# operator delete[](void*, std::nothrow_t const&)
_ZdaPvRKSt9nothrow_t;
# virtual table
_ZTVN10__cxxabiv117__class_type_infoE;
_ZTVN10__cxxabiv120__si_class_type_infoE;
_ZTVN10__cxxabiv121__vmi_class_type_infoE;
_ZTVN10__cxxabiv123__fundamental_type_infoE;
_ZTVN10__cxxabiv117__array_type_infoE;
_ZTVN10__cxxabiv120__function_type_infoE;
_ZTVN10__cxxabiv116__enum_type_infoE;
_ZTVN10__cxxabiv117__pbase_type_infoE;
_ZTVN10__cxxabiv119__pointer_type_infoE;
_ZTVN10__cxxabiv129__pointer_to_member_type_infoE;
# typeinfo structure (and some names)
_ZTI[a-z];
_ZTIP[a-z];
_ZTIPK[a-z];
_ZTIN10__cxxabiv117__class_type_infoE;
_ZTIN10__cxxabiv120__si_class_type_infoE;
_ZTIN10__cxxabiv121__vmi_class_type_infoE;
_ZTIN10__cxxabiv123__fundamental_type_infoE;
_ZTIN10__cxxabiv117__array_type_infoE;
_ZTIN10__cxxabiv120__function_type_infoE;
_ZTIN10__cxxabiv116__enum_type_infoE;
_ZTIN10__cxxabiv117__pbase_type_infoE;
_ZTIN10__cxxabiv119__pointer_type_infoE;
_ZTIN10__cxxabiv129__pointer_to_member_type_infoE;
# typeinfo name
_ZTS[a-z];
_ZTSP[a-z];
_ZTSPK[a-z];
# __gnu_cxx::_verbose_terminate_handler()
_ZN9__gnu_cxx27__verbose_terminate_handlerEv;
local: local:
*; *;
......
...@@ -39,3 +39,8 @@ namespace std ...@@ -39,3 +39,8 @@ namespace std
template class allocator<char>; template class allocator<char>;
template class allocator<wchar_t>; template class allocator<wchar_t>;
} // namespace std } // namespace std
namespace __gnu_cxx
{
template class __pool_alloc<true, 0>;
} // namespace __gnu_cxx
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment