aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2014-02-05 14:15:16 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2014-02-05 14:15:16 +0000
commitd5c48aa3d384e58e964317cd549a7e217080a08c (patch)
tree0dad09047a423899456488910444e53bca2baba0 /lldb/source/Commands/CommandObjectCommands.cpp
parent99c9d6a0f67ac71188377404af221c00062b58e9 (diff)
downloadllvm-d5c48aa3d384e58e964317cd549a7e217080a08c.zip
llvm-d5c48aa3d384e58e964317cd549a7e217080a08c.tar.gz
llvm-d5c48aa3d384e58e964317cd549a7e217080a08c.tar.bz2
ARM: Resolve thumb_bl fixup in same MCFragment.
In Thumb1 mode, bl instruction might be selected for branches between basic blocks in the function if the offset is greater than 2KB. However, this might cause SEGV because the destination symbol is not marked as thumb function and the execution mode will be reset to ARM mode. Since we are sure that these symbols are in the same data fragment, we can simply resolve these local symbols, and don't emit any relocation information for this bl instruction. llvm-svn: 200842
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions