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.14-546-g52ff5dd


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  52ff5dd0e4ad6436def42b58bc8abe5b534cf739 (commit)
      from  4efbd5cb39dfa170056532185c724ab2ff545585 (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=52ff5dd0e4ad6436def42b58bc8abe5b534cf739

commit 52ff5dd0e4ad6436def42b58bc8abe5b534cf739
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Dec 4 16:12:20 2011 -0500

    Fix attreibute for _dl_elf_hash

diff --git a/ChangeLog b/ChangeLog
index 6416f9e..0dfff5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
+
 	* sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
 	* sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
 	* sunrpc/clnt_udp.c (clntudp_call): Likewise.
diff --git a/sysdeps/generic/dl-hash.h b/sysdeps/generic/dl-hash.h
index 37a7a42..e35bd25 100644
--- a/sysdeps/generic/dl-hash.h
+++ b/sysdeps/generic/dl-hash.h
@@ -25,7 +25,7 @@
    first five operations no overflow is possible so we optimized it a
    bit.  */
 static unsigned int
-__attribute__ ((used))
+__attribute__ ((unused))
 _dl_elf_hash (const char *name_arg)
 {
   const unsigned char *name = (const unsigned char *) name_arg;

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

Summary of changes:
 ChangeLog                 |    2 ++
 sysdeps/generic/dl-hash.h |    2 +-
 2 files changed, 3 insertions(+), 1 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]