diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-02-05 01:47:57 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-02-05 01:47:57 +0000 |
commit | 339f7fea92fa6a43688e54712aec58dd223904e5 (patch) | |
tree | 4b1fbdf2f637c4b05cce61997d3597aed36bc468 /elf | |
parent | 1e3d9c1e4dc3ad4d6eba2ecec86c97b0ccac2794 (diff) | |
download | glibc-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |