ld -lgen -ladm causes assert failure in gnu ld 2.12.1 and 2.13 under Solaris 2.7 or 2.8

Jakub Jelinek jakub@redhat.com
Thu Sep 19 16:52:00 GMT 2002


On Thu, Sep 19, 2002 at 10:42:51PM +0100, Nick Clifton wrote:
>   [ 4] .rela.dyn         RELA            0000042c 00042c 00006c 0c   A  2   0  4
>   [ 5] .rela.plt         RELA            00000498 000498 000024 0c   A  2   f  4
> 
> Which is completely different, and the ".rela.got" section has gone
> missing!

That's because of -zcombreloc (now the default).
All SHF_ALLOC .rela.* sections but .rela.plt are merged into .rela.dyn and
sorted for faster runtime lookup.

	Jakub



More information about the Binutils mailing list