aboutsummaryrefslogtreecommitdiff
path: root/4.9.3
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-19 17:31:08 +0000
committerMike Frysinger <vapier@gentoo.org>2015-10-19 17:31:08 +0000
commit4a8b1c591ec87bcacf4f8a6a5d145e084cc843e2 (patch)
tree500d4ef7f81065587b1c0b957d0cf66a44fc5bd0 /4.9.3
parentdrop isl/val_gmp.h include as gcc-4 doesn't use it, and older isl doesn't pro... (diff)
downloadgcc-patches-4a8b1c591ec87bcacf4f8a6a5d145e084cc843e2.tar.gz
gcc-patches-4a8b1c591ec87bcacf4f8a6a5d145e084cc843e2.tar.bz2
gcc-patches-4a8b1c591ec87bcacf4f8a6a5d145e084cc843e2.zip
clean up gcc doc patch -- tweak grammar, fix spacing, and make sure it applies to the right section of the file (no fuzz)
Diffstat (limited to '4.9.3')
-rw-r--r--4.9.3/gentoo/09_all_default-ssp.patch12
-rw-r--r--4.9.3/gentoo/README.history3
2 files changed, 9 insertions, 6 deletions
diff --git a/4.9.3/gentoo/09_all_default-ssp.patch b/4.9.3/gentoo/09_all_default-ssp.patch
index 50e2645..ffc57af 100644
--- a/4.9.3/gentoo/09_all_default-ssp.patch
+++ b/4.9.3/gentoo/09_all_default-ssp.patch
@@ -59,9 +59,9 @@
references to local frame addresses.
+NOTE: In Gentoo GCC 4.9.0 and later versions this option is enabled by default
-+for C, C++, ObjC, ObjC++, if neither @option{-fno-stack-protector},
-+@option{-nostdlib}, @option{-ffreestanding}, @option{-fstack-protector},
-+@option{-fstack-protector-strong}or @option{-fstack-protector-all}are found.
++for C, C++, ObjC, and ObjC++ if none of the options @option{-fno-stack-protector},
++@option{-nostdlib}, @option{-ffreestanding}, @option{-fstack-protector},
++@option{-fstack-protector-strong}, or @option{-fstack-protector-all} are found.
+
@item -fsection-anchors
@opindex fsection-anchors
@@ -73,9 +73,9 @@
+NOTE: In Gentoo this is change from "8" to "4", to increase
+the number of functions protected by the stack protector.
+
- @item max-jump-thread-duplication-stmts
- Maximum number of statements allowed in a block that needs to be
- duplicated when threading jumps.
+ @item min-size-for-stack-sharing
+ The minimum size of variables taking part in stack slot sharing when not
+ optimizing. The default value is 32.
--- a/gcc/cp/lang-specs.h
+++ b/gcc/cp/lang-specs.h
@@ -46,7 +46,7 @@ along with GCC; see the file COPYING3. If not see
diff --git a/4.9.3/gentoo/README.history b/4.9.3/gentoo/README.history
index 96a6e0f..967cafa 100644
--- a/4.9.3/gentoo/README.history
+++ b/4.9.3/gentoo/README.history
@@ -1,3 +1,6 @@
+1.4 [pending]
+ U 09_all_default-ssp.patch
+
1.3 10 Oct 2015
U 74_all_gcc49_cloog-dl.patch