]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Cleanup __tls_get_addr on alpha/microblaze localplt.data
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 4 Apr 2024 20:04:23 +0000 (17:04 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 4 Apr 2024 20:20:33 +0000 (17:20 -0300)
They are not required.

Checked with a make check for both ABIs.

sysdeps/unix/sysv/linux/alpha/localplt.data
sysdeps/unix/sysv/linux/microblaze/localplt.data

index 8548e0294b0f45c8eba0fc0bf66c2aba4f0e426c..b37e2fb7d3011392370f0a2a3566b3818784e0fc 100644 (file)
@@ -23,5 +23,3 @@ libm.so: matherr + RELA R_ALPHA_GLOB_DAT
 # We used to offer inline functions that used this, so it must be exported.
 # Ought to reorg things such that carg isn't thus forced to use a plt.
 libm.so: __atan2
-# The dynamic loader needs __tls_get_addr for TLS.
-ld.so: __tls_get_addr ?
index 7cd3653372e83a6b6fe4a1a48d178d7cc635f594..6b5bab7127d23a14c797012c6bc979c2115ea379 100644 (file)
@@ -4,5 +4,3 @@ libc.so: free
 libc.so: malloc
 libc.so: realloc
 libm.so: matherr
-# The dynamic loader needs __tls_get_addr for TLS.
-ld.so: __tls_get_addr ?