This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] libstdc++/17937


Quick fix. I'd like to keep some of this infrastructure around until I
can complete performance analysis. So, stay tuned.

I've updated the tests to reflect this new wrinkle.

tested x86/linux

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.

Attachment: p.20041011-2.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]