From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9398 invoked by alias); 6 May 2002 05:17:23 -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 9391 invoked from network); 6 May 2002 05:17:21 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 6 May 2002 05:17:21 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA29703; Mon, 6 May 2002 08:15:27 +0300 (IDT) Date: Sun, 05 May 2002 22:17:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] default REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE to register_size In-Reply-To: <3CD5EA35.9020104@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-05/txt/msg00127.txt.bz2 On Sun, 5 May 2002, 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. The changes for gdbint.texinfo are approved.