bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/10450] elfutils elflint failures


From: mjw at redhat dot com
Subject: [Bug gold/10450] elfutils elflint failures
Date: 26 Jul 2009 19:30:33 -0000

------- Additional Comments From mjw at redhat dot com  2009-07-26 19:30 -------
> section [34] '.note.gnu.gold-version': unknown object file note type 4 at
offset 24

This has been fixed in elflint. It didn't know about this new note type.

> section [35] '.symtab': _GLOBAL_OFFSET_TABLE_ symbol value 0x403dc8 does not
match .got section address 0x403dc0

This is caused by the fact that gold combines the got and plt in the same
section. So the plt part doesn't start at the start of a section which elflink
expects. One advantage of having a separate .got and .got.plt section is that
the separate .got section can be marked relro.

The rest of the failures still need analyzing.
Please let me know if you prefer I open separate bug reports.

-- 


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

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