This is the mail archive of the binutils@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]

[PATCH] Add NT_ARM_SVE


This patch adds the NT_ARM_SVE ptrace request id required for Aarch64
SVE support.

It is consistent with Linux Aarch64 SVE patches that were under discussion
here:
http://archive.arm.linux.org.uk/lurker/message/20161125.193848.bec98fed.en.
html

Ok to commit?

Alan.


2017-01-24  Alan Hayward  <alan.hayward@arm.com>

	* elf/common.h (NT_ARM_SVE): Define.



diff --git a/include/elf/common.h b/include/elf/common.h
index a6c1ff8c8c4b062d4b819ea7a1a1c24733d1e64a..834c859e82112f07e3d8c516aa1bea6ca13a76d9 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]