[parisc-linux] pa FUNCTION_OK_FOR_SIBCALL

Alan Modra alan@SPRI.Levels.UniSA.Edu.Au
Sat, 5 May 2001 13:54:47 +0930 (CST)


Hi Jeff,
   Can you remember why FUNCTION_OK_FOR_SIBCALL is !TARGET_64BIT?

I'm asking because I think tail calls are always OK for pa32-linux,
because having a flat sub-space model we don't need to worry about rp',
and r19 will be preserved/loaded in the PIC case.  I'm wordering what I'm
missing though as you can argue the same for pa64.

Alan