This relocation type is used by R_386_TLS_GD. Its formula is the same as
R_GOTPLT (e.g R_X86_64_GOT{32,64} R_386_TLS_GOTIE). Rename it to be clearer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D60941
[ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_TO_IE_GOTPLT ClosedPublic Authored by MaskRay on Apr 20 2019, 11:52 PM.
Details Summary This relocation type is used by R_386_TLS_GD. Its formula is the same as
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 21 2019, 7:33 PM Closed by commit rGe1f3191a0d03: [ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_TO_IE_GOTPLT (authored by MaskRay). · Explain WhyApr 21 2019, 7:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 196029 lld/ELF/Arch/X86.cpp
lld/ELF/InputSection.cpp
lld/ELF/Relocations.h
|