]> sourceware.org Git - glibc.git/commit
elf: Enable TLS descriptor tests on aarch64
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 12 Mar 2024 16:21:20 +0000 (13:21 -0300)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 1 Apr 2024 18:16:32 +0000 (11:16 -0700)
commitaded2fc004e7ee85cf0b45b1382552d41e555a23
tree955a1acfb3fdcc2b9335c890ea6de7d2d809ef37
parenta8ba52bde58c69f2b31da62ad2311f119adf6cb9
elf: Enable TLS descriptor tests on aarch64

The aarch64 uses 'trad' for traditional tls and 'desc' for tls
descriptors, but unlike other targets it defaults to 'desc'.  The
gnutls2 configure check does not set aarch64 as an ABI that uses
TLS descriptors, which then disable somes stests.

Also rename the internal machinery fron gnu2 to tls descriptors.

Checked on aarch64-linux-gnu.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
(cherry picked from commit 3d53d18fc71c5d9ef4773b8bce04d54b80181926)
configure
configure.ac
elf/Makefile
sysdeps/aarch64/preconfigure
sysdeps/arm/Makefile
This page took 0.045815 seconds and 5 git commands to generate.