aboutsummaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@arm.com>2023-01-03 11:15:26 +0000
committerNick Clifton <nickc@redhat.com>2023-01-03 11:15:26 +0000
commita8f175d9d0e8278a1b9f8e7cc65a840d0518861d (patch)
tree7b706b03614aeacdd8843f0d423732b94c0a173c /include/elf/common.h
parent08fd407675396cf9500519f02033e6cec270a4a6 (diff)
downloadgdb-a8f175d9d0e8278a1b9f8e7cc65a840d0518861d.zip
gdb-a8f175d9d0e8278a1b9f8e7cc65a840d0518861d.tar.gz
gdb-a8f175d9d0e8278a1b9f8e7cc65a840d0518861d.tar.bz2
Add new NT_ARM_ZA and NT_ARM_SSVE register set constants.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 9775908..bb93123 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -696,6 +696,10 @@
#define NT_ARM_PAC_ENABLED_KEYS 0x40a /* AArch64 pointer authentication
enabled keys (prctl()) */
/* note name must be "LINUX". */
+#define NT_ARM_SSVE 0x40b /* AArch64 SME streaming SVE registers. */
+ /* Note: name must be "LINUX". */
+#define NT_ARM_ZA 0x40c /* AArch64 SME ZA register. */
+ /* Note: name must be "LINUX". */
#define NT_ARC_V2 0x600 /* ARC HS accumulator/extra registers. */
/* note name must be "LINUX". */
#define NT_LARCH_CPUCFG 0xa00 /* LoongArch CPU config registers */