]> sourceware.org Git - glibc.git/commitdiff
Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 5 Feb 2021 01:47:57 +0000 (01:47 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 5 Feb 2021 01:47:57 +0000 (01:47 +0000)
This patch adds the new NT_ARM_TAGGED_ADDR_CTRL constant from Linux
5.10 to glibc's elf.h.

Tested for x86_64.

elf/elf.h

index 9ebd052c8add03418038b122a4d73440030d3131..4f838d4af21392c48781b0cf4a530880c9f570ee 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -813,6 +813,8 @@ typedef struct
                                           address keys.  */
 #define NT_ARM_PACG_KEYS       0x408   /* ARM pointer authentication
                                           generic key.  */
+#define NT_ARM_TAGGED_ADDR_CTRL        0x409   /* AArch64 tagged address
+                                          control.  */
 #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.  */
This page took 0.043481 seconds and 5 git commands to generate.