From: Benjamin Kosnik Date: Wed, 16 May 2007 17:00:58 +0000 (+0000) Subject: [multiple changes] X-Git-Tag: releases/gcc-4.3.0~5071 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f99a36b8a0d4412276fa97f48f00145102c05f3e;p=thirdparty%2Fgcc.git [multiple changes] 2007-05-16 Benjamin Kosnik * acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test code compiled with -ffunction-sections -fdata-sections. * configure: Regenerate. * testsuite/22_locale/ctype/scan/wchar_t/1.cc: Remove _GLIBCXX_USE_WCHAR_T guards as superfluous. * testsuite/20_util/make_signed/requirements/typedefs-1.cc: Add _GLIBCXX_USE_WCHAR_T guards. * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Same. * testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: Same. * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Same. * testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc: Add. * testsuite/21_strings/char_traits/typedefs/char/1.cc: Move... * testsuite/21_strings/char_traits/requirements/char/typedefs.cc: ...here. * testsuite/21_strings/char_traits/typedefs: Remove. * testsuite/21_strings/char_traits/typedefs/char: Remove. 2007-05-16 Benjamin Kosnik * docs/html/abi.html: Update for gcc-4.1.2 and gcc-4.2.0. From-SVN: r124774 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ef9292c3e9c0..e7fa7518f4d6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,4 +1,4 @@ -2007-05-11 Benjamin Kosnik +2007-05-16 Benjamin Kosnik * acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test code compiled with -ffunction-sections -fdata-sections. @@ -21,7 +21,7 @@ * testsuite/21_strings/char_traits/typedefs: Remove. * testsuite/21_strings/char_traits/typedefs/char: Remove. -2007-05-11 Benjamin Kosnik +2007-05-16 Benjamin Kosnik * docs/html/abi.html: Update for gcc-4.1.2 and gcc-4.2.0.