diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-04 11:07:52 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-04 11:07:52 +0000 |
commit | 4076554cd7837c65c54a7b0508ef64fb3271a369 (patch) | |
tree | 4f62068db1fd0c72b1c64d6c6754668ec32bc78e | |
parent | c81ccd9af65e8bbf5baed19a8e1fef6c0050fe2b (diff) | |
download | gcc-4076554cd7837c65c54a7b0508ef64fb3271a369.tar.gz |
2007-09-04 Paolo Carlini <pcarlini@suse.de>
PR c++/18608
* doc/install.texi (--enable-__cxa_atexit): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128074 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e56d980a3d..346a10b1042 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * regrename.c(copyprop_hardreg_forward_1): Unshare when doing copyprop. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ad2b5f9eb85..bac3bb20a55 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1068,7 +1068,7 @@ register C++ destructors for local statics and global objects. This is essential for fully standards-compliant handling of destructors, but requires __cxa_atexit in libc. This option is currently 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 Specify that target |