------- Additional Comments From hjl at lucon dot org  2007-12-27 00:46 -------
The bug is trigger by the linker script:
        /* Server size info */
        .data.server (NOLOAD) : { 
                *(.data.server)
        }

Linker marks the .data.server section as SHT_NOBITS, which is wrong since
SHT_NOBITS section doesn't occupy space on disk.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5522

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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to