public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Cleanup __tls_get_addr on alpha/microblaze localplt.data
@ 2024-04-05 12:29 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2024-04-05 12:29 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=460d9e2dfe64d73508456c46405923afaeb4376e

commit 460d9e2dfe64d73508456c46405923afaeb4376e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Apr 4 17:04:23 2024 -0300

    Cleanup __tls_get_addr on alpha/microblaze localplt.data
    
    They are not required.
    
    Checked with a make check for both ABIs.

Diff:
---
 sysdeps/unix/sysv/linux/alpha/localplt.data      | 2 --
 sysdeps/unix/sysv/linux/microblaze/localplt.data | 2 --
 2 files changed, 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 ?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-05 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05 12:29 [glibc] Cleanup __tls_get_addr on alpha/microblaze localplt.data Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).