OSDN Git Service

Add some GNU specific elf constants.
authorChristopher Ferris <cferris@google.com>
Fri, 13 Mar 2015 17:32:45 +0000 (10:32 -0700)
committerChristopher Ferris <cferris@google.com>
Fri, 13 Mar 2015 17:32:45 +0000 (10:32 -0700)
Change-Id: I6c668463a27a641c9a280ce1937857d622344ff8

libc/include/elf.h

index 41680a5..ee53ad1 100644 (file)
@@ -125,4 +125,8 @@ typedef struct {
 /* The kernel uses NT_PRFPREG but glibc also offers NT_FPREGSET */
 #define NT_FPREGSET NT_PRFPREG
 
+#define ELF_NOTE_GNU "GNU"
+
+#define NT_GNU_BUILD_ID 3
+
 #endif /* _ELF_H */