diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-26 08:26:43 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-26 08:26:43 -0700 |
commit | 889f847e4a031e620cfd89c8bc6f6ae919caf200 (patch) | |
tree | 72232d17af2af894a4c31d39c307a600667e1abb /elf/elf.h | |
parent | 4e5b5821bf58ddc30d455ee4968623f3334fbe28 (diff) | |
download | glibc-889f847e4a031e620cfd89c8bc6f6ae919caf200.tar.gz glibc-889f847e4a031e620cfd89c8bc6f6ae919caf200.tar.xz glibc-889f847e4a031e620cfd89c8bc6f6ae919caf200.zip |
Define NT_GNU_GOLD_VERSION.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index 7efdedefb4..ce6de07e91 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -1054,6 +1054,9 @@ typedef struct The descriptor consists of any nonzero number of bytes. */ #define NT_GNU_BUILD_ID 3 +/* Version note generated by GNU gold containing a version string. */ +#define NT_GNU_GOLD_VERSION 4 + /* Move records. */ typedef struct |