invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Tue, 26 Aug 2014 22:25:50 +0000 (22:25 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Tue, 26 Aug 2014 22:25:50 +0000 (22:25 +0000)
2014-08-26  Joel Sherrill <joel.sherrill@oarcorp.com>

* doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.

From-SVN: r214551

gcc/ChangeLog
gcc/doc/invoke.texi

index 4e3dd60..3601836 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-26  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
+
 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
 
        * cselib.h (struct elt_loc_list): Strengthen field "setting_insn"
index 2026fa5..d15d4a9 100644 (file)
@@ -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},