]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/acinclude.m4
acinclude.m4 (GLIBCXX_ENABLE_THREADS): Set enable_thread.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 6 Oct 2004 22:12:34 +0000 (22:12 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 6 Oct 2004 22:12:34 +0000 (22:12 +0000)
commite3f78d9b1161f68289db5b09304598bb0ee7d441
tree09d00f21fa64925e280dcf8b8337f681a42ec84f
parent564060c32aba5494ae02d37a7f005798bb646011
acinclude.m4 (GLIBCXX_ENABLE_THREADS): Set enable_thread.

2004-10-06  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCXX_ENABLE_THREADS): Set enable_thread.
(GLIBCXX_CONFIGURE_TESTSUITE): Use it.
* configure: Regenerated.
* testsuite/Makefile.am (CLEANFILES): Add TEST for
check-performance executables.
(stamp_thread): New.
(all-local): Use it.
* testsuite/Makefile.in: Regenerate.
* scripts/create_testsuite_files: Filter thread tests.

* testsuite/thread/pthread1.cc: Remove macro conditionals: this
file will only be run by thread enabled configurations.
* testsuite/thread/pthread7-rope.cc: Same, add rope_type typedef.
* testsuite/thread/pthread6.cc: Same.
* testsuite/thread/pthread5.cc: Same.
* testsuite/thread/pthread4.cc: Same.
* testsuite/thread/pthread3.cc: Same.
* testsuite/thread/pthread2.cc: Same.

* testsuite/ext/mt_allocator/instantiate.cc: Add in __GTHREADS guard.
* testsuite/ext/mt_allocator/deallocate_global-1.cc: Move to...
* testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: ...here.
* testsuite/ext/mt_allocator/deallocate_global-3.cc: Move to...
* testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: ...here.
* testsuite/ext/mt_allocator/deallocate_local-1.cc: Move to...
* testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: ...here.
* testsuite/ext/mt_allocator/deallocate_local-3.cc: Move to...
* testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: ...here.

From-SVN: r88628
24 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/configure
libstdc++-v3/include/Makefile.in
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/po/Makefile.in
libstdc++-v3/scripts/create_testsuite_files
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc [moved from libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-1.cc with 100% similarity]
libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc [moved from libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-3.cc with 100% similarity]
libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc [moved from libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-1.cc with 100% similarity]
libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc [moved from libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-3.cc with 100% similarity]
libstdc++-v3/testsuite/ext/mt_allocator/instantiate.cc
libstdc++-v3/testsuite/thread/pthread1.cc
libstdc++-v3/testsuite/thread/pthread2.cc
libstdc++-v3/testsuite/thread/pthread3.cc
libstdc++-v3/testsuite/thread/pthread4.cc
libstdc++-v3/testsuite/thread/pthread5.cc
libstdc++-v3/testsuite/thread/pthread6.cc
libstdc++-v3/testsuite/thread/pthread7-rope.cc