From 5a1e5472f5864b2a31d3ccee2c08fc26496dfeab Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Tue, 12 Oct 2004 01:10:39 +0000 Subject: re PR libstdc++/17937 (Critical ~__pool troubles) 2004-10-11 Benjamin Kosnik * include/bits/stl_deque.h: Correct for over-long lines. 2004-10-11 Benjamin Kosnik PR libstdc++/17937 * include/ext/mt_allocator.h (__pool::_M_destroy): New. * src/mt_allocator.cc (__pool::~__pool): Change definitions to _M_destroy. * acconfig.h: Remove _GLIBCXX_USE___CXA_ATEXIT. * acinclude.m4 (GLIBCXX_ENABLE_CXA_ATEXIT): Remove. * configure.ac: Remove call to GLIBCXX_ENABLE_CXA_EXIT. * configure: Regenerate. * config/linker-map.gnu: Tweak exports. * docs/html/ext/mt_allocator.html: Update docs. * testsuite/ext/mt_allocator/deallocate_global-2.cc: Fix. * testsuite/ext/mt_allocator/deallocate_global-4.cc: Fix. * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Fix. * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Fix. * testsuite/ext/mt_allocator/deallocate_local-2.cc: Fix. * testsuite/ext/mt_allocator/deallocate_local-4.cc: Fix. * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Fix. * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Fix. From-SVN: r88913 --- libstdc++-v3/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libstdc++-v3/config.h.in') diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index be444e5..acb7d73 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -29,9 +29,6 @@ // Define to use concept checking code from the boost libraries. #undef _GLIBCXX_CONCEPT_CHECKS -// Define to use __cxa_atexit. -#undef _GLIBCXX_USE___CXA_ATEXIT - // Define to use symbol versioning in the shared library. #undef _GLIBCXX_SYMVER -- cgit v1.1