From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20493 invoked by alias); 3 May 2012 20:27:45 -0000 Received: (qmail 20485 invoked by uid 22791); 3 May 2012 20:27:44 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 May 2012 20:27:31 +0000 Received: by vcbfy7 with SMTP id fy7so2023688vcb.0 for ; Thu, 03 May 2012 13:27:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=F17WCfFAZb2J0AtKwF9YS6E9V50jBO5IZtSQjZrXvMk=; b=OCzEBIlHOYXH1NJdfzIOW+o6bGFvfgkK0YqynpxDC6o0FcWBz4DXEij20iuu60mpgW uvbksRYSmnV1nhb7UwyD7E1k/FQRgDVQ8IajKzMUc2kANhlxTZ07JSOH8LCIN3S+UJY0 PXB9c5kZk8TNKnTrJihKm8EvLa50krsx3pZpJeUkuy9pHH+b9H5Bj09Li9gDxrRKYFas D4Q+qB+muEQSSOSeVoAkcZZmZa9qLDd3Vk0RcRQfT5+H9wXWqAhoRJsRGtDcTNfGYIdG tSBszOW3DnoJabEIDyxWze+QaPQqKcOM6MF3qg9l5d9L+XFQvx+hVrbqh/Hu4PvXJtqg QHFA== Received: by 10.52.67.106 with SMTP id m10mr795141vdt.6.1336076850348; Thu, 03 May 2012 13:27:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.67.106 with SMTP id m10mr795132vdt.6.1336076850243; Thu, 03 May 2012 13:27:30 -0700 (PDT) Received: by 10.52.165.2 with HTTP; Thu, 3 May 2012 13:27:30 -0700 (PDT) In-Reply-To: References: <20120502081647.A1B041E1374@ruffy2.mtv.corp.google.com> Date: Thu, 03 May 2012 20:27:00 -0000 Message-ID: Subject: Re: [RFC] Fix build failure in stap-probe.c. From: Doug Evans To: Sergio Durigan Junior Cc: tromey@redhat.com, jan.kratochvil@redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQnlUfNVdQVyRyXxlWlbVSh6AbNILxL5N3TvhfPqfN9dlxdo7qGcb2Z2NaaKY6ZQkKBQLYmvHI5RhTA6IgDwns9IVIrC8iXk+VR5ApJCkVB9VmVgX7XrhaB7hgyyob1qCGlqGcVb0oqRba+NAvkmnbf0FPSuLA== 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/msg00103.txt.bz2 On Thu, May 3, 2012 at 1:04 PM, Sergio Durigan Junior wrote: > On Thursday, May 03 2012, Doug Evans wrote: > >> On Wed, May 2, 2012 at 11:56 AM, Sergio Durigan Junior >> wrote: > >>> You're right. =A0Does this patch work for you? >>> >>> 2012-05-02 =A0Sergio Durigan Junior =A0 >>> >>> =A0 =A0 =A0 =A0* stap-probe.c (stap_is_operator): Change declaration. >>> =A0 =A0 =A0 =A0(stap_get_opcode): Change return value. >>> =A0 =A0 =A0 =A0(stap_parse_argument_1): Update calls to `stap_get_opcod= e' and >>> =A0 =A0 =A0 =A0`stap_parse_argument_1'. >> >> Works great, thanks! > > Thanks, checked in: > > =A0 =A0http://sourceware.org/ml/gdb-cvs/2012-05/msg00024.html Awesome. Thanks.