From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 744 invoked by alias); 17 Nov 2009 15:17:36 -0000 Received: (qmail 719 invoked by uid 9112); 17 Nov 2009 15:17:35 -0000 Date: Tue, 17 Nov 2009 15:17:00 -0000 Message-ID: <20091117151735.708.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-235-gb049078 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f685b2fea262d1e517d75d69c84ec0d1edea6cf0 X-Git-Newrev: b0490786a904cbd19fb04c3d66ac3c277bfc2c71 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-q4/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 b0490786a904cbd19fb04c3d66ac3c277bfc2c71 (commit) from f685b2fea262d1e517d75d69c84ec0d1edea6cf0 (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 b0490786a904cbd19fb04c3d66ac3c277bfc2c71 Author: Mark Wielaard Date: Tue Nov 17 16:11:28 2009 +0100 Use DW_AT_MIPS_linkage_name when available in vardie_from_symtable. If there is a DW_AT_MIPS_linkage_name it encodes the actual name of the variable as used in the symbol table. * dwflpp.cpp (vardie_from_symtable): Check whether there is a DW_AT_MIPS_linkage_name attribute and use its value if so. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool