Skip to content

Commit

Permalink
Define NT_GNU_GOLD_VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 26, 2009
1 parent 4e5b582 commit 889f847
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions elf/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 889f847

Please sign in to comment.