This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Stack protector ppc/ppc64 support
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 26 Jun 2005 18:48:41 -0400
- Subject: Re: [PATCH] Stack protector ppc/ppc64 support
- References: <20050624225728.GP22349@devserv.devel.redhat.com>
Is there a reason that stack_protect_set<mode> and
stack_protect_test<mode> cannot use mode macros?
Also, can the patterns use splitters, both for better scheduling
and to avoid forcing comparison result in cr0?
Thanks, David