]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Fix tst-dlopen-tlsreinit1.out test dependency
authorFlorian Weimer <fweimer@redhat.com>
Mon, 9 Sep 2024 19:10:23 +0000 (21:10 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 9 Sep 2024 19:30:30 +0000 (21:30 +0200)
Fixes commit 5097cd344fd243fb8deb6dec96e8073753f962f9
("elf: Avoid re-initializing already allocated TLS in dlopen
(bug 31717)").

Reported-by: Patsy Griffin <patsy@redhat.com>
Reviewed-by: Patsy Griffin <patsy@redhat.com>
(cherry picked from commit e82a7cb1622bff08d8e3a144d7c5516a088f1cbc)

elf/Makefile

index a03c6520d80fe61ac60d3f3cc6e6466cccc0d067..dc686c3bffb8dce4eafe866b2861af149e5ffd9a 100644 (file)
@@ -3141,7 +3141,7 @@ $(objpfx)tst-dlopen-tlsreinit4: \
 # tst-dlopen-tlsreinitmod3.so.  The dependency is provided via
 # $(objpfx)tst-dlopen-tlsreinitmod1.so.
 tst-dlopen-tlsreinitmod2.so-no-z-defs = yes
-$(objpfx)tst-dlopen-tlsreinit.out: $(objpfx)tst-dlopen-tlsreinitmod1.so \
+$(objpfx)tst-dlopen-tlsreinit1.out: $(objpfx)tst-dlopen-tlsreinitmod1.so \
   $(objpfx)tst-dlopen-tlsreinitmod2.so $(objpfx)tst-dlopen-tlsreinitmod3.so
 # Reuse an audit module which provides ample debug logging.
 $(objpfx)tst-dlopen-tlsreinit3.out: $(objpfx)tst-auditmod1.so