aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/aclocal.m4
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2005-11-22 06:54:08 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2005-11-22 06:54:08 +0000
commitcddfb1c7ac9cb2f69cc82839a0163af3e771a68d (patch)
tree3b23806d48c5499ec0ea11b68e5bc9006c2387e6 /libstdc++-v3/aclocal.m4
parentebb109add82e17c08e24de72bf1735ebbbc5081c (diff)
downloadgcc-cddfb1c7ac9cb2f69cc82839a0163af3e771a68d.zip
gcc-cddfb1c7ac9cb2f69cc82839a0163af3e771a68d.tar.gz
gcc-cddfb1c7ac9cb2f69cc82839a0163af3e771a68d.tar.bz2
re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread)
2005-11-21 Benjamin Kosnik <bkoz@redhat.com> Ulrich Drepper <drepper@redhat.com> PR libstdc++/23591 * scripts/create_testsuite_files: Support for "C" test files. * testsuite/lib/libstdc++.exp: Same. * testsuite/libstdc++-dg/normal.exp: Same. * testsuite/ext/mt_allocator/22309_thread.cc: Update names. * testsuite/19_diagnostics/23591_thread-1.c: New. * testsuite/testsuite_shared.cc: Add tests, rename existing functions. * libsupc++/eh_globals.cc: Make global thread local if possible. * configure.ac: Use GCC_CHECK_TLS. * acinclude.m4: Include tls.m4. * configure: Regenerate. * config.h.in: Same. Co-Authored-By: Ulrich Drepper <drepper@redhat.com> From-SVN: r107350
Diffstat (limited to 'libstdc++-v3/aclocal.m4')
-rw-r--r--libstdc++-v3/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4
index 757e1cc..8f4ca52 100644
--- a/libstdc++-v3/aclocal.m4
+++ b/libstdc++-v3/aclocal.m4
@@ -638,6 +638,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../config/enable.m4])
m4_include([../config/lead-dot.m4])
m4_include([../config/no-executables.m4])
m4_include([../libtool.m4])