From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3629 invoked by alias); 6 May 2002 20:38:11 -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 3465 invoked from network); 6 May 2002 20:38:07 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 6 May 2002 20:38:07 -0000 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA07620; Mon, 6 May 2002 13:38:05 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g46Kc3F28427; Mon, 6 May 2002 13:38:03 -0700 Date: Mon, 06 May 2002 13:38:00 -0000 From: Kevin Buettner Message-Id: <1020506203802.ZM28426@localhost.localdomain> In-Reply-To: Andrew Cagney "[patch/rfc] default REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE to register_size" (May 5, 10:28pm) References: <3CD5EA35.9020104@cygnus.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] default REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE to register_size MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00133.txt.bz2 On May 5, 10:28pm, Andrew Cagney wrote: > For most architectures. The relationship: > > REGISTER_VIRTUAL_SIZE(N) > == REGISTER_RAW_SIZE(N) > == TYPE_LENGTH(REGISTER_VIRTUAL_TYPE(N) > > (the exception is the @$(*&@(^$*&^!@ MIPS ...). Given this, the > attached patch changes the architecture vector so that it defaults both > to the register's type size. > > I think this is the logical conclusion to MichaelS's earlier patch that > provided defaults to each. > > Thoughts? I'll look to commit it in a week. It looks okay to me. Kevin