PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbti extension
authorAndrea Corallo <andrea.corallo@arm.com>
Fri, 14 May 2021 14:19:39 +0000 (16:19 +0200)
committerAndrea Corallo <andrea.corallo@arm.com>
Mon, 26 Jul 2021 12:18:24 +0000 (14:18 +0200)
commit3751264cdd187e355af867198f5b70b36846a1a8
treeec2e3e3ac0a4863a66a4e290394ae72263f09e4a
parent730afdd1399f12b6683b70b7cba0ef67651e4e05
PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbti extension

gas/
2021-06-11  Andrea Corallo  <andrea.corallo@arm.com>

* config/tc-arm.c (insns): Add 'bti' insn.
* testsuite/gas/arm/armv8_1-m-pacbti.d: New file.
* testsuite/gas/arm/armv8_1-m-pacbti.s: Likewise.

opcodes/
2021-06-11  Andrea Corallo  <andrea.corallo@arm.com>

* arm-dis.c (thumb32_opcodes): Add bti instruction.
gas/config/tc-arm.c
gas/testsuite/gas/arm/armv8_1-m-pacbti.d [new file with mode: 0644]
gas/testsuite/gas/arm/armv8_1-m-pacbti.s [new file with mode: 0644]
opcodes/arm-dis.c