public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.h
@ 2022-10-12 14:29 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2022-10-12 14:29 UTC (permalink / raw)
  To: glibc-cvs

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

commit ba0ca36132d72d88f577062520b479b4b97df114
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 12 14:28:47 2022 +0000

    Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.h
    
    Add the new NT_S390_PV_CPU_DATA constant from Linux 6.0 to glibc's
    elf.h.
    
    Tested for x86_64.

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

diff --git a/elf/elf.h b/elf/elf.h
index 273305a7cd..f51300bc8c 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -809,6 +809,7 @@ typedef struct
 #define NT_S390_GS_BC	0x30c		/* s390 guarded storage
 					   broadcast control block.  */
 #define NT_S390_RI_CB	0x30d		/* s390 runtime instrumentation.  */
+#define NT_S390_PV_CPU_DATA	0x30e	/* s390 protvirt cpu dump data.  */
 #define NT_ARM_VFP	0x400		/* ARM VFP/NEON registers */
 #define NT_ARM_TLS	0x401		/* ARM TLS register */
 #define NT_ARM_HW_BREAK	0x402		/* ARM hardware breakpoint registers */

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

only message in thread, other threads:[~2022-10-12 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 14:29 [glibc] Add NT_S390_PV_CPU_DATA from Linux 6.0 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).