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 4e3dd60235bdd65efba953fcd846b772c2016acb..360183639f6ca96be301ec2ab3b5a2f2ce4ec8c2 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 2026fa523067759df6cc628f745ac5aaa7c24b6d..d15d4a9d79b118a3aabef95782cc7148aadf2e1c 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},