public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Fangrui Song <maskray@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/maskray/clang] elf: Make global.out depend on reldepmod4.so [BZ #28457]
Date: Tue,  2 Nov 2021 19:57:56 +0000 (GMT)	[thread overview]
Message-ID: <20211102195756.277A93858007@sourceware.org> (raw)

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


                 reply	other threads:[~2021-11-02 19:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211102195756.277A93858007@sourceware.org \
    --to=maskray@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).