[llvm-bugs] [Bug 40740] [PowerPC64] [ELFv2] wrong .init section for large binaries (long branch thunk)
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 9 23:06:09 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=40740
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |i at maskray.me
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #14 from Fangrui Song <i at maskray.me> ---
Should be fixed D61720/r360405 (will be included in lld 9.0.0)
Please re-open if that is not the case :)
The added test test/ELF/ppc64-long-branch-init.s should capture the nature of
the problem quite well.
Linux glibc is unaffected just because their crti.o (first piece of the .init
output section) has a bl that need __plt___gmon_start_.
Alfredo, I want to express my gladness that you and other folks are working on
bringing up FreeBSD powerpc64.
--
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/20190510/0c1efbeb/attachment.html>
More information about the llvm-bugs
mailing list