mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCS
This commit is contained in:
parent
3826469361
commit
4d3de2c0cb
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user