aboutsummaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2021-02-05 01:47:57 +0000
committerJoseph Myers <joseph@codesourcery.com>2021-02-05 01:47:57 +0000
commit339f7fea92fa6a43688e54712aec58dd223904e5 (patch)
tree4b1fbdf2f637c4b05cce61997d3597aed36bc468 /elf
parent1e3d9c1e4dc3ad4d6eba2ecec86c97b0ccac2794 (diff)
downloadglibc-339f7fea92fa6a43688e54712aec58dd223904e5.zip
glibc-339f7fea92fa6a43688e54712aec58dd223904e5.tar.gz
glibc-339f7fea92fa6a43688e54712aec58dd223904e5.tar.bz2
Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.
This patch adds the new NT_ARM_TAGGED_ADDR_CTRL constant from Linux 5.10 to glibc's elf.h. Tested for x86_64.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 9ebd052..4f838d4 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. */