------- Additional Comments From carlos at codesourcery dot com  2006-09-18 
18:16 -------
However,

.data1
 *(.data1)
                0x20000000                _edata = .

The value of _edata in the -Map file is wrong. The value of the dot operator is
evaluated as the current location counter, and that is 0x12c, not the value of
.data1 which does not exist.

That is definately a bug.

-- 


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

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