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)
On Thu, Jul 31, 2008 at 09:22:15AM -0400, David Edelsohn wrote:
> 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.
Argh, sorry, tested in a wrong tree. The bug got fixed
by Alan's PR target/36634, so perhaps all that's needed is
the testcase.
Jakub