about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-04-04 17:04:23 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-04-04 17:20:33 -0300
commit460d9e2dfe64d73508456c46405923afaeb4376e (patch)
tree7f903266fa88f5db9e0a4e90cbe5c0d55a44ce14
parent95700e799809fff4307da05fa277820d21dec925 (diff)
downloadglibc-460d9e2dfe64d73508456c46405923afaeb4376e.tar.gz
glibc-460d9e2dfe64d73508456c46405923afaeb4376e.tar.xz
glibc-460d9e2dfe64d73508456c46405923afaeb4376e.zip
Cleanup __tls_get_addr on alpha/microblaze localplt.data
They are not required.

Checked with a make check for both ABIs.
-rw-r--r--sysdeps/unix/sysv/linux/alpha/localplt.data2
-rw-r--r--sysdeps/unix/sysv/linux/microblaze/localplt.data2
2 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/localplt.data b/sysdeps/unix/sysv/linux/alpha/localplt.data
index 8548e0294b..b37e2fb7d3 100644
--- a/sysdeps/unix/sysv/linux/alpha/localplt.data
+++ b/sysdeps/unix/sysv/linux/alpha/localplt.data
@@ -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 ?
diff --git a/sysdeps/unix/sysv/linux/microblaze/localplt.data b/sysdeps/unix/sysv/linux/microblaze/localplt.data
index 7cd3653372..6b5bab7127 100644
--- a/sysdeps/unix/sysv/linux/microblaze/localplt.data
+++ b/sysdeps/unix/sysv/linux/microblaze/localplt.data
@@ -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 ?