commit | 81c31bdd43e50538fa45f5e7783782a5ae5666e9 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Mar 13 21:12:05 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 13 21:12:07 2015 +0000 |
tree | 8f297a1786a24db782891f3e20414ea0f563fcc1 | |
parent | d7e091efc477c17da97415fa944675c6f16dcdb5 [diff] | |
parent | c94c7ff2bb7cdc8638d2155b8eefd8e2538eea50 [diff] |
Merge "Add some GNU specific elf constants."
diff --git a/libc/include/elf.h b/libc/include/elf.h index 41680a5..ee53ad1 100644 --- a/libc/include/elf.h +++ b/libc/include/elf.h
@@ -125,4 +125,8 @@ /* 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 */