summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2016-06-07 03:15:07 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2016-06-07 03:15:07 +0000
commit532dcbc2c5d5b0a6ec757699e0b23d6a7417e12e (patch)
tree061b3e50c6f0d41328eef28f0038e0db0cbddb68 /lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py
parentce4eee495145d78ec66ff33e39df68d8654defdc (diff)
downloadbcm5719-llvm-532dcbc2c5d5b0a6ec757699e0b23d6a7417e12e.tar.gz
bcm5719-llvm-532dcbc2c5d5b0a6ec757699e0b23d6a7417e12e.zip
ARM: correct TLS access on WoA
TLS access requires an offset from the TLS index. The index itself is the section-relative distance of the symbol. For ARM, the relevant relocation (IMAGE_REL_ARM_SECREL) is applied as a constant. This means that the value may not be an immediate and must be lowered into a constant pool. This offset will not be base relocated. We were previously emitting the actual address of the symbol which would be base relocated and would therefore be the vaue offset by the ImageBase + TLS Offset. llvm-svn: 271974
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud