[AArch64][libunwind] Unwinding support for return address signing
authorLuke Cheeseman <luke.cheeseman@arm.com>
Fri, 14 Dec 2018 11:30:12 +0000 (11:30 +0000)
committerLuke Cheeseman <luke.cheeseman@arm.com>
Fri, 14 Dec 2018 11:30:12 +0000 (11:30 +0000)
commite1a819e82de87bfd217d73ca74a39d10b46d0a71
treed2d100a78ce79f0bffbe3fd90f02e544c6e754f0
parent96408bb04a03b4ac961831c270fd9c996358ee03
[AArch64][libunwind] Unwinding support for return address signing

- Follow up to revision r342895
- gcc would not build libunwind with the earlier patch as the autia1716
  instruction wasn't allowed to be assembled for pre armv8.3a targets
- The autia1716 instruction lives in the hint space encodings so is a valid
  instruction for all armv8a targets
- To work around this I have swapped out the autia1716 instruction for the hint
  instruction

Differential Revision: https://reviews.llvm.org/D55700

llvm-svn: 349140
libunwind/include/libunwind.h
libunwind/src/DwarfInstructions.hpp
libunwind/src/DwarfParser.hpp
libunwind/src/Registers.hpp
libunwind/src/dwarf2.h