This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26-102-gee72219


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  ee72219a497b6317c49dc0a9a02308fe408c8c5e (commit)
      from  4ebf934e34c947ed50d0a3ff68c40bc72e50ecc9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ee72219a497b6317c49dc0a9a02308fe408c8c5e

commit ee72219a497b6317c49dc0a9a02308fe408c8c5e
Author: Gustavo Romero <gromero@linux.vnet.ibm.com>
Date:   Tue Aug 15 10:17:30 2017 -0300

    powerpc: Add values from Linux 4.8 to <elf.h>
    
    Add powerpc specific note sections available since Linux v4.8.
    
    	* elf/elf.h A (NT_PPC_TAR): New macro.
    	(NT_PPC_PPR): Likewise.
    	(NT_PPC_DSCR): Likewise.
    	(NT_PPC_EBB): Likewise.
    	(NT_PPC_PMU): Likewise.
    	(NT_PPC_TM_CGPR): Likewise.
    	(NT_PPC_TM_CFPR): Likewise.
    	(NT_PPC_TM_CVMX): Likewise.
    	(NT_PPC_TM_CVSX): Likewise.
    	(NT_PPC_TM_SPR): Likewise.
    	(NT_PPC_TM_CTAR): Likewise.
    	(NT_PPC_TM_CPPR): Likewise.
    	(NT_PPC_TM_CDSCR): Likewise.

diff --git a/ChangeLog b/ChangeLog
index 8f072e7..9c987a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2017-08-15  Gustavo Romero  <gromero@linux.vnet.ibm.com>
+
+	* elf/elf.h A (NT_PPC_TAR): New macro.
+	(NT_PPC_PPR): Likewise.
+	(NT_PPC_DSCR): Likewise.
+	(NT_PPC_EBB): Likewise.
+	(NT_PPC_PMU): Likewise.
+	(NT_PPC_TM_CGPR): Likewise.
+	(NT_PPC_TM_CFPR): Likewise.
+	(NT_PPC_TM_CVMX): Likewise.
+	(NT_PPC_TM_CVSX): Likewise.
+	(NT_PPC_TM_SPR): Likewise.
+	(NT_PPC_TM_CTAR): Likewise.
+	(NT_PPC_TM_CPPR): Likewise.
+	(NT_PPC_TM_CDSCR): Likewise.
+
 2017-08-15  Florian Weimer  <fweimer@redhat.com>
 
 	* sysdeps/i386/machine-gmon.h (mcount_internal): Declare with
diff --git a/elf/elf.h b/elf/elf.h
index 3900b4c..84a7126 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -762,6 +762,22 @@ typedef struct
 #define NT_PPC_VMX	0x100		/* PowerPC Altivec/VMX registers */
 #define NT_PPC_SPE	0x101		/* PowerPC SPE/EVR registers */
 #define NT_PPC_VSX	0x102		/* PowerPC VSX registers */
+#define NT_PPC_TAR	0x103		/* Target Address Register */
+#define NT_PPC_PPR	0x104		/* Program Priority Register */
+#define NT_PPC_DSCR	0x105		/* Data Stream Control Register */
+#define NT_PPC_EBB	0x106		/* Event Based Branch Registers */
+#define NT_PPC_PMU	0x107		/* Performance Monitor Registers */
+#define NT_PPC_TM_CGPR	0x108		/* TM checkpointed GPR Registers */
+#define NT_PPC_TM_CFPR	0x109		/* TM checkpointed FPR Registers */
+#define NT_PPC_TM_CVMX	0x10a		/* TM checkpointed VMX Registers */
+#define NT_PPC_TM_CVSX	0x10b		/* TM checkpointed VSX Registers */
+#define NT_PPC_TM_SPR	0x10c		/* TM Special Purpose Registers */
+#define NT_PPC_TM_CTAR	0x10d		/* TM checkpointed Target Address
+					   Register */
+#define NT_PPC_TM_CPPR	0x10e		/* TM checkpointed Program Priority
+					   Register */
+#define NT_PPC_TM_CDSCR	0x10f		/* TM checkpointed Data Stream Control
+					   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 */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |   16 ++++++++++++++++
 elf/elf.h |   16 ++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]