This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.10-208-g889f847


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  889f847e4a031e620cfd89c8bc6f6ae919caf200 (commit)
      from  4e5b5821bf58ddc30d455ee4968623f3334fbe28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=889f847e4a031e620cfd89c8bc6f6ae919caf200

commit 889f847e4a031e620cfd89c8bc6f6ae919caf200
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Sun Jul 26 08:26:43 2009 -0700

    Define NT_GNU_GOLD_VERSION.

diff --git a/ChangeLog b/ChangeLog
index abfe7db..a49ccbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/elf/elf.h b/elf/elf.h
index 7efdede..ce6de07 100644
--- a/elf/elf.h
+++ b/elf/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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 elf/elf.h |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]