bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ld -lgen -ladm causes assert failure in gnu ld 2.12.1 and 2.13 under


From: Jakub Jelinek
Subject: Re: ld -lgen -ladm causes assert failure in gnu ld 2.12.1 and 2.13 under Solaris 2.7 or 2.8
Date: Thu, 19 Sep 2002 23:49:36 +0200
User-agent: Mutt/1.2.5.1i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]