From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5055 invoked by alias); 29 Feb 2012 02:53:02 -0000 Received: (qmail 5025 invoked by uid 9586); 29 Feb 2012 02:53:00 -0000 Date: Wed, 29 Feb 2012 02:53:00 -0000 Message-ID: <20120229025300.5014.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-55-g2a7153b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 432e610cf98049099848e79f7236389c5dbb8211 X-Git-Newrev: 2a7153bf6c6a1203456f324fa5c77366c9e3c726 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/msg00124.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 2a7153bf6c6a1203456f324fa5c77366c9e3c726 (commit) from 432e610cf98049099848e79f7236389c5dbb8211 (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 2a7153bf6c6a1203456f324fa5c77366c9e3c726 Author: Josh Stone Date: Tue Feb 28 18:48:04 2012 -0800 PR13721 (partial): Move cross-file WARNING before setting arity For PR10799, there is a WARNING check for when globals are used across different files. However, set_arity was done first, so any exception there would bypass the check. * elaborate.cxx (symresolution_info::find_var): Warn before set_arity. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool