diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2021-02-11 13:24:47 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2021-02-15 12:05:21 +0000 |
commit | 191f5ae0f316e967e7e230fd9a919dce89d49b9f (patch) | |
tree | cc6867d1faf1794a533372d50cc959dacad49e57 /sysdeps/i386/tlsdesc.c | |
parent | 14e2476505d784bed608bd585c845d0d3043b5ca (diff) | |
download | glibc-nsz/bug19329.tar glibc-nsz/bug19329.tar.gz glibc-nsz/bug19329.tar.bz2 glibc-nsz/bug19329.zip |
elf: Remove lazy tlsdesc relocation related codensz/bug19329
Remove generic tlsdesc code related to lazy tlsdesc processing since
lazy tlsdesc relocation is no longer supported. This includes removing
GL(dl_load_lock) from _dl_make_tlsdesc_dynamic which is only called at
load time when that lock is already held.
Added a documentation comment too.
Diffstat (limited to 'sysdeps/i386/tlsdesc.c')
-rw-r--r-- | sysdeps/i386/tlsdesc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/tlsdesc.c b/sysdeps/i386/tlsdesc.c index 436a21f66b..364c7769ce 100644 --- a/sysdeps/i386/tlsdesc.c +++ b/sysdeps/i386/tlsdesc.c @@ -20,7 +20,6 @@ #include <tls.h> #include <dl-tlsdesc.h> #include <dl-unmap-segments.h> -#define _dl_tlsdesc_resolve_hold 0 #include <tlsdeschtab.h> /* Unmap the dynamic object, but also release its TLS descriptor table |