diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2005-09-01 16:58:25 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2005-09-01 16:58:25 +0000 |
commit | d14630d6eaa463334f2bd2947157d2428866623a (patch) | |
tree | e196d6e5059c6f4c376b5e5c4b4306f9b1c0af1d /libstdc++-v3/testsuite | |
parent | ab02cc4e2c9ed04b6ebce7d923794ebcec8f384f (diff) | |
download | gcc-d14630d6eaa463334f2bd2947157d2428866623a.zip gcc-d14630d6eaa463334f2bd2947157d2428866623a.tar.gz gcc-d14630d6eaa463334f2bd2947157d2428866623a.tar.bz2 |
libstdc++.exp (check_v3_target_cxa_atexit): Fix comment.
2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
Paolo Carlini <pcarlini@suse.de>
* testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix
comment.
Co-Authored-By: Paolo Carlini <pcarlini@suse.de>
From-SVN: r103739
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r-- | libstdc++-v3/testsuite/lib/libstdc++.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index b757b58..1446d87 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -480,8 +480,9 @@ proc check_v3_target_cxa_atexit { } { } else { set et_cxa_atexit 0 - # Set up, compile, and execute a C++ test program that tries to use - # all the required named locales. + # Set up, compile, and execute a C++ test program that depends + # on correct ordering of static object destructors. This is + # indicative of the presence and use of __cxa_atexit. set src cxaatexit[pid].cc set exe cxaatexit[pid].x |