[RFC 2/5] Add NT_GNU_INFINITY

Gary Benson gbenson@redhat.com
Thu Jun 8 09:15:00 GMT 2017


This commit defines NT_GNU_INFINITY, the ELF note type used for
Infinity notes.  Note that the current value is not final.

include/ChangeLog:

	* elf/common.h: Add NT_GNU_INFINITY.
---
 include/ChangeLog    | 4 ++++
 include/elf/common.h | 1 +
 2 files changed, 5 insertions(+)

diff --git a/include/elf/common.h b/include/elf/common.h
index 484cb48..fee6d1a 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -673,6 +673,7 @@
 #define NT_GNU_BUILD_ID		3	/* Generated by ld --build-id.  */
 #define NT_GNU_GOLD_VERSION	4	/* Generated by gold.  */
 #define NT_GNU_PROPERTY_TYPE_0  5	/* Generated by gcc.  */
+#define NT_GNU_INFINITY		8995	/* Generated by i8c.  */
 
 #define NT_GNU_BUILD_ATTRIBUTE_OPEN	0x100
 #define NT_GNU_BUILD_ATTRIBUTE_FUNC	0x101
-- 
1.8.3.1



More information about the Gdb-patches mailing list