2004-10-11 Benjamin Kosnik <bkoz@redhat.com> * include/bits/stl_deque.h: Correct for over-long lines. 2004-10-11 Benjamin Kosnik <bkoz@redhat.com> 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88913 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 25 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/acconfig.h 0 additions, 3 deletionslibstdc++-v3/acconfig.h
- libstdc++-v3/acinclude.m4 0 additions, 15 deletionslibstdc++-v3/acinclude.m4
- libstdc++-v3/config.h.in 0 additions, 3 deletionslibstdc++-v3/config.h.in
- libstdc++-v3/config/linker-map.gnu 1 addition, 1 deletionlibstdc++-v3/config/linker-map.gnu
- libstdc++-v3/configure 2 additions, 27 deletionslibstdc++-v3/configure
- libstdc++-v3/configure.ac 0 additions, 1 deletionlibstdc++-v3/configure.ac
- libstdc++-v3/docs/html/ext/mt_allocator.html 23 additions, 10 deletionslibstdc++-v3/docs/html/ext/mt_allocator.html
- libstdc++-v3/include/bits/stl_deque.h 113 additions, 98 deletionslibstdc++-v3/include/bits/stl_deque.h
- libstdc++-v3/include/ext/mt_allocator.h 8 additions, 5 deletionslibstdc++-v3/include/ext/mt_allocator.h
- libstdc++-v3/src/mt_allocator.cc 4 additions, 6 deletionslibstdc++-v3/src/mt_allocator.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc 14 additions, 9 deletions...dc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc 14 additions, 9 deletions...dc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc 14 additions, 9 deletions.../testsuite/ext/mt_allocator/deallocate_global_thread-1.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc 14 additions, 9 deletions.../testsuite/ext/mt_allocator/deallocate_global_thread-3.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc 9 additions, 8 deletions...tdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc 9 additions, 8 deletions...tdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc 9 additions, 8 deletions...3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc
- libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc 9 additions, 8 deletions...3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc
- libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc
Loading
Please register or sign in to comment