diff options
author | Alan Hayward <alan.hayward@arm.com> | 2018-01-12 16:56:19 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2018-01-15 15:24:11 +0000 |
commit | c9e613a728b9eaf0713b5a5970bb9ad4984fc688 (patch) | |
tree | 3f5a0d737c6e445b5a5ffc7162a2353a9a547b45 /elf | |
parent | 860b0240a5645edd6490161de3f8d1d1f2786025 (diff) | |
download | glibc-c9e613a728b9eaf0713b5a5970bb9ad4984fc688.tar glibc-c9e613a728b9eaf0713b5a5970bb9ad4984fc688.tar.gz glibc-c9e613a728b9eaf0713b5a5970bb9ad4984fc688.tar.bz2 glibc-c9e613a728b9eaf0713b5a5970bb9ad4984fc688.zip |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |