summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-06-12 16:20:44 +0000
committerFangrui Song <maskray@google.com>2018-06-12 16:20:44 +0000
commitf72cdb50bef481d0a2057c9e55b3612a6c05b839 (patch)
tree62a7c4d30140bf343d324a77193fb8c3b9518ecf /lldb/packages/Python/lldbsuite
parent5d49f665704523fece06d9621b3deeb5dc4b44e6 (diff)
downloadbcm5719-llvm-f72cdb50bef481d0a2057c9e55b3612a6c05b839.tar.gz
bcm5719-llvm-f72cdb50bef481d0a2057c9e55b3612a6c05b839.zip
[MC] [X86] Teach leaq _GLOBAL_OFFSET_TABLE(%rip), %r15 to use R_X86_64_GOTPC32 instead of R_X86_64_PC32
Summary: This is similar to D46319 (ARM). x86-64 psABI p40 gives an example: leaq _GLOBAL_OFFSET_TABLE(%rip), %r15 # GOTPC32 reloc GNU as creates R_X86_64_GOTPC32. However, MC currently emits R_X86_64_PC32. Reviewers: javed.absar, echristo Subscribers: kristof.beyls, llvm-commits, peter.smith, grimar Differential Revision: https://reviews.llvm.org/D47507 llvm-svn: 334515
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud