From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27568 invoked by alias); 17 Apr 2002 20:41:00 -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 27557 invoked from network); 17 Apr 2002 20:40:59 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Apr 2002 20:40:59 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B21C13D0C for ; Wed, 17 Apr 2002 16:41:08 -0400 (EDT) Message-ID: <3CBDDDE4.5060708@cygnus.com> Date: Wed, 17 Apr 2002 13:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: arm-tdep.h:#define FP_REGISTER_VIRTUAL_SIZE 8? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00291.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). enjoy, Andrew