This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

[RFC][PATCH 01/22] Add NT_GNU_INFINITY to elf.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]