[PATCH] Add NT_ARM_SVE
* elf/common.h (NT_ARM_SVE): Define.
This commit is contained in:
parent
077c11e867
commit
fae1616f5f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-01-24 Alan Hayward alan.hayward@arm.com
|
||||
|
||||
* elf/common.h (NT_ARM_SVE): Define.
|
||||
|
||||
2017-01-04 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* dwarf2.def: Sync with mainline gcc sources.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue