vapier 15/10/19 17:31:08 Modified: 09_all_default-ssp.patch README.history Log: clean up gcc doc patch -- tweak grammar, fix spacing, and make sure it applies to the right section of the file (no fuzz)
Revision Changes Path 1.4 src/patchsets/gcc/4.8.2/gentoo/09_all_default-ssp.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/09_all_default-ssp.patch?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/09_all_default-ssp.patch?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/09_all_default-ssp.patch?r1=1.3&r2=1.4 Index: 09_all_default-ssp.patch =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.2/gentoo/09_all_default-ssp.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 09_all_default-ssp.patch 11 Jan 2014 00:20:58 -0000 1.3 +++ 09_all_default-ssp.patch 19 Oct 2015 17:31:08 -0000 1.4 @@ -51,15 +51,15 @@ GOCFLAGS = $(CFLAGS) TFLAGS = ---- a/gcc/doc/invoke.texi 2009-12-21 -+++ b/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 1.19 src/patchsets/gcc/4.8.2/gentoo/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/README.history?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/README.history?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.2/gentoo/README.history?r1=1.18&r2=1.19 Index: README.history =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.2/gentoo/README.history,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- README.history 23 Apr 2015 19:10:19 -0000 1.18 +++ README.history 19 Oct 2015 17:31:08 -0000 1.19 @@ -1,4 +1,5 @@ 1.5 (pending) + U 09_all_default-ssp.patch U 48_all_x86_pr53113_libitm-avx.patch U 74_all_gcc49_cloog-dl.patch + 95_all_pr60960-wrong-code.patch
