From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8310 invoked by alias); 14 Dec 2010 19:56:38 -0000 Received: (qmail 8280 invoked by uid 440); 14 Dec 2010 19:56:37 -0000 Date: Tue, 14 Dec 2010 19:56:00 -0000 Message-ID: <20101214195631.8125.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-383-g71e5e13 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d5933c45f897e79392b3ca0c8a6ec4811763ae8b X-Git-Newrev: 71e5e13d71447caa1d3bb5f7c36055bc052986b9 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: 2010-q4/txt/msg00140.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 71e5e13d71447caa1d3bb5f7c36055bc052986b9 (commit) from d5933c45f897e79392b3ca0c8a6ec4811763ae8b (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 71e5e13d71447caa1d3bb5f7c36055bc052986b9 Author: Stan Cox Date: Tue Dec 14 14:57:07 2010 -0500 Improve 386 precision op handling. * tapsets.cxx (sdt_uprobe_var_expanding_visitor): Add probe_type. (visit_target_symbol): Make default precision signed, unless asm probe. * sdt_misc.exp (sdt_types): Allow v1/v2 i386 unsigned test xfail * sdt_types.c (unsigned_short_int_var, unsigned_int_var): Simplify * sdt_types.stp: Likewise. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 21 +++++++++++++++++---- testsuite/systemtap.base/sdt_misc.exp | 8 ++++++-- testsuite/systemtap.base/sdt_types.c | 13 ++++++------- testsuite/systemtap.base/sdt_types.stp | 28 ++++++++++------------------ 4 files changed, 39 insertions(+), 31 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool