mirror of git://sourceware.org/git/glibc.git
elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCS
Reviewed-by: Carlos O'Donell <carlos@redhat.com> Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
parent
58771b8a59
commit
640c209a72
|
@ -1391,6 +1391,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