From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17438 invoked by alias); 25 Jun 2009 21:16:47 -0000 Received: (qmail 17414 invoked by uid 9112); 25 Jun 2009 21:16:46 -0000 Date: Thu, 25 Jun 2009 21:16:00 -0000 Message-ID: <20090625211645.17402.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-110-gc65358e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ad0e17094017350fc0010b8416579da42ab1d5a3 X-Git-Newrev: c65358e84b38bc84951a4e3c5e8e4f3cace9f63e 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/msg00365.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 c65358e84b38bc84951a4e3c5e8e4f3cace9f63e (commit) from ad0e17094017350fc0010b8416579da42ab1d5a3 (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 c65358e84b38bc84951a4e3c5e8e4f3cace9f63e Author: Mark Wielaard Date: Thu Jun 25 23:07:17 2009 +0200 PR10323 Some ustack exelib.exp tests fail with prelinked shared libs. For shared libraries (.dynamic sections) we need the eh frame section address offset. This is the sh_addr if the shared library isn't prelinked (since the base load address is zero in that case), otherwise it is the module start address minus the bias (which also works for the non-prelinked case). * translate.cxx (get_unwind_data): Adjust eh_addr for module start and bias if module isn't absolute (has no relocations). * testsuite/systemtap.exelib/ustack.tcl: Accept all prelink tests. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.exelib/ustack.tcl | 3 --- translate.cxx | 11 ++++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool