[PATCH] [lld][ELF][ARM] Generate PLT entries for function calls from ARM and Thumb code
Denis Protivensky
dprotivensky at accesssoftek.com
Mon Mar 30 06:52:45 PDT 2015
Hi shankarke, ruiu,
The function call that goes through PLT table may be performed from both ARM and Thumb code. This situation requires adding a veneer to original PLT code (which is always ARM) to effect Thumb-to-ARM transition.
http://reviews.llvm.org/D8701
Files:
lib/ReaderWriter/ELF/ARM/ARMRelocationPass.cpp
test/elf/ARM/plt-interwork.test
test/elf/ARM/rel-ifunc.test
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8701.22880.patch
Type: text/x-patch
Size: 27786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150330/a858c743/attachment.bin>
More information about the llvm-commits
mailing list