diff options
author | George Rimar <grimar@accesssoftek.com> | 2015-11-25 20:20:31 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2015-11-25 20:20:31 +0000 |
commit | 1393477fd778c28be3529a4ac99056f1741bccbc (patch) | |
tree | cc81e6c87f638203b6af32cec6eb3de52adfe700 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | d17948185751425759d7ae4029821fd10a07e28c (diff) | |
download | bcm5719-llvm-1393477fd778c28be3529a4ac99056f1741bccbc.tar.gz bcm5719-llvm-1393477fd778c28be3529a4ac99056f1741bccbc.zip |
[ELF] - simplify Target interface, relocPointsToGot() removed.
https://docs.oracle.com/cd/E19683-01/817-3677/chapter6-26/index.html says:
R_386_GOTPC
Resembles R_386_PC32, except that it uses the address of the global offset table in its calculation. The symbol referenced in this relocation normally is _GLOBAL_OFFSET_TABLE_, which also instructs the link-editor to create the global offset table.
Currently _GLOBAL_OFFSET_TABLE_ has value == zero. And we use GOT address to calculate the relocation. This patch does not changes that. It just removes the method which is used only for x86. So it is close to non functional change.
Differential revision: http://reviews.llvm.org/D14993
llvm-svn: 254088
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions