From 4a50d12e22fa958b733111bf38c878519afc1a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Breno=20Rodrigues=20Guimar=C3=A3es?= Date: Wed, 22 Feb 2023 06:10:19 -0300 Subject: Update src/patchelf.cc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- src/patchelf.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/patchelf.cc b/src/patchelf.cc index 2a03da7..19994c5 100644 --- a/src/patchelf.cc +++ b/src/patchelf.cc @@ -2137,6 +2137,8 @@ void ElfFile::renameDynamicSymbols(const std::unordered_mapsecond.c_str()); extraStrings.insert(extraStrings.end(), newName.begin(), newName.end() + 1); changed = true; + } else { + debug("skip renaming dynamic symbol %sn", name.data()); } } -- cgit v1.2.1