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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to