Commit cea79118 by Paolo Carlini Committed by Paolo Carlini

re PR c++/18608 (Configuration documentation mentions wrong flag)

2007-09-04  Paolo Carlini  <pcarlini@suse.de>

	PR c++/18608
	* doc/install.texi (--enable-__cxa_atexit): Fix typo.

From-SVN: r128074
parent e96a54f7
2007-09-04 Paolo Carlini <pcarlini@suse.de>
PR c++/18608
* doc/install.texi (--enable-__cxa_atexit): Fix typo.
2007-09-04 Jan Hubicka <jh@suse.cz> 2007-09-04 Jan Hubicka <jh@suse.cz>
* regrename.c(copyprop_hardreg_forward_1): Unshare when doing copyprop. * regrename.c(copyprop_hardreg_forward_1): Unshare when doing copyprop.
......
...@@ -1068,7 +1068,7 @@ register C++ destructors for local statics and global objects. ...@@ -1068,7 +1068,7 @@ register C++ destructors for local statics and global objects.
This is essential for fully standards-compliant handling of This is essential for fully standards-compliant handling of
destructors, but requires __cxa_atexit in libc. This option is currently destructors, but requires __cxa_atexit in libc. This option is currently
only available on systems with GNU libc. When enabled, this will cause only available on systems with GNU libc. When enabled, this will cause
@option{-fuse-cxa-exit} to be passed by default. @option{-fuse-cxa-atexit} to be passed by default.
@item --enable-target-optspace @item --enable-target-optspace
Specify that target Specify that target
......
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