bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/3223] ld fails to link correct variables from linker script.


From: carlos at codesourcery dot com
Subject: [Bug ld/3223] ld fails to link correct variables from linker script.
Date: 18 Sep 2006 18:16:57 -0000

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




reply via email to

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