This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: dynamic PIC register?


>>>>> dalej  writes:

Dale> On the Darwin powerpc target, it would be better not to have 
Dale> PIC_OFFSET_TABLE_REGNUM be a fixed register.  In particular, it should be 
Dale> a register saved over calls in a non-leaf function, and a register not 
Dale> saved over calls in a leaf function.  I could  do this by changing the 
Dale> fixed register at the last minute in the target-dependent prolog/epilog 
Dale> generation (which is what we did in the 2.95 version currently shipping).  
Dale> But it seems to me a cleaner solution that also applies to other targets 
Dale> might be useful.  Is this so, and how might I go about it?

	I thought that Geoff and/or Franz explored this for the 32-bit
PowerPC SVR4 GOT register and found this was not practical, but I don't
remember the details.  Maybe the impediment no longer exists.

David


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