[RFC v2][PATCH 01/27] Add NT_GNU_INFINITY to elf.h
Gary Benson
gbenson@redhat.com
Mon Jun 13 10:40:00 GMT 2016
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 15f5a75..cceda8a 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