From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4635 invoked by alias); 3 May 2012 20:05:24 -0000 Received: (qmail 4601 invoked by uid 22791); 3 May 2012 20:05:21 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Thu, 03 May 2012 20:05:04 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q43K532n032719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 3 May 2012 16:05:03 -0400 Received: from psique (ovpn-112-58.phx2.redhat.com [10.3.112.58]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q43K4wjI009218; Thu, 3 May 2012 16:04:59 -0400 From: Sergio Durigan Junior To: Doug Evans Cc: tromey@redhat.com, jan.kratochvil@redhat.com, gdb-patches@sourceware.org Subject: Re: [RFC] Fix build failure in stap-probe.c. References: <20120502081647.A1B041E1374@ruffy2.mtv.corp.google.com> X-URL: http://www.redhat.com Date: Thu, 03 May 2012 20:05:00 -0000 In-Reply-To: (Doug Evans's message of "Thu, 3 May 2012 10:53:21 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00102.txt.bz2 On Thursday, May 03 2012, Doug Evans wrote: > On Wed, May 2, 2012 at 11:56 AM, Sergio Durigan Junior > wrote: >> You're right. =C2=A0Does this patch work for you? >> >> 2012-05-02 =C2=A0Sergio Durigan Junior =C2=A0 >> >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* stap-probe.c (stap_is_operator): Change dec= laration. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0(stap_get_opcode): Change return value. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0(stap_parse_argument_1): Update calls to `sta= p_get_opcode' and >> =C2=A0 =C2=A0 =C2=A0 =C2=A0`stap_parse_argument_1'. > > Works great, thanks! Thanks, checked in: http://sourceware.org/ml/gdb-cvs/2012-05/msg00024.html --=20 Sergio