This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-110-gc65358e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  c65358e84b38bc84951a4e3c5e8e4f3cace9f63e (commit)
      from  ad0e17094017350fc0010b8416579da42ab1d5a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c65358e84b38bc84951a4e3c5e8e4f3cace9f63e
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jun 25 23:07:17 2009 +0200

    PR10323 Some ustack exelib.exp tests fail with prelinked shared libs.
    
    For shared libraries (.dynamic sections) we need the eh frame section
    address offset. This is the sh_addr if the shared library isn't prelinked
    (since the base load address is zero in that case), otherwise it is
    the module start address minus the bias (which also works for the
    non-prelinked case).
    
    * translate.cxx (get_unwind_data): Adjust eh_addr for module start and
      bias if module isn't absolute (has no relocations).
    * testsuite/systemtap.exelib/ustack.tcl: Accept all prelink tests.

-----------------------------------------------------------------------

Summary of changes:
 testsuite/systemtap.exelib/ustack.tcl |    3 ---
 translate.cxx                         |   11 ++++++++---
 2 files changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]