[RFC,2/5] Add NT_GNU_INFINITY

Message ID 1496913338-22195-3-git-send-email-gbenson@redhat.com
State New, archived
Headers

Commit Message

Gary Benson June 8, 2017, 9:15 a.m. UTC
  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(+)
  

Patch

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