[llvm-bugs] [Bug 28020] [LLD/ELF] R_X86_64_64 not permitted in DSO, permitted by gold

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jun 10 02:38:26 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28020

George Rimar <grimar at accesssoftek.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from George Rimar <grimar at accesssoftek.com> ---
Fixed by updating the error message to show that R_X86_64_64 relocation can not
be against read only segment since we do not support DT_TEXTREL. (r272377)
If we one day decide to add someting like -z textrels, this can be reopened
then.

-- 
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/20160610/8650e509/attachment.html>


More information about the llvm-bugs mailing list