This is the mail archive of the binutils@sources.redhat.com 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: ld -lgen -ladm causes assert failure in gnu ld 2.12.1 and 2.13 under Solaris 2.7 or 2.8


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


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