From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20329 invoked by alias); 23 Jun 2009 08:24:29 -0000 Received: (qmail 20302 invoked by uid 9112); 23 Jun 2009 08:24:28 -0000 Date: Tue, 23 Jun 2009 08:24:00 -0000 Message-ID: <20090623082425.20280.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-96-gfcc30d6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ac72d42e6de0b96fa3e7f9245b50288ad399e4b5 X-Git-Newrev: fcc30d6d020ebf1df7d05809074015c8f0990c22 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00355.txt.bz2 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 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