CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2014/01/13 19:03:57
Modified files: gnu/gcc/gcc : c-cppbuiltin.c cfgexpand.c common.opt gcc.c gnu/gcc/gcc/doc: cpp.texi gcc.1 invoke.texi Log message: Add a new option "-fstack-protector-strong" for GCC4. This includes additional functions to be protected --- those that have local array definitions, or have references to local frame addresses. Note 1: Han explicitly licensed this under GPLv2 for us. Note 2: Do *not* use this anywhere in "src" Makefiles, as the other GCC doesn't have this option yet (but I'm working on it).