From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1998 invoked by alias); 25 Jun 2009 14:51:53 -0000 Received: (qmail 1974 invoked by uid 9112); 25 Jun 2009 14:51:52 -0000 Date: Thu, 25 Jun 2009 14:51:00 -0000 Message-ID: <20090625145152.1963.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-108-gf1d04fa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9cb00f47af5b4feb20df8d747ba9ecc683c26aa6 X-Git-Newrev: f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf 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: 2009-q2/txt/msg00363.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 f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf (commit) via 034a0c2940eb2c7a51c40e404f5aefed2108777e (commit) from 9cb00f47af5b4feb20df8d747ba9ecc683c26aa6 (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 f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf Author: Mark Wielaard Date: Thu Jun 25 16:44:02 2009 +0200 Only compile with plain gcc for exelib.exp testcases. g++ is also supported but disabled because it didn't add much interesting differences in binaries and exploded the test search case a bit. * testsuite/systemtap.exelib/exelib.exp: Disable g++ by default, but keep support for enabling it. commit 034a0c2940eb2c7a51c40e404f5aefed2108777e Author: Mark Wielaard Date: Thu Jun 25 16:35:53 2009 +0200 Add seperate debuginfo after prelinking to exelib.exp tests. We split debuginfo before prelinking, that means that the base load address of the .so is non-zero, while for the .debug files they are zero. In the other case we supported sep-debug without prelinking both .so and .debug load bases were zero. In this new test case both base load addresses are non-zero. * testsuite/systemtap.exelib/exelib.exp: Add libdebug == "sep-after" to indicate separate debuginfo after prelinking library. Skip sep-after if not prelinking. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.exelib/exelib.exp | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool