mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 09:01:07 +00:00
Define NT_GNU_GOLD_VERSION.
This commit is contained in:
parent
4e5b5821bf
commit
889f847e4a
@ -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>
|
2009-07-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
|
* 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. */
|
The descriptor consists of any nonzero number of bytes. */
|
||||||
#define NT_GNU_BUILD_ID 3
|
#define NT_GNU_BUILD_ID 3
|
||||||
|
|
||||||
|
/* Version note generated by GNU gold containing a version string. */
|
||||||
|
#define NT_GNU_GOLD_VERSION 4
|
||||||
|
|
||||||
|
|
||||||
/* Move records. */
|
/* Move records. */
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
Reference in New Issue
Block a user