From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6425 invoked by alias); 5 Jan 2012 17:16:49 -0000 Received: (qmail 6394 invoked by uid 9156); 5 Jan 2012 17:16:47 -0000 Date: Thu, 05 Jan 2012 17:16:00 -0000 Message-ID: <20120105171647.6383.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.6-663-g47caa99 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d1be62330feee71c1c8006d6c704bb8d6cf50e80 X-Git-Newrev: 47caa9912f5918b6447e2623f36b713129d0452e 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: 2012-q1/txt/msg00004.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 47caa9912f5918b6447e2623f36b713129d0452e (commit) from d1be62330feee71c1c8006d6c704bb8d6cf50e80 (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 47caa9912f5918b6447e2623f36b713129d0452e Author: David Smith Date: Thu Jan 5 11:16:27 2012 -0600 Fix gcc 4.7 compile issues (most related to gcc PR49745). * cache.cxx: Include * session.cxx: Ditto. * setupdwfl.cxx: Ditto. * translate.cxx (emit_symbol_data): Set correct type on structure initialization to avoid gcc 4.7 error. ----------------------------------------------------------------------- Summary of changes: cache.cxx | 1 + session.cxx | 1 + setupdwfl.cxx | 1 + translate.cxx | 2 +- 4 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool