This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch/RFC: -mlongcall and #pragma longcall for PowerPC
On Mon, May 06, 2002 at 01:53:22PM -0700, Zack Weinberg wrote:
> On Mon, May 06, 2002 at 12:55:45PM -0700, Zack Weinberg wrote:
> > This patch implements coarser-grained control over long call
> > generation for the PowerPC and POWER architectures. We already had
> > __attribute__((longcall)) which could be applied to individual
> > function declarations, but some people want a broader brush.
>
> I get a reload failure compiling libgcc:
Never mind - combination of overly-loose constraints and use of the
wrong and operator. I'll post a fresh patch after this test round
finishes.
zw