Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h

Joseph Myers joseph@codesourcery.com
Thu Feb 4 21:00:50 GMT 2021


This patch adds the new NT_ARM_TAGGED_ADDR_CTRL constant from Linux
5.10 to glibc's elf.h.

Tested for x86_64.

diff --git a/elf/elf.h b/elf/elf.h
index 9ebd052c8a..4f838d4af2 100644
--- 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.  */

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list