This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix ppc -m32 -fpic -mlongcall -msecure-plt (PR target/35100)
- 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: Thu, 31 Jul 2008 09:22:15 -0400
- Subject: Re: [PATCH] Fix ppc -m32 -fpic -mlongcall -msecure-plt (PR target/35100)
- References: <20080731130141.GO8133@devserv.devel.redhat.com>
PR target/35100
* config/rs6000/rs6000.md (call, call_value): Don't use the
-msecure-plt sequence for longcalls.
* gcc.target/powerpc/longcall-1.c: New test.
Okay.
David
P.S. Your patch was against an old tree. Trunk has changed.