diff options
| author | Joseph Myers <josmyers@redhat.com> | 2025-04-22 17:02:23 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2025-04-22 17:02:23 +0000 |
| commit | 4e24e4d936b57f6e7809032f55cc95a4cf4d2396 (patch) | |
| tree | b52f69d1a3c77484bfd0ffeac86db7b79399c6f9 | |
| parent | cf9241107d12e79073ddb03bab9de115e5e0e856 (diff) | |
| download | glibc-4e24e4d936b57f6e7809032f55cc95a4cf4d2396.tar.xz glibc-4e24e4d936b57f6e7809032f55cc95a4cf4d2396.zip | |
Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.h
Linux 6.13 adds new ELF note types NT_ARM_GCS and
NT_RISCV_TAGGED_ADDR_CTRL. Add these to glibc's elf.h.
Tested for x86_64.
| -rw-r--r-- | elf/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -837,12 +837,15 @@ typedef struct #define NT_ARM_ZT 0x40d /* ARM SME ZT registers. */ #define NT_ARM_FPMR 0x40e /* ARM floating point mode register. */ #define NT_ARM_POE 0x40f /* ARM POE registers. */ +#define NT_ARM_GCS 0x410 /* ARM GCS state. */ #define NT_VMCOREDD 0x700 /* Vmcore Device Dump Note. */ #define NT_MIPS_DSP 0x800 /* MIPS DSP ASE registers. */ #define NT_MIPS_FP_MODE 0x801 /* MIPS floating-point mode. */ #define NT_MIPS_MSA 0x802 /* MIPS SIMD registers. */ #define NT_RISCV_CSR 0x900 /* RISC-V Control and Status Registers */ #define NT_RISCV_VECTOR 0x901 /* RISC-V vector registers */ +#define NT_RISCV_TAGGED_ADDR_CTRL 0x902 /* RISC-V tagged + address control */ #define NT_LOONGARCH_CPUCFG 0xa00 /* LoongArch CPU config registers. */ #define NT_LOONGARCH_CSR 0xa01 /* LoongArch control and status registers. */ |
