From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26198 invoked by alias); 12 Oct 2012 16:07:22 -0000 Received: (qmail 26182 invoked by uid 22791); 12 Oct 2012 16:07:17 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Oct 2012 16:07:11 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9CG76IZ018654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 12 Oct 2012 12:07:06 -0400 Received: from fche.csb (vpn-9-65.rdu.redhat.com [10.11.9.65]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q9CG75f4013991; Fri, 12 Oct 2012 12:07:06 -0400 Received: by fche.csb (Postfix, from userid 2569) id 4CD4758188; Fri, 12 Oct 2012 12:07:05 -0400 (EDT) To: "Suzuki K. Poulose" Cc: Athira Rajeev , systemtap@sourceware.org, srikar@linux.vnet.ibm.com Subject: Re: [PATCH] systemtap: Fix parsing of literals in SDT_V3 operand for s390x and ia64 References: <20121003071222.1901.62858.stgit@localhost.localdomain> <5076A60F.9010908@in.ibm.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Fri, 12 Oct 2012 16:07:00 -0000 In-Reply-To: <5076A60F.9010908@in.ibm.com> (Suzuki K. Poulose's message of "Thu, 11 Oct 2012 16:27:19 +0530") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00073.txt.bz2 "Suzuki K. Poulose" writes: > [...] >> #if defined __powerpc__ || defined __powerpc64__ >> # define _SDT_ARGTMPL(id) %I[id]%[id] >> #else >> # define _SDT_ARGTMPL(id) %[id] >> #endif > > We will try this and let you know the results. I guess we could do this > for ia64 as well. It doesn't seem as though gcc supports %I for anything other than powerpc (and there it's done because some of the assembler instruction mnemonics are modified). I opened PR14715 to track further work on this. - FChE