From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1119 invoked by alias); 17 Sep 2009 21:40:10 -0000 Received: (qmail 1061 invoked by uid 9024); 17 Sep 2009 21:40:09 -0000 Date: Thu, 17 Sep 2009 21:40:00 -0000 Message-ID: <20090917214008.1050.qmail@sourceware.org> From: roland@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-357-g707e2be X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b26b743d2ea6969713d0c69849acccffd9332d9d X-Git-Newrev: 707e2bec52a319441497f684b1a62d7ed97e3eff 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-q3/txt/msg00276.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 707e2bec52a319441497f684b1a62d7ed97e3eff (commit) from b26b743d2ea6969713d0c69849acccffd9332d9d (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 707e2bec52a319441497f684b1a62d7ed97e3eff Author: Roland McGrath Date: Thu Sep 17 14:36:48 2009 -0700 Support DW_OP_implicit_value. * loc2c.c (struct location): Add loc_constant variant, with constant_block field. (translate): Handle DW_OP_implicit_value to make loc_constant pieces. (c_translate_location): Handle loc_constant. (discontiguify): Likewise. (location_relative): Likewise. (declare_noncontig_union): Likewise. (translate_base_fetch): Likewise. (c_translate_array): Likewise. (c_emit_location): Likewise. (emit_base_store): Refuse loc_constant. (c_translate_addressof): Likewise. ----------------------------------------------------------------------- Summary of changes: loc2c.c | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 127 insertions(+), 31 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool