From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4777 invoked by alias); 15 May 2002 17:35:58 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4748 invoked from network); 15 May 2002 17:35:54 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 15 May 2002 17:35:54 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA01706; Wed, 15 May 2002 10:35:48 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 103B410FC9; Wed, 15 May 2002 13:35:14 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15586.40018.722458.418880@localhost.redhat.com> Date: Wed, 15 May 2002 10:35:00 -0000 To: Andrew Cagney Cc: Richard.Earnshaw@arm.com, Elena Zannoni , gdb@sources.redhat.com Subject: Re: REGISTER_BYTE() and pseudos In-Reply-To: <3CE29587.4070805@cygnus.com> References: <200205151636.RAA10611@cam-mail2.cambridge.arm.com> <3CE29587.4070805@cygnus.com> X-SW-Source: 2002-05/txt/msg00172.txt.bz2 Andrew Cagney writes: > > What should REGISTER_BYTE() return for a pseudo that doesn't have space > > allocated in registers[]? > > It shouldn't matter. However, check with Elena for what was done with > the sh5. > > Andrew > > Yeah, I was going to chime in, but I am behind on this thread. Richard, look at the sh-tdep.c file. I checked in the sh5 work. It still needs another round of cleaning but ti should pretty much all be there. Elena