]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: add EF_AARCH64_CHERI_PURECAP
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 29 Apr 2022 13:27:32 +0000 (14:27 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 27 Oct 2022 13:46:51 +0000 (14:46 +0100)
elf/elf.h

index f61eced554af6fa12c62d33b353c40c3c3f88d7b..4a5653c4191851c3e27b54bdab7da86b773445c1 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2906,6 +2906,9 @@ enum
 /* MTE memory tag segment type.  */
 #define PT_AARCH64_MEMTAG_MTE  (PT_LOPROC + 2)
 
+/* Processor specific flags for the ELF header e_flags field.  */
+#define EF_AARCH64_CHERI_PURECAP 0x00010000
+
 /* AArch64 specific values for the Dyn d_tag field.  */
 #define DT_AARCH64_BTI_PLT     (DT_LOPROC + 1)
 #define DT_AARCH64_PAC_PLT     (DT_LOPROC + 3)