From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7084 invoked by alias); 29 Jun 2010 20:49:56 -0000 Received: (qmail 7060 invoked by uid 9156); 29 Jun 2010 20:49:56 -0000 Date: Tue, 29 Jun 2010 20:49:00 -0000 Message-ID: <20100629204956.7048.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-378-g1c29317 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 675c69345e8ffb1e5c5c5ef44256af2910b78f39 X-Git-Newrev: 1c293176de6ef05c3164156363e1210cd138fd6a 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-q2/txt/msg00259.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 1c293176de6ef05c3164156363e1210cd138fd6a (commit) from 675c69345e8ffb1e5c5c5ef44256af2910b78f39 (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 1c293176de6ef05c3164156363e1210cd138fd6a Author: David Smith Date: Tue Jun 29 15:49:36 2010 -0500 Fixed uninitialized variable error on f12. * runtime/unwind.c (adjustStartLoc): Initialize a variable to avoid an error on f12. ----------------------------------------------------------------------- Summary of changes: runtime/unwind.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool