elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCS

This commit is contained in:
Szabolcs Nagy 2023-12-22 09:47:33 +00:00
parent 3826469361
commit 4d3de2c0cb

View File

@ -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. */