diff options
author | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | 2025-05-01 16:48:15 -0300 |
---|---|---|
committer | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | 2025-07-03 13:26:40 -0300 |
commit | 27e5f9c97599fa335f61340a726337cb4ce62804 (patch) | |
tree | e377f42ff02066460e3f06bada9394e219a512c1 /include | |
parent | 8b5072aef1769543caf1d43e5ebaf8bea9264ace (diff) | |
download | binutils-27e5f9c97599fa335f61340a726337cb4ce62804.zip binutils-27e5f9c97599fa335f61340a726337cb4ce62804.tar.gz binutils-27e5f9c97599fa335f61340a726337cb4ce62804.tar.bz2 |
bfd/aarch64-linux: Support reading and writing the GCS core file note
Reviewed-By: Luis Machado <luis.machado@arm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 01812b4..f395278 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -740,6 +740,9 @@ /* Note: name must be "LINUX". */ #define NT_ARM_ZT 0x40d /* AArch64 SME2 ZT registers. */ /* Note: name must be "LINUX". */ +#define NT_ARM_GCS 0x410 /* AArch64 Guarded Control Stack + registers. */ + /* Note name must be "LINUX". */ #define NT_ARC_V2 0x600 /* ARC HS accumulator/extra registers. */ /* note name must be "LINUX". */ #define NT_LARCH_CPUCFG 0xa00 /* LoongArch CPU config registers */ |