From: Jonathan Wakely Date: Sat, 6 Aug 2016 12:21:33 +0000 (+0100) Subject: Improve comments on check_v3_target_filesystem_ts X-Git-Tag: releases/gcc-5.5.0~921 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc0e8700d1aa34a35d28947421dbf097f6bb8a9;p=thirdparty%2Fgcc.git Improve comments on check_v3_target_filesystem_ts * testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve comments. From-SVN: r239203 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 32aa2461269c..c8e5cb6bdfc0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-08-06 Jonathan Wakely + + * testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve + comments. + 2016-08-02 Jonathan Wakely * testsuite/lib/libstdc++.exp (v3-build_support): Add diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index c68689b25785..35487d19333d 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -1895,6 +1895,8 @@ proc check_v3_target_little_endian { } { return $et_little_endian } +# Return 1 if the Filesystem TS is supported, 0 otherwise. +# Cache the result. proc check_v3_target_filesystem_ts { } { global cxxflags global DEFAULT_CXXFLAGS @@ -1922,7 +1924,7 @@ proc check_v3_target_filesystem_ts { } { set et_filesystem_ts 0 # Set up and preprocess a C++ test program that depends - # on debug mode activated. + # on the Filesystem TS feature-test macro being defined. set src filesystem_ts[pid].cc set f [open $src "w"]