aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-26 22:25:50 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2014-08-26 22:25:50 +0000
commiteaf1fcda2a3885692cc190e0837ab63f5db99f14 (patch)
tree760593bb71acfc431382ab11d0738b77c978cb75 /gcc/doc
parent12ea1b952d7f98224446c2ae2d9f6648126a2959 (diff)
downloadgcc-eaf1fcda2a3885692cc190e0837ab63f5db99f14.zip
gcc-eaf1fcda2a3885692cc190e0837ab63f5db99f14.tar.gz
gcc-eaf1fcda2a3885692cc190e0837ab63f5db99f14.tar.bz2
invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
2014-08-26 Joel Sherrill <joel.sherrill@oarcorp.com> * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit. From-SVN: r214551
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2026fa5..d15d4a9 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -13813,7 +13813,7 @@ are compatible with as many systems and code bases as possible.
@item -mkernel
@opindex mkernel
Enable kernel development mode. The @option{-mkernel} option sets
-@option{-static}, @option{-fno-common}, @option{-fno-cxa-atexit},
+@option{-static}, @option{-fno-common}, @option{-fno-use-cxa-atexit},
@option{-fno-exceptions}, @option{-fno-non-call-exceptions},
@option{-fapple-kext}, @option{-fno-weak} and @option{-fno-rtti} where
applicable. This mode also sets @option{-mno-altivec},