From fadce0a95b9b7925ecfaab4ea4177ec17501ae5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Breno=20Rodrigues=20Guimar=C3=A3es?= Date: Wed, 22 Feb 2023 06:10:01 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/patchelf.cc b/src/patchelf.cc index 97f40cb..2a03da7 100644 --- a/src/patchelf.cc +++ b/src/patchelf.cc @@ -2134,6 +2134,7 @@ void ElfFile::renameDynamicSymbols(const std::unordered_mapsecond; + debug("renaming dynamic symbol %s to %s\n", name.data(), it->second.c_str()); extraStrings.insert(extraStrings.end(), newName.begin(), newName.end() + 1); changed = true; } -- cgit v1.2.1