diff options
author | Alan Hayward <alan.hayward@arm.com> | 2017-01-24 10:37:13 +0000 |
---|---|---|
committer | Alan Hayward <alan.hayward@arm.com> | 2017-01-24 10:38:24 +0000 |
commit | fae1616f5f1357ae8b8e98241657088248178ced (patch) | |
tree | 6e7c93efe66cfe1bd78adf3f0d132ab004bce7a8 /include/elf | |
parent | 077c11e8679ea7fb4fae977327786fea8353132f (diff) | |
download | gdb-fae1616f5f1357ae8b8e98241657088248178ced.zip gdb-fae1616f5f1357ae8b8e98241657088248178ced.tar.gz gdb-fae1616f5f1357ae8b8e98241657088248178ced.tar.bz2 |
[PATCH] Add NT_ARM_SVE
* elf/common.h (NT_ARM_SVE): Define.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index a6c1ff8..834c859 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -605,6 +605,8 @@ /* note name must be "LINUX". */ #define NT_ARM_HW_WATCH 0x403 /* AArch hardware watchpoint registers */ /* note name must be "LINUX". */ +#define NT_ARM_SVE 0x405 /* AArch SVE registers. */ + /* note name must be "LINUX". */ #define NT_SIGINFO 0x53494749 /* Fields of siginfo_t. */ #define NT_FILE 0x46494c45 /* Description of mapped files. */ |