This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MIPS local symbol GOT reservation w/o a reference relocation


Jack Carter <Jack.Carter@imgtec.com> writes:
> I need to reserve and then create a local got entry for IFUNC symbols
> even when there are no reference relocations for it. This is the case
> when the dso being created has just the IFUNC definitions.

I think it'd be better to avoid that if possible and have the IPLT entries
use .igot.plt instead.  Entries in .got proper can be a bit of a scarce
resource in larger links.  Using .igot.plt would also avoid having to
deal with the interaction between these entries and multigot, which believe
me would be a good thing :-)

How are you going to deal with IRELATIVE entries in the primary
(ABI-defined) GOT?  Are there going to be a new set of dynamic tags to mark
out an IRELATIVE area, separate from the normal local and global areas?

Thanks,
Richard


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