From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3893 invoked by alias); 16 Dec 2009 15:14:35 -0000 Received: (qmail 3885 invoked by uid 22791); 16 Dec 2009 15:14:35 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mta3.glam.ac.uk (HELO mta3.glam.ac.uk) (193.63.147.53) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Dec 2009 15:14:30 +0000 Received: from j228-gm.comp.glam.ac.uk ([193.63.148.84] helo=j228-gm) by mta3.glam.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1NKva6-000E6r-L3; Wed, 16 Dec 2009 15:14:26 +0000 Received: from gaius by j228-gm with local (Exim 4.69) (envelope-from ) id 1NKvaM-0002IC-6h; Wed, 16 Dec 2009 15:14:42 +0000 To: tromey@redhat.com Cc: gdb-patches@sourceware.org, drow@false.org Subject: Re: recursive bug in dwarf2read.c References: <878wdcto0t.fsf@j228-gm.comp.glam.ac.uk> <20091209185157.GA29691@caradoc.them.org> <87pr6mliuh.fsf@j228-gm.comp.glam.ac.uk> <87hbrx5ix9.fsf@j228-gm.comp.glam.ac.uk> From: Gaius Mulley Date: Wed, 16 Dec 2009 15:14:00 -0000 In-Reply-To: (Tom Tromey's message of "Fri\, 11 Dec 2009 14\:06\:17 -0700") Message-ID: <87hbrr6jdp.fsf@j228-gm.comp.glam.ac.uk> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2009-12/txt/msg00208.txt.bz2 Tom Tromey writes: >>>>>> "Gaius" == Gaius Mulley writes: > > Gaius> ahh yes - true, here is the modified patch without the redundant > Gaius> second call: > > Thanks, this is ok. > > Tom Hi Tom, many thanks, now committed to the head cvs, regards, Gaius 2009-12-15 Gaius Mulley * dwarf2read.c (read_subroutine_type): Add the subroutine type to the die immediately to allow a parameter type to be the same subroutine type.