public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
@ 2023-10-19 15:12 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2023-10-19 15:12 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1c1083a3e48240866cfac595a2d60dfb1e8a1bf1

commit 1c1083a3e48240866cfac595a2d60dfb1e8a1bf1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Oct 19 15:12:09 2023 +0000

    Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
    
    Linux 6.5 adds constants NT_PPC_DEXCR and NT_PPC_HASHKEYR.  Add these
    to glibc's elf.h.
    
    Tested for x86_64.

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

diff --git a/elf/elf.h b/elf/elf.h
index 7b4a8fe43e..73a64baa79 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -791,6 +791,8 @@ typedef struct
 					   Register */
 #define NT_PPC_PKEY	0x110		/* Memory Protection Keys
 					   registers.  */
+#define NT_PPC_DEXCR	0x111		/* PowerPC DEXCR registers.  */
+#define NT_PPC_HASHKEYR	0x112		/* PowerPC HASHKEYR register.  */
 #define NT_386_TLS	0x200		/* i386 TLS slots (struct user_desc) */
 #define NT_386_IOPERM	0x201		/* x86 io permission bitmap (1=deny) */
 #define NT_X86_XSTATE	0x202		/* x86 extended state using xsave */

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

only message in thread, other threads:[~2023-10-19 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 15:12 [glibc] Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 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).