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-1.4-27-gac8a78a


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  ac8a78aa6627faeffbeab7b47424ff7780fb502f (commit)
      from  4e3b15e62ac8e2a61ad09a42c711a8ba7ad71354 (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 ac8a78aa6627faeffbeab7b47424ff7780fb502f
Author: Stan Cox <scox@redhat.com>
Date:   Wed Jan 26 10:10:01 2011 -0500

    Avoid use of limits include in sdt.  Sign extend signed HI/SI values.
    
    * sdt.h (limits): Remove.
    (__sdt_type): Predefine type signness.
    * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_target_symbol):
    Sign extend signed HI/SI values.
    * sdt_asm.stp (rN): Add rNd tests

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

Summary of changes:
 includes/sys/sdt.h                    |   57 ++++++++++++++++++++----------
 tapsets.cxx                           |    8 ++++-
 testsuite/systemtap.base/sdt_asm.stp  |   62 ++++++++++++++++++++------------
 testsuite/systemtap.base/sdt_misc.exp |    2 +-
 4 files changed, 85 insertions(+), 44 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]