Add some GNU specific elf constants.
Change-Id: I6c668463a27a641c9a280ce1937857d622344ff8
This commit is contained in:
parent
f074b531d2
commit
c94c7ff2bb
|
@ -125,4 +125,8 @@ typedef struct {
|
||||||
/* The kernel uses NT_PRFPREG but glibc also offers NT_FPREGSET */
|
/* The kernel uses NT_PRFPREG but glibc also offers NT_FPREGSET */
|
||||||
#define NT_FPREGSET NT_PRFPREG
|
#define NT_FPREGSET NT_PRFPREG
|
||||||
|
|
||||||
|
#define ELF_NOTE_GNU "GNU"
|
||||||
|
|
||||||
|
#define NT_GNU_BUILD_ID 3
|
||||||
|
|
||||||
#endif /* _ELF_H */
|
#endif /* _ELF_H */
|
||||||
|
|
Loading…
Reference in New Issue