[llvm-bugs] [Bug 48674] LLD defines __rela_iplt_start for -pie while GNU ld doesn't (-static-pie doesn't work with glibc IFUNC)

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 15 11:32:29 PDT 2021


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

Fangrui Song <i at maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
           Assignee|unassignedbugs at nondot.org   |i at maskray.me

--- Comment #8 from Fangrui Song <i at maskray.me> ---
I worked around the glibc csu/libc-start.c ARCH_APPLY_IREL issue (unclear
semantics) and unneeded diff -u =(ld.bfd --verbose) =(ld.bfd -pie --verbose)
difference in f8cb78e99aae9aa3f89f7bfe667db2c5b767f21f
[ELF] Don't define __rela_iplt_start for -pie/-shared
(target: 13.0.0)

-- 
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/20210715/bd3a60ea/attachment-0001.html>


More information about the llvm-bugs mailing list