From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6976 invoked by alias); 17 May 2005 20:33:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6694 invoked from network); 17 May 2005 20:32:58 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 17 May 2005 20:32:58 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DY8kJ-0006cR-DP for gdb-patches@sources.redhat.com; Tue, 17 May 2005 16:32:55 -0400 Date: Wed, 18 May 2005 01:11:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Resurrect v850 Message-ID: <20050517203255.GA25422@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20050513114016.GN2805@calimero.vinschen.de> <20050515174426.GA1193@nevyn.them.org> <20050517132348.GF18174@calimero.vinschen.de> <20050517133137.GA3543@nevyn.them.org> <20050517140935.GI18174@calimero.vinschen.de> <200505172029.j4HKTrPs022728@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505172029.j4HKTrPs022728@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00430.txt.bz2 On Tue, May 17, 2005 at 10:29:53PM +0200, Mark Kettenis wrote: > Date: Tue, 17 May 2005 16:09:35 +0200 > From: Corinna Vinschen > > Hi Daniel, > > Ok, I *think* I have followed all your suggestions and hints throughout > the file. The result is attached below. > > This looks pretty good. I noticed that v850_register_type returns > builtin_type_uint32 for your E_PC_REGNUM. Did you consider returning > builtin_type_void_func_ptr for that register? It has the nice > side-effect that "info registers" displays the function name the pc is > currently in. Would "set $pc = $pc + 2" still work if $pc is a function pointer? -- Daniel Jacobowitz CodeSourcery, LLC