From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9459 invoked by alias); 29 Jan 2002 21:41:10 -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 9386 invoked from network); 29 Jan 2002 21:41:05 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 29 Jan 2002 21:41:05 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 868593DD0; Tue, 29 Jan 2002 16:40:55 -0500 (EST) Message-ID: <3C5716E7.2010209@cygnus.com> Date: Tue, 29 Jan 2002 13:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: Updates for m68k-linux target References: <3C5049BD.6070407@cygnus.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00764.txt.bz2 > + for (i = FPC_REGNUM; i <= FPI_REGNUM; i++) > + if (regno == -1 || regno == i) > + fpregsetp->fpcntl[regno - FPC_REGNUM] > + = *(int *) ®isters[REGISTER_BYTE (regno)]; > BTW, there were a few registers[] references still lurking in there. enjoy, Andrew