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
+2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
+ Paolo Carlini <pcarlini@suse.de>
+
+ * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix
+ comment.
+
2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New.
} 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