From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18923 invoked by alias); 17 May 2007 20:16:12 -0000 Received: (qmail 18906 invoked by uid 22791); 17 May 2007 20:16:10 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 May 2007 20:16:06 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 3E07648CDDF for ; Thu, 17 May 2007 16:16:03 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01581-01 for ; Thu, 17 May 2007 16:16:03 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id D757148CC98 for ; Thu, 17 May 2007 16:16:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AF8CDE7B4F; Thu, 17 May 2007 13:16:33 -0700 (PDT) Date: Thu, 17 May 2007 20:16:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] wrong pointer type length part 2 (of 2) Message-ID: <20070517201633.GE508@adacore.com> References: <20070517161919.GA508@adacore.com> <20070517162737.GA29527@caradoc.them.org> <20070517163951.GB508@adacore.com> <20070517185144.GD508@adacore.com> <20070517200708.GA17054@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070517200708.GA17054@caradoc.them.org> 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: 2007-05/txt/msg00300.txt.bz2 > > 2007-05-17 Joel Brobecker > > > > * gdbtypes.c (make_reference_type): Preserve the type chain > > and set the length of all the variants of the pointer type. > > > > Tested on x86-linux (elf/dwarf), and ppc-aix (xcoff/stabs). > > OK to commit? > > OK. Thanks. Checked in too. -- Joel