[PATCH] D15376: [ELF] - Resolve R_386_PLT32 statically in some cases.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 05:56:25 PST 2015
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
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.
http://reviews.llvm.org/D15376
Files:
ELF/Target.cpp
test/ELF/plt-i686.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15376.42288.patch
Type: text/x-patch
Size: 5617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151209/60bf9e3a/attachment.bin>
More information about the llvm-commits
mailing list