Index: src/include/elf_constants.h |
diff --git a/src/include/elf_constants.h b/src/include/elf_constants.h |
index 8962bb5b9283d7a30f2a0d7c54034b59930b2261..c790114d9d8e1b48c2fdeab49dda3407c25cb2a3 100644 |
--- a/src/include/elf_constants.h |
+++ b/src/include/elf_constants.h |
@@ -129,6 +129,9 @@ EXTERN_C_BEGIN |
#define SHF_MASKOS 0x0f000000 /* Environment-specific use */ |
#define SHF_MASKPROC 0xf0000000 /* Processor-specific use */ |
+/* n_type value for build ID notes generated by "ld --build-id". */ |
+#define NT_GNU_BUILD_ID 3 |
+ |
EXTERN_C_END |
#endif /* NATIVE_CLIENT_SRC_INCLUDE_ELF_CONSTANTS_H_ */ |