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.
This commit is contained in:
Alan Hayward 2018-01-12 16:56:19 +00:00 committed by Szabolcs Nagy
parent 860b0240a5
commit c9e613a728
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2018-01-15 Alan Hayward <alan.hayward@arm.com>
* elf/elf.h (NT_ARM_SVE): Define.
2018-01-15 Florian Weimer <fweimer@redhat.com>
[BZ #22636]

View File

@ -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. */