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.9000-1126-gc9e613a


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  c9e613a728b9eaf0713b5a5970bb9ad4984fc688 (commit)
      from  860b0240a5645edd6490161de3f8d1d1f2786025 (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=c9e613a728b9eaf0713b5a5970bb9ad4984fc688

commit c9e613a728b9eaf0713b5a5970bb9ad4984fc688
Author: Alan Hayward <alan.hayward@arm.com>
Date:   Fri Jan 12 16:56:19 2018 +0000

    Add NT_ARM_SVE to elf.h
    
    This definition is for AArch64 SVE registers in elf core dumps.
    
    	* elf/elf.h (NT_ARM_SVE): Define.

diff --git a/ChangeLog b/ChangeLog
index c2a4a41..8abc78b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-15  Alan Hayward  <alan.hayward@arm.com>
+
+	* elf/elf.h (NT_ARM_SVE): Define.
+
 2018-01-15  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #22636]
diff --git a/elf/elf.h b/elf/elf.h
index da5ccb2..66af3dc 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -795,6 +795,8 @@ typedef struct
 #define NT_ARM_HW_BREAK	0x402		/* ARM hardware breakpoint registers */
 #define NT_ARM_HW_WATCH	0x403		/* ARM hardware watchpoint registers */
 #define NT_ARM_SYSTEM_CALL	0x404	/* ARM system call number */
+#define NT_ARM_SVE	0x405		/* ARM Scalable Vector Extension
+					   registers */
 
 /* Legal values for the note segment descriptor types for object files.  */
 

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

Summary of changes:
 ChangeLog |    4 ++++
 elf/elf.h |    2 ++
 2 files changed, 6 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]