PIC_OFFSET_TABLE_SAVE_RTX in large stack frame

John David Anglin dave@hiauly1.hia.nrc.ca
Fri Jan 26 11:23:00 GMT 2001


> I think we need to look for a clean way to move this code out of the prologue
> and into the normal stream so that the rest of the compiler is aware of
> the set to PIC_OFFSET_TABLE_RTX.

I believe that my revision does this.  The save is done once prior to
the first call.  The save is in the normal insn stream.  The rtl for the
save is generated when the initial rtl is generated, not deferred until
the save RTX gets a hard register or stack slot.  Thus, I think it doesn't
have the same problem with large frames that Alan's does.  I am trying
to set up to do a glibc build with it.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


More information about the Gcc-patches mailing list