From cc197b889c09a9ac42cd50c16fccf6dfc3a24f76 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Aug 2014 22:27:14 +0000 Subject: [PATCH] invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit. 2014-08-26 Joel Sherrill * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit. From-SVN: r214553 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c22e0ac9cc9..6236b68ef2a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-26 Joel Sherrill + + * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit. + 2014-08-26 Marek Polacek Backport from mainline diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3315ddad9e7a..b3b31f075cf7 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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}, -- 2.47.2