From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13743 invoked by alias); 10 May 2002 10:54:46 -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 13614 invoked from network); 10 May 2002 10:54:42 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.114.42) by sources.redhat.com with SMTP; 10 May 2002 10:54:42 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.11.6/8.11.6) with ESMTP id g4AAtoc00459; Fri, 10 May 2002 12:55:50 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.11.6/8.11.6) id g4AAsd400897; Fri, 10 May 2002 12:54:39 +0200 (CEST) (envelope-from kettenis) To: thorpej@wasabisystems.com Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] Move i387 register supply/fill to i387-tdep.c References: <20020509164546.R3435@dr-evil.shagadelic.org> <20020510001205.GA15259@nevyn.them.org> <20020509172324.S3435@dr-evil.shagadelic.org> From: Mark Kettenis Date: Fri, 10 May 2002 03:54:00 -0000 In-Reply-To: Jason R Thorpe's message of "Thu, 9 May 2002 17:23:24 -0700" Message-ID: <868z6sff2o.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2002-05/txt/msg00331.txt.bz2 Jason R Thorpe writes: > Note, that I think there might be byte-order snafus in the i387 > supply/fill goo, but it'd be nice to move it first, and then fix > the bugs in it :-) Not only byte-order snafus, but also assumptions about the size of certain types (basically that a short is two bytes). Thos problems should be solved before moving the code into i387-tdep.c. Sorry. Mark