summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-06-17 11:46:19 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-06-17 11:46:19 -0400
commitce12cdb401f988d28450bd9accf6fb1ccaf0a996 (patch)
treec5e574f2932c07eb01f8bf9f6c5ea1f70e849152
parent15c3da37215544f08ec8d4231b527dcad2f73426 (diff)
parente5964acd5d705b3ed7699c504b8317014f2b7e45 (diff)
downloadsystemtap-steved-ce12cdb401f988d28450bd9accf6fb1ccaf0a996.tar.gz
systemtap-steved-ce12cdb401f988d28450bd9accf6fb1ccaf0a996.tar.xz
systemtap-steved-ce12cdb401f988d28450bd9accf6fb1ccaf0a996.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
-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