summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dwflpp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index 74294384..e01c6974 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -2366,7 +2366,7 @@ dwflpp::relocate_address(Dwarf_Addr addr,
{
blacklist_section = get_blacklist_section(addr);
reloc_section = ".dynamic";
- reloc_addr = addr;
+ reloc_addr += module_bias; // PR10273
}
}
else