diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-26 08:28:15 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-26 08:28:15 -0700 |
commit | 3117a85d8c53668b4bf0c1d10659634f2d69d177 (patch) | |
tree | 47373c60d6505649af9e100e25ad73a4cd985598 /libelf/elf.h | |
parent | 7917820b75a550e8f98716d996733e885c3c2d48 (diff) | |
download | elfutils-3117a85d8c53668b4bf0c1d10659634f2d69d177.tar.gz |
Update elf.h from glibc.
Diffstat (limited to 'libelf/elf.h')
-rw-r--r-- | libelf/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libelf/elf.h b/libelf/elf.h index 7efdedef..ce6de07e 100644 --- a/libelf/elf.h +++ b/libelf/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 |