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.2-310-g4f98371


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  4f9837120cb3b15870d65ef00f340d6961ec7e76 (commit)
      from  b43e4d1fa6dade64f89f534e3f162c3465114d44 (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 4f9837120cb3b15870d65ef00f340d6961ec7e76
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jun 22 12:07:17 2010 +0200

    PR11722 Add runtime/compatdefs.h to define is_compat_task() for older kernels.
    
    * runtime/autoconf-is-compat-task.c: New autoconf test.
    * buildrun.cxx (compile_pass): Add STAPCONF_IS_COMPAT_TASK.
    * runtime/compatdefs.h: New compat definitions (is_compat_task).
    * runtime/regs.c: Include compatdefs.h
    * tapset/conversions.stp: Remove configure checkery.

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

Summary of changes:
 buildrun.cxx                      |    1 +
 runtime/autoconf-is-compat-task.c |    7 +++++++
 runtime/compatdefs.h              |   31 +++++++++++++++++++++++++++++++
 runtime/regs.c                    |    1 +
 tapset/conversions.stp            |   14 --------------
 5 files changed, 40 insertions(+), 14 deletions(-)
 create mode 100644 runtime/autoconf-is-compat-task.c
 create mode 100644 runtime/compatdefs.h


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]