This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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]

[binutils-gdb] [PATCH] Add NT_ARM_SVE


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fae1616f5f1357ae8b8e98241657088248178ced

commit fae1616f5f1357ae8b8e98241657088248178ced
Author: Alan Hayward <alan.hayward@arm.com>
Date:   Tue Jan 24 10:37:13 2017 +0000

    [PATCH] Add NT_ARM_SVE
    
    	* elf/common.h (NT_ARM_SVE): Define.

Diff:
---
 include/ChangeLog    | 4 ++++
 include/elf/common.h | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/include/ChangeLog b/include/ChangeLog
index f0569be..a29291d 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-24  Alan Hayward  alan.hayward@arm.com
+
+	* elf/common.h (NT_ARM_SVE): Define.
+
 2017-01-04  Jiong Wang  <jiong.wang@arm.com>
 
 	* dwarf2.def: Sync with mainline gcc sources.
diff --git a/include/elf/common.h b/include/elf/common.h
index a6c1ff8..834c859 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -605,6 +605,8 @@
 					/*   note name must be "LINUX".  */
 #define NT_ARM_HW_WATCH	0x403		/* AArch hardware watchpoint registers */
 					/*   note name must be "LINUX".  */
+#define NT_ARM_SVE	0x405		/* AArch SVE registers.  */
+					/*   note name must be "LINUX".  */
 #define NT_SIGINFO	0x53494749	/* Fields of siginfo_t.  */
 #define NT_FILE		0x46494c45	/* Description of mapped files.  */


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