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: how does ld interpret ELF R_PPC_REL32?


On Tue, Oct 18, 2005 at 03:13:51PM -0700, ddunkle (sent by Nabble.com) wrote:
> What does ld actually do with R_PPC_REL32 to get the proper results?

It does exactly as you described.  One thing you may be missing is that
the ".text" referenced in the reloc is the vma of the .text section for
that input file, not the .text output section.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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