[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/15370] linker script does not group sections correctly when bu
From: |
amodra at gmail dot com |
Subject: |
[Bug gold/15370] linker script does not group sections correctly when building ppc64 Linux kernel |
Date: |
Mon, 15 Apr 2013 10:30:34 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=15370
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amodra at gmail dot com
--- Comment #1 from Alan Modra <amodra at gmail dot com> 2013-04-15 10:30:34
UTC ---
Gold apparently doesn't make a distinction between
*(.text .rdata)
and
*(.text) *(.rdata).
See node Input Section Basics in the ld info docs. Looks to me like
Output_section_element_input::set_section_addresses() is the culprit, but I'm
going on vacation so will leave it to someone else to fix. ;-)
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.