From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id C9389384646C; Fri, 5 Apr 2024 12:29:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9389384646C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712320172; bh=Yxn2kPTmS5m3ztdv+NIZmvbnJBUdfbmXYitHbhITP5Q=; h=From:To:Subject:Date:From; b=hlaDTR3KUGWqM3/Uv4yR7F2luRYQsgJHatfp6Q03y53qeVUHOiJUO3IMidZDr/jKj CkuUkUGcUuE8OLK5VOCQ6obxdgLfWx+UqUtqZ9GoDYeu4wPEr2Lfc8MmVbMiajRlUL uMHj5WU2DYmPSaM8+Rxa71qB7AIy4xzjNARJlIag= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] Cleanup __tls_get_addr on alpha/microblaze localplt.data X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: 95700e799809fff4307da05fa277820d21dec925 X-Git-Newrev: 460d9e2dfe64d73508456c46405923afaeb4376e Message-Id: <20240405122932.C9389384646C@sourceware.org> Date: Fri, 5 Apr 2024 12:29:32 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=460d9e2dfe64d73508456c46405923afaeb4376e commit 460d9e2dfe64d73508456c46405923afaeb4376e Author: Adhemerval Zanella 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 ?