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: reloc against local symbol


On Mon, Jun 15, 2009 at 10:51:48AM -0700, Jalaja Dx wrote:
> Please can anyone explain me "R_PPC_PLTREL24 reloc against local
> symbol" what this error means.
> 
> I made some symbols local using gld in a ".o".  If I try to make a
> shared object out of this ".o", then the linker throws this error :(

It means you can't do what you're trying to do.  We can't have a plt
entry for a local symbol, yet the reloc says to use a plt entry.

-- 
Alan Modra
Australia Development Lab, IBM


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