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-143-gb4f55af


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  b4f55afd031f14531ba7681032fc5f75a1578320 (commit)
      from  eba0994e75e622ad30c6dcdb53e5ddedd043f6d7 (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=b4f55afd031f14531ba7681032fc5f75a1578320

commit b4f55afd031f14531ba7681032fc5f75a1578320
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Tue Jul 7 09:53:01 2009 -0700

    Define STB_GNU_UNIQUE.

diff --git a/ChangeLog b/ChangeLog
index d83ca21..f06f610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/elf.h (STB_GNU_UNIQUE): Define.
+
 	* elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
 	from...
 	* include/inline-hashtab.h: ...here.
diff --git a/elf/elf.h b/elf/elf.h
index 8fdf74b..7efdede 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -444,6 +444,7 @@ typedef struct
 #define STB_WEAK	2		/* Weak symbol */
 #define	STB_NUM		3		/* Number of defined types.  */
 #define STB_LOOS	10		/* Start of OS-specific */
+#define STB_GNU_UNIQUE	10		/* Unique symbol.  */
 #define STB_HIOS	12		/* End of OS-specific */
 #define STB_LOPROC	13		/* Start of processor-specific */
 #define STB_HIPROC	15		/* End of processor-specific */

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

Summary of changes:
 ChangeLog |    2 ++
 elf/elf.h |    1 +
 2 files changed, 3 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]