https://sourceware.org/bugzilla/show_bug.cgi?id=19013

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
                 CC|                            |amodra at gmail dot com
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com

--- Comment #3 from Alan Modra <amodra at gmail dot com> ---
Yes, this is a bug.  Linker input object files that don't match the output
format are supposed to be handled by the generic linker backend.  The generic
linker backend lacks many features of the ELF linker backend, in particular for
this case, string merging.  The problem here is caused by the ELF linker
backend incorrectly being used to process string merge sections, which affects
the size of the output section, and then trying to output them using the
generic linker backend.

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