31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
commit d30f41d2c9031b0540641af692e56002eab5599f
|
|
Author: Florian Weimer <fweimer@redhat.com>
|
|
Date: Thu Jun 26 11:38:00 2025 +0200
|
|
|
|
elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}
|
|
|
|
Fixes commit c1560f3f75c0e892b5522c16f91b4e303f677094
|
|
("elf: Switch to main malloc after final ld.so self-relocation").
|
|
|
|
Reviewed-by: Frédéric Bérat <fberat@redhat.com>
|
|
|
|
Conflicts:
|
|
elf/Makefile (fixup context)
|
|
|
|
diff --git a/elf/Makefile b/elf/Makefile
|
|
index dc93f631a682a006..15bec14364266c77 100644
|
|
--- a/elf/Makefile
|
|
+++ b/elf/Makefile
|
|
@@ -2902,9 +2902,11 @@ $(objpfx)tst-dlopen-sgid.out: $(objpfx)tst-dlopen-sgid-mod.so
|
|
|
|
# Reuse an audit module which provides ample debug logging.
|
|
tst-rtld-no-malloc-audit-ENV = LD_AUDIT=$(objpfx)tst-auditmod1.so
|
|
+$(objpfx)tst-rtld-no-malloc-audit.out: $(objpfx)tst-auditmod1.so
|
|
|
|
# Any shared object should do.
|
|
tst-rtld-no-malloc-preload-ENV = LD_PRELOAD=$(objpfx)tst-auditmod1.so
|
|
+$(objpfx)tst-rtld-no-malloc-preload.out: $(objpfx)tst-auditmod1.so
|
|
|
|
# These rules link and run the special elf/tst-nolink-libc-* tests if
|
|
# a port adds them to the tests variables. Neither test variant is
|