aboutsummaryrefslogtreecommitdiff
path: root/4.8.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.8.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.8.3')
-rw-r--r--4.8.3/gentoo/09_all_default-ssp.patch8
-rw-r--r--4.8.3/gentoo/README.history1
2 files changed, 5 insertions, 4 deletions
diff --git a/4.8.3/gentoo/09_all_default-ssp.patch b/4.8.3/gentoo/09_all_default-ssp.patch
index 903e649..390c7b9 100644
--- a/4.8.3/gentoo/09_all_default-ssp.patch
+++ b/4.8.3/gentoo/09_all_default-ssp.patch
@@ -51,15 +51,15 @@
GOCFLAGS = $(CFLAGS)
TFLAGS =
---- a/gcc/doc/invoke.texi 2009-12-21
+--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -8111,6 +8111,10 @@
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.
-+NOTE: In Gentoo Gcc 4.8.2 and later versions this option is enabled by default
-+for C, C++, ObjC, ObjC++, if none of @option{-fno-stack-protector},
-+@option{-nostdlib}, nor @option{-ffreestanding} are found.
++NOTE: In Gentoo GCC 4.8.2 and later versions this option is enabled by default
++for C, C++, ObjC, and ObjC++ if none of the options @option{-fno-stack-protector},
++@option{-nostdlib}, or @option{-ffreestanding} are found.
+
@item -fstack-protector-all
@opindex fstack-protector-all
diff --git a/4.8.3/gentoo/README.history b/4.8.3/gentoo/README.history
index 65a6242..f1ce0c4 100644
--- a/4.8.3/gentoo/README.history
+++ b/4.8.3/gentoo/README.history
@@ -1,4 +1,5 @@
1.2 [pending]
+ U 09_all_default-ssp.patch
U 74_all_gcc49_cloog-dl.patch
1.1 15 Jun 2014