Index: gcc/doc/invoke.texi |
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi |
index e3d3789..607a7a5 100644 |
--- a/gcc/doc/invoke.texi |
+++ b/gcc/doc/invoke.texi |
@@ -400,8 +400,8 @@ Objective-C and Objective-C++ Dialects}. |
-fsel-sched-pipelining -fsel-sched-pipelining-outer-loops @gol |
-fshrink-wrap -fsignaling-nans -fsingle-precision-constant @gol |
-fsplit-ivs-in-unroller -fsplit-wide-types -fstack-protector @gol |
--fstack-protector-all -fstrict-aliasing -fstrict-overflow @gol |
--fthread-jumps -ftracer -ftree-bit-ccp @gol |
+-fstack-protector-strong -fstack-protector-all -fstrict-aliasing @gol |
davidxl
2012/01/26 05:41:45
Switch the order of -fstack-protector-all and -fst
|
+-fstrict-overflow -fthread-jumps -ftracer -ftree-bit-ccp @gol |
-ftree-builtin-call-dce -ftree-ccp -ftree-ch -ftree-copy-prop @gol |
-ftree-copyrename -ftree-dce -ftree-dominator-opts -ftree-dse @gol |
-ftree-forwprop -ftree-fre -ftree-loop-if-convert @gol |
@@ -8443,6 +8443,12 @@ functions with buffers larger than 8 bytes. The guards are initialized |
when a function is entered and then checked when the function exits. |
If a guard check fails, an error message is printed and the program exits. |
+@item -fstack-protector-strong |
davidxl
2012/01/26 05:41:45
Move this item after -fstack-protector-all
|
+@opindex fstack-protector-strong |
+Like @option{-fstack-protector} but includes additional functions to be |
+protected - those that have local array definitions, or have references to |
+local frame addresses. |
+ |
@item -fstack-protector-all |
@opindex fstack-protector-all |
Like @option{-fstack-protector} except that all functions are protected. |