From eaf1fcda2a3885692cc190e0837ab63f5db99f14 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Aug 2014 22:25:50 +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: r214551 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e3dd60235b..360183639f6 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 David Malcolm * cselib.h (struct elt_loc_list): Strengthen field "setting_insn" diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2026fa52306..d15d4a9d79b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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}, -- 2.30.2