From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26224 invoked by alias); 21 Sep 2010 19:57:22 -0000 Received: (qmail 26102 invoked by uid 678); 21 Sep 2010 19:57:21 -0000 Date: Tue, 21 Sep 2010 19:57:00 -0000 Message-ID: <20100921195721.26041.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-148-gbb716e5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 40a50254448d5e9a9a192cf2c31348440c3e0d7e X-Git-Newrev: bb716e5c50ee80e12544d741eaa79e952ce0721e 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/msg00215.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 bb716e5c50ee80e12544d741eaa79e952ce0721e (commit) from 40a50254448d5e9a9a192cf2c31348440c3e0d7e (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 bb716e5c50ee80e12544d741eaa79e952ce0721e Author: William Cohen Date: Tue Sep 21 15:50:30 2010 -0400 PR12035 - staprun fails to build on ia64 The _SDT_ARGFMT and _SDT_ARG macros are adjusted to work around the ia64 compiler on RHEL-5. The ia64 gcc is not able to handle %c in the asm statement. The ia64 and s390 also require an argument for the assembly language nop instruction. ----------------------------------------------------------------------- Summary of changes: includes/sys/sdt.h | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool