]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add NT_ARM_SVE to elf.h
authorAlan Hayward <alan.hayward@arm.com>
Fri, 12 Jan 2018 16:56:19 +0000 (16:56 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 15 Jan 2018 15:24:11 +0000 (15:24 +0000)
This definition is for AArch64 SVE registers in elf core dumps.

* elf/elf.h (NT_ARM_SVE): Define.

ChangeLog
elf/elf.h

index c2a4a41f6242fed8bbb935378f6b53f1bb51fc7d..8abc78b8496c7c72ec1beab56dd4692fb349b60f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index da5ccb23ce558155eeb2c8a1a3282b59c94fcb65..66af3dc0ea61cd7a488f788249e537f739e1d873 100644 (file)
--- 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.  */