This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [rfc] reimplementation of ibm stack-smashing protector
- From: "Joseph S. Myers" <joseph at codesourcery dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, etoh at jp dot ibm dot com
- Date: Fri, 13 May 2005 12:47:47 +0000 (UTC)
- Subject: Re: [rfc] reimplementation of ibm stack-smashing protector
- References: <20050513003912.GA17672@redhat.com>
On Thu, 12 May 2005, Richard Henderson wrote:
> Makefile.in | 10 +-
> c-cppbuiltin.c | 6 +
> cfgexpand.c | 217 ++++++++++++++++++++++++++++++++++++++++++++++-
> common.opt | 12 ++
> config/i386/i386.c | 3
> config/i386/i386.md | 122 ++++++++++++++++++-----------
> doc/md.texi | 24 +++++
> doc/tm.texi | 26 ++++++
> function.c | 115 ++++++++++++++++++++++++++-
> function.h | 14 +--
> libgcc-std.ver | 7 +
> libgcc2.c | 138 +++++++++++++++++++++++++++++++++
> libgcc2.h | 5 +
> mklibgcc.in | 2
> params.def | 5 +
> target-def.h | 5 +
> target.h | 11 ++
> targhooks.c | 84 ++++++++++++++++++++
> targhooks.h | 4
> toplev.c | 12 ++
> tree.h | 1
I don't see any user documentation in invoke.texi here, only internals
documentation.
--
Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/
jsm@polyomino.org.uk (personal mail)
joseph@codesourcery.com (CodeSourcery mail)
jsm28@gcc.gnu.org (Bugzilla assignments and CCs)