diff mbox

Doc Bug: cxa-atexit not use-cxa-atexit

Message ID 53F28735.60007@oarcorp.com
State New
Headers show

Commit Message

Joel Sherrill Aug. 18, 2014, 11:07 p.m. UTC
Hi

I think this is a minor documentation bug which is in the head but also
seems to be in the gcc 4.4.7 docs shipped with CentOS 6.x.

OK to commit?

2014-08-18  Joel Sherrill <joel.sherrill@oarcorp.com>

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

 applicable.  This mode also sets @option{-mno-altivec},

Comments

Gerald Pfeifer Aug. 23, 2014, 4:19 p.m. UTC | #1
On Mon, 18 Aug 2014, Joel Sherrill wrote:
> I think this is a minor documentation bug which is in the head but also
> seems to be in the gcc 4.4.7 docs shipped with CentOS 6.x.
> 
> OK to commit?
> 
> 2014-08-18  Joel Sherrill <joel.sherrill@oarcorp.com>
> 
>     * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.

Sure thing.  Okay for all open branches.

Gerald
Joel Sherrill Aug. 26, 2014, 10:46 p.m. UTC | #2
On 8/23/2014 11:19 AM, Gerald Pfeifer wrote:
> On Mon, 18 Aug 2014, Joel Sherrill wrote:
>> I think this is a minor documentation bug which is in the head but also
>> seems to be in the gcc 4.4.7 docs shipped with CentOS 6.x.
>>
>> OK to commit?
>>
>> 2014-08-18  Joel Sherrill <joel.sherrill@oarcorp.com>
>>
>>     * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
> Sure thing.  Okay for all open branches.
I think it is safely committed to 4.8 and newer.
> Gerald
diff mbox

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 6374261..80b0d96 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -13778,7 +13778,7 @@  are compatible with as many systems and code
bases as po
 @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