[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/15057] gld creates SHT_PROGBITS .bss section
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/15057] gld creates SHT_PROGBITS .bss section |
Date: |
Thu, 24 Jan 2013 01:40:40 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=15057
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-01-24 01:40:40
UTC ---
Create a link map for one of these failing tests (-Wl,-Map,<somefile>). Look
in <somefile> to see what sections (or data!) are going in to .bss. If you
find data from a linker script there's your problem, otherwise look at all the
input objects contributing to .bss to see whether any have a SHT_PROGBITS .bss.
If no input objects, then we might have a bug in the linker when eg. the
linker created .dynbss is the only section in .bss output section.
--
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.