From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5533 invoked by alias); 21 Aug 2009 16:59:24 -0000 Received: (qmail 5520 invoked by uid 22791); 21 Aug 2009 16:59:23 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtagate7.uk.ibm.com (HELO mtagate7.uk.ibm.com) (195.212.29.140) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Aug 2009 16:59:16 +0000 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate7.uk.ibm.com (8.14.3/8.13.8) with ESMTP id n7LGx9fr358990 for ; Fri, 21 Aug 2009 16:59:09 GMT Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n7LGx98Z3166258 for ; Fri, 21 Aug 2009 17:59:09 +0100 Received: from d06av03.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n7LGx8P1000367 for ; Fri, 21 Aug 2009 17:59:09 +0100 Received: from leonard.localnet (dyn-9-152-224-31.boeblingen.de.ibm.com [9.152.224.31]) by d06av03.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n7LGx5v8000304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Aug 2009 17:59:08 +0100 From: Ken Werner To: Doug Evans , gdb-patches@sourceware.org Subject: Re: [unladen-swallow] Re: [RFA] Add interface for registering JITed code Date: Fri, 21 Aug 2009 18:59:00 -0000 User-Agent: KMail/1.12.0 (Linux/2.6.28-15-generic; KDE/4.3.0; i686; ; ) References: <9a9942200907221615o570e749fh5cb186c1600f159c@mail.gmail.com> <200908211236.n7LCZuxn016229@d06av01.portsmouth.uk.ibm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200908211859.04340.ken@linux.vnet.ibm.com> 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/msg00345.txt.bz2 On Friday 21 August 2009 05:17:30 pm you wrote: > 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" == 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. Thanks. > > > > Hi, > > I noticed the gdb build fails on ppc64 if -Werror is used: > > gdb/jit.c: In function 'jit_event_handler': > > gdb/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. Please go ahead since I do not have commit privileges. Thanks. -ken