reloc against local symbol

Alan Modra amodra@bigpond.net.au
Tue Jun 16 01:58:00 GMT 2009


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



More information about the Binutils mailing list