bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf


From: hp at bitrange dot com
Subject: [Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf
Date: 4 Jun 2005 19:20:41 -0000

------- Additional Comments From hp at bitrange dot com  2005-06-04 19:20 
-------
Subject: Re:  regression: ld selective1 and selective2 fails,
 cris-elf

On Sat, 4 Jun 2005, hjl at lucon dot org wrote:

> ------- Additional Comments From hjl at lucon dot org  2005-06-04 19:09 
> -------
> Cris uses
>
>   .data           :
>   {
>     PROVIDE (__Sdata = .);
>     *(.data .data.* .gnu.linkonce.d.*)
>     KEEP (*(.gnu.linkonce.d.*personality*))
>     SORT(CONSTRUCTORS)
>   }
>
> Even if .data is empty, .data is still generated due to
>
> PROVIDE (__Sdata = .);
>
> inside .data.

Thanks for the explanation.  However, the provided symbol isn't
generated in these test-cases, since it isn't referenced.

brgds, H-P


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=992

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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