bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/10749] Linker failed to build working ia64 kernel


From: amodra at bigpond dot net dot au
Subject: [Bug ld/10749] Linker failed to build working ia64 kernel
Date: 11 Oct 2009 01:55:33 -0000

------- Additional Comments From amodra at bigpond dot net dot au  2009-10-11 
01:55 -------
Exactly.  The reason is that .text is made a unique section, so doesn't match
the .text in the script.  See unique_section_p, in particular the one in
output_section_callback.  So .text is treated as an orphan, and orphans have
their vma set to zero.

-- 


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

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