From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4115 invoked by alias); 5 Dec 2001 17:36:18 -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 4065 invoked from network); 5 Dec 2001 17:36:17 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 5 Dec 2001 17:36:17 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 6F81D3D5E; Wed, 5 Dec 2001 12:36:14 -0500 (EST) Message-ID: <3C0E5B0E.7080306@cygnus.com> Date: Wed, 05 Dec 2001 09:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: twall@oculustech.com, gdb@sources.redhat.com Subject: Re: ARM float/double conversion References: <200112051615.QAA04301@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00037.txt.bz2 > I think you want chapter 8 of the following: Hmm, it is very like my Arm book :-) Reading a combination of chapter's 4 (byte order) and 8 FP format is what makes me think that code is wrong. The Arm only swaps within a 4 byte word. Andrew