summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorAlan Hayward <alan.hayward@arm.com>2018-01-12 16:56:19 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2018-01-15 15:24:11 +0000
commitc9e613a728b9eaf0713b5a5970bb9ad4984fc688 (patch)
tree3f5a0d737c6e445b5a5ffc7162a2353a9a547b45 /elf
parent860b0240a5645edd6490161de3f8d1d1f2786025 (diff)
Add NT_ARM_SVE to elf.h
This definition is for AArch64 SVE registers in elf core dumps. * elf/elf.h (NT_ARM_SVE): Define.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index da5ccb23ce..66af3dc0ea 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -795,6 +795,8 @@ typedef struct
#define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */
#define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */
#define NT_ARM_SYSTEM_CALL 0x404 /* ARM system call number */
+#define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension
+ registers */
/* Legal values for the note segment descriptor types for object files. */