diff options
author | Dave Brolley <brolley@redhat.com> | 2009-06-17 12:17:15 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-06-17 12:17:15 -0400 |
commit | ee1d2806c99c08e5ab0a056527714db7ab0edc45 (patch) | |
tree | 0605145b04b264fe6f2d82670c0cee7fcb6db97c /dwflpp.cxx | |
parent | 15c8284f31d0c1571e9454240f594b62701f2d07 (diff) | |
parent | ce12cdb401f988d28450bd9accf6fb1ccaf0a996 (diff) | |
download | systemtap-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.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 |