[Bug 204170] elfutils don't pass testsuite on alpha

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 7 22:09:39 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=204170





--- Comment #47 from Roland McGrath <roland at redhat.com>  2008-08-07 18:09:38 EDT ---
The situation is the same as before.  Those two errors are about data_start and
__data_start, which are two symbols with the same value/section (aliases
defined together).  It looks like there is an ld bug here.  The st_value of
data_start is not plausible.  It's supposed to be the beginning of .data, but
there is no .data section at all.  If there were, I'm sure it would have
st_align=8, so that would not be its address.  Somehow these symbols have ended
up pointing to the .got section but with an address that's 4 bytes before .got
(and thus misaligned).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list