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.4 src/patchsets/gcc/4.9.0/gentoo/09_all_default-ssp.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/gentoo/09_all_default-ssp.patch?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/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.9.0/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.9.0/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 15 May 2014 00:51:49 -0000 1.3 +++ 09_all_default-ssp.patch 19 Oct 2015 17:31:09 -0000 1.4 @@ -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 1.12 src/patchsets/gcc/4.9.0/gentoo/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/gentoo/README.history?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/gentoo/README.history?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/gentoo/README.history?r1=1.11&r2=1.12 Index: README.history =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.0/gentoo/README.history,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- README.history 23 Apr 2015 19:10:19 -0000 1.11 +++ README.history 19 Oct 2015 17:31:09 -0000 1.12 @@ -1,4 +1,5 @@ 1.1 [pending] + U 09_all_default-ssp.patch U 67_all_gcc-poison-system-directories.patch U 74_all_gcc49_cloog-dl.patch
