| Index: src/include/elf_constants.h
|
| diff --git a/src/include/elf_constants.h b/src/include/elf_constants.h
|
| index 8962bb5b9283d7a30f2a0d7c54034b59930b2261..02745e140520b9a084d03c97beddf69aae39a522 100644
|
| --- a/src/include/elf_constants.h
|
| +++ b/src/include/elf_constants.h
|
| @@ -129,6 +129,11 @@ EXTERN_C_BEGIN
|
| #define SHF_MASKOS 0x0f000000 /* Environment-specific use */
|
| #define SHF_MASKPROC 0xf0000000 /* Processor-specific use */
|
|
|
| +#define ELF_NOTE_GNU "GNU"
|
| +
|
| +/* 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_ */
|
|
|