diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-02-20 10:17:57 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-02-20 10:17:57 +0000 |
commit | da4f43a4b4987f4b207b3ecee6bf67a9f5761c81 (patch) | |
tree | c11eb14e1b86924d37fc608556d42d8cfc956197 /lldb/packages/Python/lldbsuite | |
parent | 65d2d5bad4ee0db2c824ebd7faec75df401c4056 (diff) | |
download | bcm5719-llvm-da4f43a4b4987f4b207b3ecee6bf67a9f5761c81.tar.gz bcm5719-llvm-da4f43a4b4987f4b207b3ecee6bf67a9f5761c81.zip |
[llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
For instructions like call foo and jmp foo patch changes
relocation produced from R_X86_64_PC32 to R_X86_64_PLT32.
Relocation can be used as a marker for 32-bit PC-relative branches.
Linker will reduce PLT32 relocation to PC32 if function is defined locally.
Differential revision: https://reviews.llvm.org/D43383
llvm-svn: 325569
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions