diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/elf.h | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-07-26 Ulrich Drepper <drepper@redhat.com> + + * elf/elf.h: Define NT_GNU_GOLD_VERSION. + 2009-07-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for @@ -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 |