about summary refs log tree commit diff
path: root/sysdeps/aarch64/tlsdesc.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2021-02-11 13:24:47 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2021-02-15 12:05:21 +0000
commit191f5ae0f316e967e7e230fd9a919dce89d49b9f (patch)
treecc6867d1faf1794a533372d50cc959dacad49e57 /sysdeps/aarch64/tlsdesc.c
parent14e2476505d784bed608bd585c845d0d3043b5ca (diff)
downloadglibc-191f5ae0f316e967e7e230fd9a919dce89d49b9f.tar.gz
glibc-191f5ae0f316e967e7e230fd9a919dce89d49b9f.tar.xz
glibc-191f5ae0f316e967e7e230fd9a919dce89d49b9f.zip
elf: Remove lazy tlsdesc relocation related code nsz/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/aarch64/tlsdesc.c')
-rw-r--r--sysdeps/aarch64/tlsdesc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/aarch64/tlsdesc.c b/sysdeps/aarch64/tlsdesc.c
index 9b6a8b0ec4..3c1bcd8fe6 100644
--- a/sysdeps/aarch64/tlsdesc.c
+++ b/sysdeps/aarch64/tlsdesc.c
@@ -22,7 +22,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