From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27337 invoked by alias); 22 Sep 2005 20:10:39 -0000 Mailing-List: contact systemtap-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sources.redhat.com List-Archive: Received: (qmail 27323 invoked by uid 9163); 22 Sep 2005 20:10:38 -0000 Date: Thu, 22 Sep 2005 20:10:00 -0000 Message-ID: <20050922201038.27322.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src/runtime ChangeLog current.c runtime.h sym.c X-SW-Source: 2005-q3/txt/msg00397.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2005-09-22 20:10:38 Modified files: runtime : ChangeLog current.c runtime.h sym.c Log message: 2005-09-22 Martin Hunt * runtime.h (init_module): Only initialize _stp_kta and _stp_kallsyms_lookup on i386 and x86_64. Define HAS_LOOKUP. * sym.c (_stp_symbol_sprint): If HAS_LOOKUP is not defined, just print address in hex. * current.c (_stp_ret_addr): Add ppc64 version. (_stp_sprint_regs): PPC64 version from Ananth N Mavinakayanahalli Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.57&r2=1.58 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/current.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/runtime.h.diff?cvsroot=systemtap&r1=1.19&r2=1.20 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/sym.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6