[RFC][PATCH 01/22] Add NT_GNU_INFINITY to elf.h
Gary Benson
gbenson@redhat.com
Tue Oct 20 14:56:00 GMT 2015
This commit adds a new note type NT_GNU_INFINITY to elf.h.
---
elf/elf.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/elf/elf.h b/elf/elf.h
index fbadda4..df51774 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1123,6 +1123,9 @@ typedef struct
/* Version note generated by GNU gold containing a version string. */
#define NT_GNU_GOLD_VERSION 4
+/* Debugger interface note. */
+#define NT_GNU_INFINITY 5
+
/* Move records. */
typedef struct
--
1.7.1
More information about the Libc-alpha
mailing list