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-423-gd467030


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  d46703098a8d64465c399fee375efa1fdfb20f04 (commit)
      from  8ae9ca7920537f3ee1e6826cbe475f7fa72d3fe3 (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 d46703098a8d64465c399fee375efa1fdfb20f04
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jul 7 11:01:43 2010 +0200

    Only include unwaddr in context for ia64. Not used on any other arch.
    
    * translate.cxx (c_unparser::emit_common_header): Don't add unwaddr field
      to context struct except for ia64.
    * tapsets.cxx (common_probe_entryfn_prologue): Only initialized unwaddr
      on ia64.
      (dwarf_derived_probe::emit_probe_local_init): Only call bspcache on ia64.
    * runtime/regs-ia64.c: Don't define (empty) bspcache for other arches.

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

Summary of changes:
 runtime/regs-ia64.c |    4 ----
 tapsets.cxx         |    4 ++++
 translate.cxx       |    2 ++
 3 files changed, 6 insertions(+), 4 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]