Commit d14630d6 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent ab02cc4e
2005-09-01 Benjamin Kosnik <bkoz@redhat.com> 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. * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New.
* testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New. * testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New.
......
...@@ -480,8 +480,9 @@ proc check_v3_target_cxa_atexit { } { ...@@ -480,8 +480,9 @@ proc check_v3_target_cxa_atexit { } {
} else { } else {
set et_cxa_atexit 0 set et_cxa_atexit 0
# Set up, compile, and execute a C++ test program that tries to use # Set up, compile, and execute a C++ test program that depends
# all the required named locales. # on correct ordering of static object destructors. This is
# indicative of the presence and use of __cxa_atexit.
set src cxaatexit[pid].cc set src cxaatexit[pid].cc
set exe cxaatexit[pid].x set exe cxaatexit[pid].x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment