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: hjl at lucon dot org
Subject: [Bug ld/992] regression: ld selective1 and selective2 fails, cris-elf
Date: 4 Jun 2005 19:09:13 -0000

------- 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.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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]