From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31626 invoked by alias); 24 Aug 2008 10:12:59 -0000 Received: (qmail 31616 invoked by uid 22791); 24 Aug 2008 10:12:59 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 24 Aug 2008 10:12:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0C0592A96F1; Sun, 24 Aug 2008 06:12:23 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qZK06VrWUZyd; Sun, 24 Aug 2008 06:12:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CBBDE2A96EB; Sun, 24 Aug 2008 06:12:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 35173E7ACD; Sun, 24 Aug 2008 12:12:21 +0200 (CEST) Date: Sun, 24 Aug 2008 10:12:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFA: shrink main_type Message-ID: <20080824101221.GA3738@adacore.com> References: <20080818130009.GM16894@adacore.com> <20080818132001.GA9434@caradoc.them.org> <20080819051306.GQ16894@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00596.txt.bz2 > 2008-08-18 Tom Tromey > > * xml-tdesc.c (tdesc_end_union): Update. > * stabsread.c (define_symbol): Update. > (read_type): Update. > (read_struct_type): Update. [...] > (to_fixed_array_type): Likewise. > (to_static_fixed_type): Likewise. > > 2008-08-18 Tom Tromey > > * gdb.base/maint.exp: Update "maint print type". Looks good! Please commit. -- Joel