If R_386_PLT32 relocation is applied against symbol that can not be preempted then it can be resolved statically.
Patch implements it for x86 target.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D15376
[ELF] - Resolve R_386_PLT32 statically in some cases. ClosedPublic Authored by grimar on Dec 9 2015, 5:56 AM.
Details Summary If R_386_PLT32 relocation is applied against symbol that can not be preempted then it can be resolved statically.
Diff Detail
Event Timelinegrimar updated this object. This revision is now accepted and ready to land.Dec 9 2015, 9:41 AM Closed by commit rL255233: [ELF] - Resolve R_386_PLT32 statically in some cases. (authored by grimar). · Explain WhyDec 10 2015, 1:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42398 lld/trunk/ELF/Target.cpp
lld/trunk/test/ELF/plt-i686.s
|