From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16191 invoked by alias); 18 Apr 2002 15:10:40 -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 16167 invoked from network); 18 Apr 2002 15:10:35 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 18 Apr 2002 15:10:35 -0000 Received: from localhost.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id IAA09153; Thu, 18 Apr 2002 08:10:34 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 582AB11435; Thu, 18 Apr 2002 11:10:12 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15550.57812.199523.100102@localhost.redhat.com> Date: Thu, 18 Apr 2002 08:10:00 -0000 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]rs6000-tdep.c: add nofp register set In-Reply-To: <1020417210336.ZM3970@localhost.localdomain> References: <15549.56008.877855.530670@localhost.redhat.com> <1020417210336.ZM3970@localhost.localdomain> X-SW-Source: 2002-04/txt/msg00589.txt.bz2 Kevin Buettner writes: > On Apr 17, 4:27pm, Elena Zannoni wrote: > > > Some ppc variants (855, 823) don't have a floating point unit. > > I've just added a register set to be used for such variants. > > > > Elena > > > > 2000-04-17 Elena Zannoni > > > > * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro. > > (registers_powerpc_nofp): New register set for processors > > without floating point unit. > > Okay. > > Kevin Thanks. Committed. Elena