Skip to content

Commit 4a50d12

Browse files
brenoguimMic92
andauthored
Update src/patchelf.cc
Co-authored-by: Jörg Thalheim <[email protected]>
1 parent fadce0a commit 4a50d12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/patchelf.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,6 +2137,8 @@ void ElfFile<ElfFileParamNames>::renameDynamicSymbols(const std::unordered_map<s
21372137
debug("renaming dynamic symbol %s to %s\n", name.data(), it->second.c_str());
21382138
extraStrings.insert(extraStrings.end(), newName.begin(), newName.end() + 1);
21392139
changed = true;
2140+
} else {
2141+
debug("skip renaming dynamic symbol %sn", name.data());
21402142
}
21412143
}
21422144

0 commit comments

Comments
 (0)