diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-11-03 18:15:24 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-11-03 18:15:24 +0100 |
commit | 17c8c3dc72a406b5b7f33d77e3f3159c60fcba34 (patch) | |
tree | 9950757e39503201aaba61cb45e3934e9796dac9 | |
parent | 91044f80393b89c80d8520cc81ee16152afcdc30 (diff) | |
download | glibc-17c8c3dc72a406b5b7f33d77e3f3159c60fcba34.tar glibc-17c8c3dc72a406b5b7f33d77e3f3159c60fcba34.tar.gz glibc-17c8c3dc72a406b5b7f33d77e3f3159c60fcba34.tar.bz2 glibc-17c8c3dc72a406b5b7f33d77e3f3159c60fcba34.zip |
Remove unused NONTLS_INIT_TP.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/rtld.c | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 51682f2177..c5a6538628 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); |