From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26482 invoked by alias); 16 Sep 2010 15:17:00 -0000 Received: (qmail 26454 invoked by uid 9112); 16 Sep 2010 15:16:59 -0000 Date: Thu, 16 Sep 2010 15:17:00 -0000 Message-ID: <20100916151659.26442.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-129-g653a2c7 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 22ac61865162e74823c869e011760805d46cfb32 X-Git-Newrev: 653a2c7b40d2012b663152d51dca21e0e7aa9da8 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: 2010-q3/txt/msg00207.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 653a2c7b40d2012b663152d51dca21e0e7aa9da8 (commit) from 22ac61865162e74823c869e011760805d46cfb32 (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 653a2c7b40d2012b663152d51dca21e0e7aa9da8 Author: Mark Wielaard Date: Thu Sep 16 17:12:48 2010 +0200 Guard location_from_attr declaration and function with elfutils 0.149 check. location_from_attr is only used when an implicit pointer is found and systemtap is compiled against elfutils 0.149 . * loc2c.c (location_from_attr): Guard with elfutils version check. ----------------------------------------------------------------------- Summary of changes: loc2c.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool