public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add NT_LOONGARCH_* from Linux 5.19 to elf.h
@ 2022-08-24 18:19 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2022-08-24 18:19 UTC (permalink / raw)
  To: glibc-cvs

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

commit 025a8cce63a1d9b3ea9e84d0e844f14ec872e184
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Aug 24 18:19:13 2022 +0000

    Add NT_LOONGARCH_* from Linux 5.19 to elf.h
    
    Add the new NT_LOONGARCH_* constants from Linux 5.19 to glibc's elf.h.
    
    Tested for x86_64.

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

diff --git a/elf/elf.h b/elf/elf.h
index 8d1c7fe7e6..065deca83c 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -830,6 +830,15 @@ typedef struct
 #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_LOONGARCH_CPUCFG	0xa00	/* LoongArch CPU config registers.  */
+#define NT_LOONGARCH_CSR	0xa01	/* LoongArch control and
+					   status registers.  */
+#define NT_LOONGARCH_LSX	0xa02	/* LoongArch Loongson SIMD
+					   Extension registers.  */
+#define NT_LOONGARCH_LASX	0xa03	/* LoongArch Loongson Advanced
+					   SIMD Extension registers.  */
+#define NT_LOONGARCH_LBT	0xa04	/* LoongArch Loongson Binary
+					   Translation registers.  */
 
 /* Legal values for the note segment descriptor types for object files.  */

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

only message in thread, other threads:[~2022-08-24 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 18:19 [glibc] Add NT_LOONGARCH_* from Linux 5.19 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).