This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question on PowerPC setjmp/longjmp ABI


On Sat, Feb 17, 2001 at 12:03:37PM -0800, Geoff Keating wrote:
> Altivec is a different problem, because Altivec doesn't introduce a
> new ABI---you can link non-altivec code with altivec code, and this
> should work just fine.  I think what we'll have to do is increase the
> size of __jmp_buf, and version everything connected to it.

I don't think so.  If you want Altivec to not change the ABI,
then all Altivec registers must be call clobbered, and thus
they need not be saved in a jmp_buf.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]