diff options
author | William Cohen <wcohen@redhat.com> | 2009-06-17 11:46:19 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-06-17 11:46:19 -0400 |
commit | ce12cdb401f988d28450bd9accf6fb1ccaf0a996 (patch) | |
tree | c5e574f2932c07eb01f8bf9f6c5ea1f70e849152 | |
parent | 15c3da37215544f08ec8d4231b527dcad2f73426 (diff) | |
parent | e5964acd5d705b3ed7699c504b8317014f2b7e45 (diff) | |
download | systemtap-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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |