public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/relr] elf: Make global.out depend on reldepmod4.so [BZ #28457]
@ 2021-10-29 22:19 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-10-29 22:19 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9b152c83f6b80562bd554e9d188636888909450

commit f9b152c83f6b80562bd554e9d188636888909450
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Oct 15 11:29:24 2021 -0700

    elf: Make global.out depend on reldepmod4.so [BZ #28457]
    
    The global test is linked with globalmod1.so which dlopens reldepmod4.so.
    Make global.out depend on reldepmod4.so.  This fixes BZ #28457.
    Reviewed-by: Florian Weimer <fweimer@redhat.com>

Diff:
---
 elf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/Makefile b/elf/Makefile
index bdcf4cb885..7e4f0c3121 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -991,7 +991,7 @@ $(objpfx)tst-rtld-preload.out: tst-rtld-preload.sh $(objpfx)ld.so \
 $(objpfx)initfirst.out: $(objpfx)firstobj.so
 
 $(objpfx)global: $(objpfx)globalmod1.so
-$(objpfx)global.out: $(objpfx)reldepmod1.so
+$(objpfx)global.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod4.so
 
 $(objpfx)dblload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-29 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29 22:19 [glibc/maskray/relr] elf: Make global.out depend on reldepmod4.so [BZ #28457] Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).