bug: GOLD handling of Sparc PLTREL

David Miller davem@davemloft.net
Tue Feb 9 01:08:00 GMT 2010


From: David Miller <davem@davemloft.net>
Date: Mon, 08 Feb 2010 16:57:00 -0800 (PST)

> From: David Miller <davem@davemloft.net>
> Date: Mon, 08 Feb 2010 16:42:45 -0800 (PST)
> 
>> But GOLD isn't doing this, it makes the size of .rela.dyn only include
>> the .rela.dyn relocs, it doesn't include the  .rela.plt reloc size
>> too.
> 
> This bug was by was introduced by:
> 
> 2010-01-07  Ian Lance Taylor  <iant@google.com>

Actually, it seems more complicated than this.

The lack of overlapping .rela.dyn only causes visible problems breaks
once we start emitting the DT_RELACOUNT which gets added in a later
change.

And it seems GOLD has always not made the sections overlap.

Hmmm...



More information about the Binutils mailing list