------- Additional Comments From ian at airs dot com 2010-09-18 04:47 -------
The memory test failure is fixed.
However, there does still seem to be a relevant difference between gold and GNU
ld. I used -z max-page-size=0x1000 to eliminate differences due to the page
size. With that, gold puts the VMA of the segments at 0, 0x1000, 0x5000,
0x4000,
and the LMA at 0, 0x12c, 0x5000, 0x603c. GNU ld puts the VMA at 0, 0x2000,
0x5000, 0x4000 and the LMA at 0, 0x2000, 0x412c, 0x603c. Also gold assigns the
sections to segments in the order .sec0, .sec1, .sec3, .sec2, whereas GNU ld
generates .sec1, .sec0, .sec3, .sec2. So there seem to be a number of relevant
differences.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|ian at airs dot com |nickc at redhat dot com
Status|NEW |ASSIGNED
http://sourceware.org/bugzilla/show_bug.cgi?id=11997
------- 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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils