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-108-gf1d04fa


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  f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf (commit)
       via  034a0c2940eb2c7a51c40e404f5aefed2108777e (commit)
      from  9cb00f47af5b4feb20df8d747ba9ecc683c26aa6 (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 f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jun 25 16:44:02 2009 +0200

    Only compile with plain gcc for exelib.exp testcases.
    
    g++ is also supported but disabled because it didn't add much interesting
    differences in binaries and exploded the test search case a bit.
    * testsuite/systemtap.exelib/exelib.exp: Disable g++ by default, but
      keep support for enabling it.

commit 034a0c2940eb2c7a51c40e404f5aefed2108777e
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jun 25 16:35:53 2009 +0200

    Add seperate debuginfo after prelinking to exelib.exp tests.
    
    We split debuginfo before prelinking, that means that the base load address
    of the .so is non-zero, while for the .debug files they are zero.  In the
    other case we supported sep-debug without prelinking both .so and .debug
    load bases were zero. In this new test case both base load addresses are
    non-zero.
    
    * testsuite/systemtap.exelib/exelib.exp: Add libdebug == "sep-after" to
      indicate separate debuginfo after prelinking library. Skip sep-after
      if not prelinking.

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

Summary of changes:
 testsuite/systemtap.exelib/exelib.exp |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 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]