From: Szabolcs Nagy Date: Fri, 29 Apr 2022 13:27:32 +0000 (+0100) Subject: elf: add EF_AARCH64_CHERI_PURECAP X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=823a9cb203c3b13127db5b3e1f94a697e695735f;p=thirdparty%2Fglibc.git elf: add EF_AARCH64_CHERI_PURECAP --- diff --git a/elf/elf.h b/elf/elf.h index f61eced554a..4a5653c4191 100644 --- 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)