From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31992 invoked by alias); 18 Apr 2002 10:00:05 -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 31912 invoked from network); 18 Apr 2002 10:00:00 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 18 Apr 2002 10:00:00 -0000 Received: by fw-cam.cambridge.arm.com; id KAA25192; Thu, 18 Apr 2002 10:59:59 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma024019; Thu, 18 Apr 02 10:59:03 +0100 Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id KAA21760; Thu, 18 Apr 2002 10:59:03 +0100 (BST) Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id KAA16776; Thu, 18 Apr 2002 10:59:02 +0100 (BST) Message-Id: <200204180959.KAA16776@cam-mail2.cambridge.arm.com> To: Andrew Cagney cc: gdb@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: arm-tdep.h:#define FP_REGISTER_VIRTUAL_SIZE 8? In-reply-to: Your message of "Wed, 17 Apr 2002 16:41:08 EDT." <3CBDDDE4.5060708@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 18 Apr 2002 03:00:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-04/txt/msg00304.txt.bz2 > Hmm, > > Another think-o? The arm (according to FP_REGISTER_RAW_SIZE) has 12 > byte registers. Their type is builtin_type_arm_ext and that ``virtual > type'' has a size of 12 bytes. > > I suspect this is another hang-over from when Arm was converting RAW FP > registers (badly) into host FP values. Hmm, if that macro goes, it > looks like all the ..._size() functions can be reduced to: > TYPE_LENGTH(type). > > (Back to looking at Arm's ON_STACK). Not sure. It's more of the complete mess that is the FPA. The world would be all so much easier if I could just rip out FPA support entirely.... ;-) R.