]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCS
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 22 Dec 2023 09:47:33 +0000 (09:47 +0000)
committerYury Khrustalev <yury.khrustalev@arm.com>
Thu, 10 Oct 2024 12:40:34 +0000 (13:40 +0100)
elf/elf.h

index 33aea7f743b885c5d74736276e55ef21756293ee..970c3daaecae3d77d5857bd41c756396d08ba3c5 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1389,6 +1389,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.  */