From 0f6417aafcb5332cea53f81daa2dca9588c8b733 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 22 Dec 2023 09:47:33 +0000 Subject: elf.h: define GNU_PROPERTY_AARCH64_FEATURE_1_GCS --- elf/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/elf/elf.h b/elf/elf.h index 455731663c..f927dad3c3 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -1377,6 +1377,7 @@ typedef struct #define GNU_PROPERTY_AARCH64_FEATURE_1_BTI (1U << 0) #define GNU_PROPERTY_AARCH64_FEATURE_1_PAC (1U << 1) +#define GNU_PROPERTY_AARCH64_FEATURE_1_GCS (1U << 2) /* The x86 instruction sets indicated by the corresponding bits are used in program. Their support in the hardware is optional. */ -- cgit v1.2.3