summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-06-17 15:42:12 -0500
committerDavid Smith <dsmith@redhat.com>2009-06-17 15:42:12 -0500
commit9eebc06b5e24480c7b6055a8b6f1c07512f293fb (patch)
tree299dec392939ebf1b2f793d19a69581678a98994 /dwflpp.cxx
parentbdbb4549b459294ed9bddb819e5602fb894313f7 (diff)
parent44b73c9d467fe0383d33dce5f1217e023f3b203b (diff)
downloadsystemtap-steved-9eebc06b5e24480c7b6055a8b6f1c07512f293fb.tar.gz
systemtap-steved-9eebc06b5e24480c7b6055a8b6f1c07512f293fb.tar.xz
systemtap-steved-9eebc06b5e24480c7b6055a8b6f1c07512f293fb.zip
Merge commit 'origin/master' into pr7043
Diffstat (limited to 'dwflpp.cxx')
-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