]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286074:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Aug 2015 01:02:57 +0000 (01:02 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Aug 2015 01:02:57 +0000 (01:02 +0000)
commit9010cc0c13faecb7b9bfcc55debbfe11b956c45b
tree6d4cb070f92d84a3dcfe158d8171b1a43cda5aaf
parent37d1bc6042223c69e9e65cd34333e7da845d3a53
MFC r286074:
GCC: Add a new option "-fstack-protector-strong"

This includes additional functions to be protected: those that
have local array definitions, or have references to local frame
addresses. This is a new option in GCC-4.9 that was relicensed
by Han Shen from Google under GPLv2.

Obtained from: OpenBSD (2014-01-14)

git-svn-id: svn://svn.freebsd.org/base/stable/10@286713 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/gcc/c-cppbuiltin.c
contrib/gcc/cfgexpand.c
contrib/gcc/common.opt
contrib/gcc/doc/cpp.texi
contrib/gcc/doc/gcc.1
contrib/gcc/doc/invoke.texi
contrib/gcc/gcc.c