[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/10749] Linker failed to build working ia64 kernel
From: |
hjl dot tools at gmail dot com |
Subject: |
[Bug ld/10749] Linker failed to build working ia64 kernel |
Date: |
11 Oct 2009 02:03:39 -0000 |
------- Additional Comments From hjl dot tools at gmail dot com 2009-10-11
02:03 -------
(In reply to comment #17)
> 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.
Linker script has
---
SECTIONS
{
. = 0x800000;
.text : { *(.text) }
. = 0x900000;
.data : { *(.data) }
/DISCARD/ : { *(.*) }
}
---
Shouldn't the orphaned sections be discarded?
--
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.
- [Bug ld/10749] Linker failed to build working ia64 kernel, (continued)
- [Bug ld/10749] Linker failed to build working ia64 kernel, amodra at bigpond dot net dot au, 2009/10/09
- [Bug ld/10749] Linker failed to build working ia64 kernel, cvs-commit at gcc dot gnu dot org, 2009/10/09
- [Bug ld/10749] Linker failed to build working ia64 kernel, cvs-commit at gcc dot gnu dot org, 2009/10/09
- [Bug ld/10749] Linker failed to build working ia64 kernel, cvs-commit at gcc dot gnu dot org, 2009/10/09
- [Bug ld/10749] Linker failed to build working ia64 kernel, hjl dot tools at gmail dot com, 2009/10/09
- [Bug ld/10749] Linker failed to build working ia64 kernel, danglin at gcc dot gnu dot org, 2009/10/10
- [Bug ld/10749] Linker failed to build working ia64 kernel, hjl dot tools at gmail dot com, 2009/10/10
- [Bug ld/10749] Linker failed to build working ia64 kernel, amodra at bigpond dot net dot au, 2009/10/10
- [Bug ld/10749] Linker failed to build working ia64 kernel, dave at hiauly1 dot hia dot nrc dot ca, 2009/10/10
- [Bug ld/10749] Linker failed to build working ia64 kernel, amodra at bigpond dot net dot au, 2009/10/10
- [Bug ld/10749] Linker failed to build working ia64 kernel,
hjl dot tools at gmail dot com <=
- [Bug ld/10749] Linker failed to build working ia64 kernel, amodra at bigpond dot net dot au, 2009/10/10
- [Bug ld/10749] Linker failed to build working ia64 kernel, amodra at bigpond dot net dot au, 2009/10/10
- [Bug ld/10749] Linker failed to build working ia64 kernel, dave at hiauly1 dot hia dot nrc dot ca, 2009/10/11
- [Bug ld/10749] Linker failed to build working ia64 kernel, amodra at bigpond dot net dot au, 2009/10/12