public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add more NT_ARM_* constants from Linux kernel to elf.h
@ 2024-06-04 12:24 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2024-06-04 12:24 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9063b32b3c3438452d9b47a0213a9d2007252554

commit 9063b32b3c3438452d9b47a0213a9d2007252554
Author: Joseph Myers <josmyers@redhat.com>
Date:   Tue Jun 4 12:24:37 2024 +0000

    Add more NT_ARM_* constants from Linux kernel to elf.h
    
    Linux 6.9 adds the ELF note type NT_ARM_FPMR.  Add this to glibc's
    elf.h, along with the previously missed NT_ARM_SSVE, NT_ARM_ZA and
    NT_ARM_ZT (added in older kernel versions).
    
    Tested for x86_64.

Diff:
---
 elf/elf.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index 081742a9c3..33aea7f743 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -831,6 +831,10 @@ typedef struct
 					   control.  */
 #define NT_ARM_PAC_ENABLED_KEYS	0x40a	/* AArch64 pointer authentication
 					   enabled keys.  */
+#define NT_ARM_SSVE	0x40b		/* ARM Streaming SVE registers.  */
+#define NT_ARM_ZA	0x40c		/* ARM SME ZA registers.  */
+#define NT_ARM_ZT	0x40d		/* ARM SME ZT registers.  */
+#define NT_ARM_FPMR	0x40e		/* ARM floating point mode register.  */
 #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.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-04 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 12:24 [glibc] Add more NT_ARM_* constants from Linux kernel to elf.h Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).