[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/11997] Different behevior of MEMORY regions
From: |
ian at airs dot com |
Subject: |
[Bug gold/11997] Different behevior of MEMORY regions |
Date: |
18 Sep 2010 04:47:19 -0000 |
------- 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 gold/11997] New: Different behevior of MEMORY regions, hjl dot tools at gmail dot com, 2010/09/09
- [Bug gold/11997] Different behevior of MEMORY regions, ian at airs dot com, 2010/09/09
- [Bug gold/11997] Different behevior of MEMORY regions, nickc at redhat dot com, 2010/09/10
- [Bug gold/11997] Different behevior of MEMORY regions, hjl dot tools at gmail dot com, 2010/09/10
- [Bug gold/11997] Different behevior of MEMORY regions,
ian at airs dot com <=
- [Bug gold/11997] Different behevior of MEMORY regions, ian at airs dot com, 2010/09/20
- [Bug gold/11997] Different behevior of MEMORY regions, nickc at redhat dot com, 2010/09/27