]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r286074:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Aug 2015 01:04:26 +0000 (01:04 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Aug 2015 01:04:26 +0000 (01:04 +0000)
commit2deb798da2ae1d81ad94ec1fc57973bd79f27cc0
tree2b5fc57adf5188c2d971b9f3aa0b504945dcf62d
parent7c35223bd64e4b0ce13340b93d5b255145afb18f
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/9@286714 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