From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7669 invoked by alias); 18 May 2005 01:11:00 -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 7145 invoked from network); 18 May 2005 01:10:44 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 18 May 2005 01:10:44 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DYD59-0002Vj-Kz for gdb-patches@sources.redhat.com; Tue, 17 May 2005 21:10:43 -0400 Date: Wed, 18 May 2005 01:40:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Resurrect v850 Message-ID: <20050518011043.GA8672@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050517140935.GI18174@calimero.vinschen.de> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00432.txt.bz2 On Tue, May 17, 2005 at 04:09:35PM +0200, Corinna Vinschen wrote: > Ok, I *think* I have followed all your suggestions and hints throughout > the file. The result is attached below. This is OK with trivial changes, with or without Mark's suggested change for the type of $pc. Thanks. > +/* Info gleaned from scanning a function's prologue. */ > +struct pifsr /* Info about one saved reg */ > +{ > + int offset; /* Offset from sp or fp */ > + int cur_frameoffset; /* Current frameoffset */ > + int reg; /* Saved register number */ > +}; Missed a couple of trailing stops in the comments. > + /* The value is a structure or union with a single element and that > + element is either a single basic type or an array of a single basic > + type whoes size is greater than or equal to 4 -> returned in register. */ "whose". -- Daniel Jacobowitz CodeSourcery, LLC