bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/5522] Section contents partially overwritten with zero


From: hjl at lucon dot org
Subject: [Bug ld/5522] Section contents partially overwritten with zero
Date: 27 Dec 2007 00:46:55 -0000

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




reply via email to

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