From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13848 invoked by alias); 21 Aug 2009 15:17:43 -0000 Received: (qmail 13837 invoked by uid 22791); 21 Aug 2009 15:17:43 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Aug 2009 15:17:36 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id n7LFHXBd004145 for ; Fri, 21 Aug 2009 08:17:33 -0700 Received: from gxk11 (gxk11.prod.google.com [10.202.11.11]) by zps35.corp.google.com with ESMTP id n7LFHH7L008418 for ; Fri, 21 Aug 2009 08:17:31 -0700 Received: by gxk11 with SMTP id 11so1102243gxk.16 for ; Fri, 21 Aug 2009 08:17:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.163.1 with SMTP id l1mr2452898ybe.204.1250867850960; Fri, 21 Aug 2009 08:17:30 -0700 (PDT) In-Reply-To: <200908211236.n7LCZuxn016229@d06av01.portsmouth.uk.ibm.com> References: <9a9942200907221615o570e749fh5cb186c1600f159c@mail.gmail.com> <200907301501.17812.thiago.bauermann@gmail.com> <200907311201.28986.thiago.bauermann@gmail.com> <9a9942200907311117r2f5363f8ufde734ce2bbf721a@mail.gmail.com> <25eb677d0908141612v78fb10eet8fef3b29a7856dc7@mail.gmail.com> <200908211236.n7LCZuxn016229@d06av01.portsmouth.uk.ibm.com> Date: Fri, 21 Aug 2009 16:31:00 -0000 Message-ID: Subject: Re: [unladen-swallow] Re: [RFA] Add interface for registering JITed code From: Doug Evans To: Ken Werner Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2009-08/txt/msg00343.txt.bz2 On Fri, Aug 21, 2009 at 5:35 AM, Ken Werner wrote: > Doug Evans wrote: > >> On Mon, Aug 17, 2009 at 8:29 AM, Tom Tromey wrote: >>>>>>>> "Reid" =3D=3D Reid Kleckner writes: >>> >>> Tom> I read it a few more times and nothing popped out at me. >>> >>> Reid> Is it OK if Doug commits it then? >>> >>> Yes. >>> >>> Tom >>> >> >> Committed. =A0Thanks. > > Hi, > I noticed the gdb build fails on ppc64 if -Werror is used: > =A0gdb/jit.c: In function 'jit_event_handler': > =A0gdb/jit.c:417: warning: cast to pointer from integer of different size > The attached patch uses paddress for printing the address. > > -ken Heh. Thanks. Can you check it in? If not I can for you.