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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #12 from Alan Modra <amodra at gmail dot com> 2011-08-02 02:02:12 
UTC ---
Nick, I reckon your patch is covering a bug elsewhere.  Symbols in discarded
sections are supposed to be treated as undefined.  See cofflink.c:396. 
section_already_linked is supposed to discard duplicate sections.  Apparently
it doesn't.  Ah ha!  I see _bfd_generic_section_already_linked is setting
SEC_GROUP for the plugin comdat entry in the already_linked list, and then
totally ignores any entry with SEC_GROUP set.

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