------- Additional Comments From amodra at gmail dot com  2010-01-27 00:12 
-------
The testcase is invalid.  From the script you would expect
secA vma = 0, lma = 3
secB vma = 2, lma = 4
but these two sections cannot occupy the same phdr since lma - vma differs.

So the bug is merely that ld does not check user section to phdr mapping and
report an error.

-- 


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

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