diff options
author | Claudio Bantaloukas <Claudio.Bantaloukas@arm.com> | 2024-02-19 15:26:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-02-19 15:26:59 +0000 |
commit | b47cef7ca8a2fa55acdab367c87c1ea076aec4b2 (patch) | |
tree | f33fb5eee1a7731adfcb8a0ee51f9632be243ebf /include | |
parent | 1bc24c0dabc577d244627581559707705a4add56 (diff) | |
download | gdb-b47cef7ca8a2fa55acdab367c87c1ea076aec4b2.zip gdb-b47cef7ca8a2fa55acdab367c87c1ea076aec4b2.tar.gz gdb-b47cef7ca8a2fa55acdab367c87c1ea076aec4b2.tar.bz2 |
arm: Add support for Armv9.5-A
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/arm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/arm.h b/include/opcode/arm.h index ad1d18a..b22e841 100644 --- a/include/opcode/arm.h +++ b/include/opcode/arm.h @@ -401,6 +401,7 @@ #define ARM_ARCH_V9_2A ARM_ARCH_V9_1A #define ARM_ARCH_V9_3A ARM_ARCH_V9_2A #define ARM_ARCH_V9_4A ARM_ARCH_V9_3A +#define ARM_ARCH_V9_5A ARM_ARCH_V9_4A /* Some useful combinations: */ #define ARM_ARCH_NONE ARM_FEATURE_ALL (0, 0, 0, 0) |