From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24204 invoked by alias); 7 Feb 2003 21:45:33 -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 24197 invoked from network); 7 Feb 2003 21:45:33 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 7 Feb 2003 21:45:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h17LjXf11756 for ; Fri, 7 Feb 2003 16:45:33 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h17LjWa29628 for ; Fri, 7 Feb 2003 16:45:32 -0500 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h17LjWH28172 for ; Fri, 7 Feb 2003 16:45:32 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h17LjQO15667 for gdb-patches@sources.redhat.com; Fri, 7 Feb 2003 14:45:26 -0700 Date: Fri, 07 Feb 2003 21:45:00 -0000 From: Kevin Buettner Message-Id: <1030207214526.ZM15666@localhost.localdomain> In-Reply-To: Kevin Buettner "[RFC] Move ``length'' from struct main_type to struct type" (Jan 29, 3:48pm) References: <1030129224829.ZM17897@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: Re: [RFC] Move ``length'' from struct main_type to struct type MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00242.txt.bz2 On Jan 29, 3:48pm, Kevin Buettner wrote: > * gdbtypes.h (struct main_type): Move ``length'' field from here... > (struct type): ...to here. > (TYPE_LENGTH): Adjust to reflect different location of ``length'' > field. > * gdbtypes.c (make_qualified_type): Set length on newly created type. > (replace_type): Set length on all type variants for a given type. Committed.