diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-01-23 10:40:22 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-01-23 10:40:31 -0500 |
commit | e39c538eccaf2cb741e74ca1dee07caf5b2fb922 (patch) | |
tree | e597a312f59b5fc49fc46567bc38a74b2ac210ad | |
parent | 67982217ebf236e94e78742b44bf01b4c9e9d177 (diff) | |
download | systemtap-steved-e39c538eccaf2cb741e74ca1dee07caf5b2fb922.tar.gz systemtap-steved-e39c538eccaf2cb741e74ca1dee07caf5b2fb922.tar.xz systemtap-steved-e39c538eccaf2cb741e74ca1dee07caf5b2fb922.zip |
PR9768: fix for dwarf variable locations in shared libraries
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-01-23 Frank Ch. Eigler <fche@elastic.org> + + PR9768. + * tapsets.cxx (translate_location, translate_components, + translate_final_fetch_or_store, literal_stmt_for_*): Don't pass + superfluous module_bias down to loc2c code, since it's been + subtracted out already. + 2009-01-23 Mark Wielaard <mjw@redhat.com> * configure.ac: Use install-pkgincludeHEADERS for elfutils to only |