]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Tue, 26 Aug 2014 22:27:14 +0000 (22:27 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Tue, 26 Aug 2014 22:27:14 +0000 (22:27 +0000)
2014-08-26  Joel Sherrill <joel.sherrill@oarcorp.com>

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

From-SVN: r214553

gcc/ChangeLog
gcc/doc/invoke.texi

index 0c22e0ac9cc9149a2a52c2ad5547d5960e56ad77..6236b68ef2a1fd26689a8605dcffe1710d54487b 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  Marek Polacek  <polacek@redhat.com>
 
        Backport from mainline
index 3315ddad9e7a6b7ecb5ee1681f4c55e7953b9ea4..b3b31f075cf7d7b0a5a2a83236bcecdaeb78c9ba 100644 (file)
@@ -12480,7 +12480,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},