From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 930 invoked by alias); 27 May 2008 20:19:18 -0000 Received: (qmail 905 invoked by uid 9586); 27 May 2008 20:19:17 -0000 Date: Tue, 27 May 2008 20:19:00 -0000 Message-ID: <20080527201917.894.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-328-g16a02df X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 82932a67491cf0ecbcc964448926052dc4b54b4b X-Git-Newrev: 16a02dfb97fd3979d0f517a71a6aba050a3bed98 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: X-SW-Source: 2008-q2/txt/msg00052.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 16a02dfb97fd3979d0f517a71a6aba050a3bed98 (commit) from 82932a67491cf0ecbcc964448926052dc4b54b4b (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 16a02dfb97fd3979d0f517a71a6aba050a3bed98 Author: Josh Stone Date: Tue May 27 13:10:17 2008 -0700 Fix regparm() on i686 & x86_64. It doesn't seem that regparm() is actually used, but I saw compilation errors when I compiled with -u. ----------------------------------------------------------------------- Summary of changes: tapset/i686/registers.stp | 4 ++-- tapset/x86_64/registers.stp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool