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-96-gfcc30d6


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  fcc30d6d020ebf1df7d05809074015c8f0990c22 (commit)
      from  ac72d42e6de0b96fa3e7f9245b50288ad399e4b5 (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 fcc30d6d020ebf1df7d05809074015c8f0990c22
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jun 23 10:20:07 2009 +0200

    PR 10313 Build error due to deprecation of elf_getshstrndx in elfutils.
    
    * dwflpp.h: Check elfutils version, define elf_getshdrstrndx as
      elf_getshstrndx if elfutils 0.142 detected.
    * dwflpp.cxx (get_blacklist_section): Use elf_getshdrstrndx.
    * tapsets.cxx (probe_table): Likewise.
      (prepare_section_rejection): Likewise.

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

Summary of changes:
 dwflpp.cxx  |    2 +-
 dwflpp.h    |    7 +++++++
 tapsets.cxx |    6 +++---
 3 files changed, 11 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]