From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24972 invoked by alias); 9 Mar 2010 15:53:28 -0000 Received: (qmail 24939 invoked by uid 440); 9 Mar 2010 15:53:28 -0000 Date: Tue, 09 Mar 2010 15:53:00 -0000 Message-ID: <20100309155328.24928.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-170-gf43a495 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 12c1a00781ad7273546a9d16f4711876f328ab8c X-Git-Newrev: f43a495397a431683f2b5ee8ad827f77b82f5f09 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-q1/txt/msg00196.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 f43a495397a431683f2b5ee8ad827f77b82f5f09 (commit) from 12c1a00781ad7273546a9d16f4711876f328ab8c (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 f43a495397a431683f2b5ee8ad827f77b82f5f09 Author: Stan Cox Date: Tue Mar 9 10:50:14 2010 -0500 Only use volatile for sdt.h arguments when needed. sdt.h (VOLATILE_ARG): gcc 4.4.3 support for inline asm argument debug info means volatile is not needed. ----------------------------------------------------------------------- Summary of changes: includes/sys/sdt.h | 116 +++++++++++++++++++++++++++------------------------ 1 files changed, 61 insertions(+), 55 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool