From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25060 invoked by alias); 8 Nov 2005 09:56:35 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 25024 invoked by uid 22791); 8 Nov 2005 09:56:29 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Subject: RE: new systemtap snapshot available Date: Tue, 08 Nov 2005 09:56:00 -0000 Message-ID: <9FBCE015AF479F46B3B410499F3AE05B08979C@pdsmsx405> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: new systemtap snapshot available Thread-Index: AcXiFQPGNW1s6/dTRAylsMaF0BctVwCM8kjw From: "Mao, Bibo" To: , X-OriginalArrivalTime: 08 Nov 2005 09:56:24.0598 (UTC) FILETIME=[ADE31360:01C5E44A] X-Scanned-By: MIMEDefang 2.52 on 10.7.209.17 X-SW-Source: 2005-q4/txt/msg00159.txt.bz2 When I compile profile.stp in EM64T and IA64 machine, maybe in PPC64 it has= the same problem, but I have no PPC64 Box:). There will be such warning i= nformation that it can not compile. /tmp/stapsOq5Wi/stap_19359.c: In function `function_accumulate': /tmp/stapsOq5Wi/stap_19359.c:382: warning: cast from pointer to integer of= different size. And by the error information, I find the line: l->__tmp3 =3D (((int)_stp_map_get_is (global_command, l->__tmp2)) And in runtime/map-gen.c function KEYSYM(_stp_map_get) return value type sh= ould be VALTYPE. It is int64_t. So I modify translate.cxx,as follows:=20 string exists (vector const & indices) const { return "(((int64_t)" + call_prefix("get", indices) + ")) !=3D 0)"; } And it will compile and run ok in my IA32, EM64T and IA64 box. >-----Original Message----- >From: systemtap-owner@sourceware.org [mailto:systemtap-owner@sourceware.or= g] >On Behalf Of fche@sourceware.org >Sent: 2005=C4=EA11=D4=C25=C8=D5 22:27 >To: systemtap@sources.redhat.com >Subject: new systemtap snapshot available > >A new automated systemtap CVS snapshot is available. >ftp://sources.redhat.com/pub/systemtap/snapshots/systemtap-20051105.tar.bz2 >328848 bytes