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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
ELF linker stores the first input section whose name matches __start_SECNAME
or __stop_SECNAME in     u.undef.section for garbage collection.  If these
symbols are provide in linker script, u.undef.section is set to the section
where they will defined by linker script, which leads to the incorrect output.

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