diff options
author | Peter Smith <peter.smith@linaro.org> | 2018-12-17 10:33:47 +0000 |
---|---|---|
committer | Peter Smith <peter.smith@linaro.org> | 2018-12-17 10:33:47 +0000 |
commit | 6ece0ad4292b12962bf98fce5610664108a0023c (patch) | |
tree | 112bdf5c47e71abb3d68fb4ecc9c7444a6fb2730 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | a033466602589a696f1dc1219ad74cb1504f982e (diff) | |
download | bcm5719-llvm-6ece0ad4292b12962bf98fce5610664108a0023c.tar.gz bcm5719-llvm-6ece0ad4292b12962bf98fce5610664108a0023c.zip |
[ELF][ARM] Add support for architecture v6m thunks
ARM Architecture v6m is used by the smallest microcontrollers such as the
cortex-m0. It is Thumb only (no Thumb 2) which prevents it from using the
existing Thumb 2 range extension thunks as these use the Thumb 2 movt/movw
instructions. Range extension thunks are not usually needed for
microcontrollers due to the small amount of flash and ram on the device,
however if code is copied from flash into ram then a range extension thunk
is required to call that code.
This change adds support for v6m range extension thunks. The procedure call
standard APCS permits a thunk to corrupt the intra-procedural scratch
register r12 (referred to as ip in the APCS). Most Thumb instructions do
not permit access to high registers (r8 - r15) so the thunks must spill
some low registers (r0 - r7) to perform the control transfer.
Fixes pr39922
Differential Revision: https://reviews.llvm.org/D55555
llvm-svn: 349337
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions