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 | |
parent | 4e5b5821bf58ddc30d455ee4968623f3334fbe28 (diff) | |
download | glibc-889f847e4a031e620cfd89c8bc6f6ae919caf200.tar glibc-889f847e4a031e620cfd89c8bc6f6ae919caf200.tar.gz glibc-889f847e4a031e620cfd89c8bc6f6ae919caf200.tar.bz2 glibc-889f847e4a031e620cfd89c8bc6f6ae919caf200.zip |
Define NT_GNU_GOLD_VERSION.
-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 |