]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 25 Mar 2019 13:15:56 +0000 (13:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 25 Mar 2019 13:15:56 +0000 (13:15 +0000)
This patch adds two new NT_* macros from Linux 5.0 to elf.h.

Tested for x86_64.

* elf/elf.h (NT_ARM_PAC_MASK): New macro.
(NT_MIPS_MSA): Likewise.

ChangeLog
elf/elf.h

index 45917ec56ab141123acfb5ee6907537d54b2f53a..2ead14e1a919fcd1e303e796ed9db3ea25ca97c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-25  Joseph Myers  <joseph@codesourcery.com>
+
+       * elf/elf.h (NT_ARM_PAC_MASK): New macro.
+       (NT_MIPS_MSA): Likewise.
+
 2019-03-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * benchtests/Makefile (USE_CLOCK_GETTIME) Remove.
index 28296c7efd2dcedbd017d753c418fba4d5b29251..a313c24b933847ddcaec4288fefe53a49687bd77 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -809,9 +809,12 @@ typedef struct
 #define NT_ARM_SYSTEM_CALL     0x404   /* ARM system call number */
 #define NT_ARM_SVE     0x405           /* ARM Scalable Vector Extension
                                           registers */
+#define NT_ARM_PAC_MASK        0x406           /* ARM pointer authentication
+                                          code masks.  */
 #define NT_VMCOREDD    0x700           /* Vmcore Device Dump Note.  */
 #define NT_MIPS_DSP    0x800           /* MIPS DSP ASE registers.  */
 #define NT_MIPS_FP_MODE        0x801           /* MIPS floating-point mode.  */
+#define NT_MIPS_MSA    0x802           /* MIPS SIMD registers.  */
 
 /* Legal values for the note segment descriptor types for object files.  */