summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-06-17 12:17:15 -0400
committerDave Brolley <brolley@redhat.com>2009-06-17 12:17:15 -0400
commitee1d2806c99c08e5ab0a056527714db7ab0edc45 (patch)
tree0605145b04b264fe6f2d82670c0cee7fcb6db97c /dwflpp.cxx
parent15c8284f31d0c1571e9454240f594b62701f2d07 (diff)
parentce12cdb401f988d28450bd9accf6fb1ccaf0a996 (diff)
downloadsystemtap-steved-ee1d2806c99c08e5ab0a056527714db7ab0edc45.tar.gz
systemtap-steved-ee1d2806c99c08e5ab0a056527714db7ab0edc45.tar.xz
systemtap-steved-ee1d2806c99c08e5ab0a056527714db7ab0edc45.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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