mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-16 16:54:27 +08:00
c3e7f18406
2004-10-08 Benjamin Kosnik <bkoz@redhat.com> * acconfig.h: Add _GLIBCXX_USE___CXA_ATEXIT. * acinclude.m4 (GLIBCXX_ENABLE_CXA_ATEXIT): New. * configure.ac: Call GLIBCXX_ENABLE_CXA_EXIT. * configure: Regenerate. * src/mt_allocator.cc (__pool::~__pool): Make conditional on _GLIBCXX_USE___CXA_ATEXIT macro. * docs/html/ext/mt_allocator.html: Add note about deallocation. * testsuite/ext/mt_allocator/deallocate_local-2.cc: Guard checks with _GLIBCXX_USE___CXA_ATEXIT. * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same. * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same. * testsuite/ext/mt_allocator/deallocate_global-4.cc: Same. * testsuite/ext/mt_allocator/deallocate_global-2.cc: Same. * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same. * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same. * testsuite/ext/mt_allocator/deallocate_local-4.cc: Same. From-SVN: r88809 |
||
---|---|---|
.. | ||
array_allocator | ||
debug_allocator | ||
enc_filebuf | ||
malloc_allocator | ||
mt_allocator | ||
new_allocator | ||
pool_allocator | ||
rope | ||
stdio_filebuf/char | ||
stdio_sync_filebuf | ||
14648.cc | ||
concept_checks.cc | ||
hash_check_construct_destroy.cc | ||
hash_map.cc | ||
hash_set_explicit_instantiation.cc | ||
hash_set.cc | ||
headers.cc | ||
pod_char_traits.cc | ||
slist_check_construct_destroy.cc | ||
slist_explicit_instantiation.cc |