From d14630d6eaa463334f2bd2947157d2428866623a Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 1 Sep 2005 16:58:25 +0000 Subject: [PATCH] libstdc++.exp (check_v3_target_cxa_atexit): Fix comment. 2005-09-01 Benjamin Kosnik Paolo Carlini * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix comment. Co-Authored-By: Paolo Carlini From-SVN: r103739 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f5f792298c6..0cc8e9cee22 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2005-09-01 Benjamin Kosnik + Paolo Carlini + + * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix + comment. + 2005-09-01 Benjamin Kosnik * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New. diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index b757b5835b8..1446d87900e 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 -- 2.30.2