vapier 15/10/19 17:31:09 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.2 src/patchsets/gcc/4.8.4/gentoo/09_all_default-ssp.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/09_all_default-ssp.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/09_all_default-ssp.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/09_all_default-ssp.patch?r1=1.1&r2=1.2 Index: 09_all_default-ssp.patch =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.4/gentoo/09_all_default-ssp.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 09_all_default-ssp.patch 26 Dec 2014 20:41:26 -0000 1.1 +++ 09_all_default-ssp.patch 19 Oct 2015 17:31:09 -0000 1.2 @@ -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 1.10 src/patchsets/gcc/4.8.4/gentoo/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?r1=1.9&r2=1.10 Index: README.history =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- README.history 20 Aug 2015 12:24:51 -0000 1.9 +++ README.history 19 Oct 2015 17:31:09 -0000 1.10 @@ -1,3 +1,6 @@ +1.9 [pending] + U 09_all_default-ssp.patch + 1.8 20 Aug 2015 U 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
