From 797308b2d1aefbc888c2bfc67b19770ca71fcd19 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Tue, 8 Nov 2005 23:07:02 +0000 Subject: libstdc++.exp (check_v3_target_debug_mode): Use exe as the executable extension. 2005-11-08 Benjamin Kosnik * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Use exe as the executable extension. * acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Change gnu defaults to new. (GLIBCXX_ENABLE_PCH): Adjust message order. * configure: Regenerate. * scripts/testsuite_flags.in (query): Correct print_usagex typo. * include/bits/functexcept.h: Remove argument names. * src/mt_allocator.cc: Adjust comment. From-SVN: r106665 --- libstdc++-v3/scripts/testsuite_flags.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/scripts') diff --git a/libstdc++-v3/scripts/testsuite_flags.in b/libstdc++-v3/scripts/testsuite_flags.in index 392072f..6f70002 100755 --- a/libstdc++-v3/scripts/testsuite_flags.in +++ b/libstdc++-v3/scripts/testsuite_flags.in @@ -57,7 +57,7 @@ case ${query} in echo ${PCHFLAGS} ;; *) - print_usagex + print_usage ;; esac -- cgit v1.1