From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23687 invoked by alias); 10 May 2002 07:26:55 -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 23671 invoked from network); 10 May 2002 07:26:52 -0000 Received: from unknown (HELO heimdall.inter.net.il) (192.114.186.17) by sources.redhat.com with SMTP; 10 May 2002 07:26:52 -0000 Received: from Zaretsky ([80.230.2.40]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.54-GA) with ESMTP id BKD29514; Fri, 10 May 2002 10:26:33 +0300 (IDT) Date: Fri, 10 May 2002 00:26:00 -0000 From: "Eli Zaretskii" To: thorpej@wasabisystems.com Message-Id: <1438-Fri10May2002102536+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20020509164546.R3435@dr-evil.shagadelic.org> (message from Jason R Thorpe on Thu, 9 May 2002 16:45:46 -0700) Subject: Re: [PATCH/RFA] Move i387 register supply/fill to i387-tdep.c Reply-to: Eli Zaretskii References: <20020509164546.R3435@dr-evil.shagadelic.org> X-SW-Source: 2002-05/txt/msg00328.txt.bz2 > Date: Thu, 9 May 2002 16:45:46 -0700 > From: Jason R Thorpe > > This is a re-submit of an earlier patch, which takes into account > Mark's recent changes to i387-nat.c. > > Basically, this moves all of the register supply/fill stuff for i387 > from i387-nat.c to i387-tdep.c, to facilitate cross-debugging of core > files. This renders i387-nat.c empty, and so it is removed in this > patch. > > OK to commit? Okay with me, as far as go32 stuff is concerned.