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: unresolvable R_PPC_REL16_{HA,LO} relocation against symbol


> The linker error is correct.  There is no support in ld.so for dynamic
> R_PPC_REL16_LO/HI relocs, so you can't reference a symbol in a shared
> lib that way.  (You could if your testcase had "bl foo@plt" somewhere,
> as that would define foo in the PLT, which would allow the linker to
> resolve the reloc.)

Anybody kindly point me where I can find info about R_PPC_REL16_{LO,HI,HA}?
What I knew from src was it is only that it is GNU extention...


--


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