]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Remove lazy tlsdesc relocation related code nsz/bug19329
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 11 Feb 2021 13:24:47 +0000 (13:24 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 15 Feb 2021 12:05:21 +0000 (12:05 +0000)
commit191f5ae0f316e967e7e230fd9a919dce89d49b9f
treecc6867d1faf1794a533372d50cc959dacad49e57
parent14e2476505d784bed608bd585c845d0d3043b5ca
elf: Remove lazy tlsdesc relocation related code

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.
elf/tlsdeschtab.h
sysdeps/aarch64/tlsdesc.c
sysdeps/arm/tlsdesc.c
sysdeps/i386/tlsdesc.c
sysdeps/x86_64/tlsdesc.c