]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Make tst-tls3mod.so explicitly lazy
authorArsen Arsenović <arsen@gentoo.org>
Wed, 19 Jul 2023 19:24:37 +0000 (21:24 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 20 Jul 2023 10:24:28 +0000 (12:24 +0200)
Fixes the following test-time errors, that lead to FAILs, on toolchains
that set -z now out o the box, such as the one used on Gentoo Hardened:

  .../build-x86-x86_64-pc-linux-gnu-nptl $ grep '' nptl/tst-tls3*.out
  nptl/tst-tls3.out:dlopen failed
  nptl/tst-tls3-malloc.out:dlopen failed

Reviewed-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
nptl/Makefile

index f8365467d9ae65f13ab4e9bc022a5ddab55bf4f2..ffa5722e4873b0c48f8564ebbdd5b977bde745be 100644 (file)
@@ -636,6 +636,7 @@ $(objpfx)tst-cleanup4: $(objpfx)tst-cleanup4aux.o
 $(objpfx)tst-cleanupx4: $(objpfx)tst-cleanupx4aux.o
 
 LDFLAGS-tst-tls3 = -rdynamic
+LDFLAGS-tst-tls3mod.so = -Wl,-z,lazy
 $(objpfx)tst-tls3.out: $(objpfx)tst-tls3mod.so
 
 LDFLAGS-tst-tls3-malloc = -rdynamic