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.18-359-g17c8c3d


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  17c8c3dc72a406b5b7f33d77e3f3159c60fcba34 (commit)
      from  91044f80393b89c80d8520cc81ee16152afcdc30 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=17c8c3dc72a406b5b7f33d77e3f3159c60fcba34

commit 17c8c3dc72a406b5b7f33d77e3f3159c60fcba34
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Sun Nov 3 18:15:24 2013 +0100

    Remove unused NONTLS_INIT_TP.

diff --git a/ChangeLog b/ChangeLog
index 7629934..62ce56d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-11-01  OndÅ?ej Bílka  <neleai@seznam.cz>
 
+	* elf/rtld.c: Remove unused NONTLS_INIT_TP.
+
+2013-11-01  OndÅ?ej Bílka  <neleai@seznam.cz>
+
 	[BZ #16112]
 	* malloc/malloc (malloc_info): Do not handle first bin as
 	special case.
diff --git a/elf/rtld.c b/elf/rtld.c
index 51682f2..c5a6538 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -2217,10 +2217,6 @@ ERROR: ld.so: object '%s' cannot be loaded as audit interface: %s; ignored.\n",
 	_dl_start_profile ();
     }
 
-#ifndef NONTLS_INIT_TP
-# define NONTLS_INIT_TP do { } while (0)
-#endif
-
   if (!was_tls_init_tp_called && GL(dl_tls_max_dtv_idx) > 0)
     ++GL(dl_tls_generation);
 

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

Summary of changes:
 ChangeLog  |    4 ++++
 elf/rtld.c |    4 ----
 2 files changed, 4 insertions(+), 4 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]