author | Szabolcs Nagy <nsz@port70.net> | 2020年12月19日 21:06:06 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2021年02月15日 09:16:06 -0500 |
commit | 8b29f02370cb3d789da4f57a1db726e5709fccde (patch) | |
tree | ba49a7b7c7004ac9a9eaba369ffdc5f3e37eff54 /include/elf.h | |
parent | d7210f0c123c4de5110b80f26b8ea460b9799eeb (diff) | |
download | musl-8b29f02370cb3d789da4f57a1db726e5709fccde.tar.gz |
-rw-r--r-- | include/elf.h | 1 |
diff --git a/include/elf.h b/include/elf.h index b5e7befb..5170f3e2 100644 --- a/include/elf.h +++ b/include/elf.h @@ -686,6 +686,7 @@ typedef struct { #define NT_ARM_PAC_MASK 0x406 #define NT_ARM_PACA_KEYS 0x407 #define NT_ARM_PACG_KEYS 0x408 +#define NT_ARM_TAGGED_ADDR_CTRL 0x409 #define NT_METAG_CBUF 0x500 #define NT_METAG_RPIPE 0x501 #define NT_METAG_TLS 0x502 |