public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Remove left over LD_LIBRARY_VERSION usages
Date: Thu,  4 Aug 2022 13:04:06 +0000 (GMT)	[thread overview]
Message-ID: <20220804130406.2F3E2385381E@sourceware.org> (raw)

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

commit 5a57ad23ba73be7aefd2c243489330f5cd8d3ca6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Aug 2 10:08:57 2022 -0300

    Remove left over LD_LIBRARY_VERSION usages
    
    The environment variable was removed by
    d2db60d8d830ef68c8d20a77ac3572d610aa40b1.

Diff:
---
 sysdeps/unix/sysv/linux/ldd-rewrite.sed         | 1 -
 sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed | 3 ---
 sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed    | 3 ---
 sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed   | 2 --
 sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed  | 2 --
 5 files changed, 11 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/ldd-rewrite.sed
index 7b8b6bdee0..1faa90fbc8 100644
--- a/sysdeps/unix/sysv/linux/ldd-rewrite.sed
+++ b/sysdeps/unix/sysv/linux/ldd-rewrite.sed
@@ -8,4 +8,3 @@
   fi\
   # In case of an error punt.
 /LD_TRACE_LOADED_OBJECTS=1/a\
-add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
diff --git a/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed
index 9039b69548..74bdbd9659 100644
--- a/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed
+++ b/sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed
@@ -1,6 +1,3 @@
-/LD_TRACE_LOADED_OBJECTS=1/a\
-add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
-
 # ldd is generated from elf/ldd.bash.in with the name
 # of ld.so as generated in Makeconfig
 
diff --git a/sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed
index 6b4f1bfcad..ea2b5a05cf 100644
--- a/sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed
+++ b/sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed
@@ -1,6 +1,3 @@
-/LD_TRACE_LOADED_OBJECTS=1/a\
-add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
-
 # ldd is generated from elf/ldd.bash.in with the name
 # of ld.so as generated in Makeconfig
 
diff --git a/sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed
index 7dc2698fa8..3ec8f49f42 100644
--- a/sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed
+++ b/sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed
@@ -1,3 +1 @@
-/LD_TRACE_LOADED_OBJECTS=1/a\
-add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
 s_^\(RTLDLIST=\)\(.*lib\)\(\|64\)\(/[^/]*\.so\.[0-9.]*\)[ 	]*$_\1"\2\4 \264\4"_
diff --git a/sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed
index 44d76e8aa1..49c0c7a3a8 100644
--- a/sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed
+++ b/sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed
@@ -1,3 +1 @@
-/LD_TRACE_LOADED_OBJECTS=1/a\
-add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
 s_^\(RTLDLIST=\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.so\.[0-9.]*\)[ 	]*$_\1"\2\4\6 \264\4-x86-64\6 \2x32\4-x32\6"_


                 reply	other threads:[~2022-08-04 13:04 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=20220804130406.2F3E2385381E@sourceware.org \
    --to=azanella@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).