[llvm-bugs] [Bug 22906] lld does not seem to support __start and __stop
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 25 00:55:18 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=22906
George Rimar <grimar at accesssoftek.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #9 from George Rimar <grimar at accesssoftek.com> ---
Fix is available: r261840.
But commit message contains incorrect info: behavior currently is not the same
as in GNU binutils. While binutils takes in account references to
__start_*/__stop_* symbols, we just do not reclaim sections if their section
names are valid C identifiers.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160225/e76b8155/attachment.html>
More information about the llvm-bugs
mailing list