summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py
diff options
context:
space:
mode:
authorMikhail Maltsev <mikhail.maltsev@arm.com>2019-07-19 15:20:32 +0000
committerMikhail Maltsev <mikhail.maltsev@arm.com>2019-07-19 15:20:32 +0000
commitf41e627157295b30c0c7802786c1bf9d23658a0f (patch)
treeba04cdd8755a0f18ba7c838bb109212bc05369f8 /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py
parentfd8a3651f74309ae0c795edd7407bd18e03d444e (diff)
downloadbcm5719-llvm-f41e627157295b30c0c7802786c1bf9d23658a0f.tar.gz
bcm5719-llvm-f41e627157295b30c0c7802786c1bf9d23658a0f.zip
[libunwind][ARM] Fix loading FP registers on big-endian targets
Summary: The function Unwind-EHABI.cpp:_Unwind_VRS_Pop loads the saved values of 64-bit FP registers as two 32-bit words because they might not be 8-byte aligned. Combining these words into a 64-bit value has to be done differently on big-endian platforms. Reviewers: ostannard, john.brawn, dmgreen Reviewed By: ostannard Subscribers: kristof.beyls, christof, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D64996 llvm-svn: 366587
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud