From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7220 invoked by alias); 16 May 2008 20:08:25 -0000 Received: (qmail 7110 invoked by uid 22791); 16 May 2008 20:08:24 -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; Fri, 16 May 2008 20:08:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CE57B2A98E7; Fri, 16 May 2008 16:08:02 -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 K8wkFX1sNcEt; Fri, 16 May 2008 16:08:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9A23D2A98E0; Fri, 16 May 2008 16:08:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id EC26FE7ACD; Fri, 16 May 2008 13:07:57 -0700 (PDT) Date: Sat, 17 May 2008 11:57:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [rfc] [2/2] Remove SYMTAB argument from lookup_symbol functions Message-ID: <20080516200757.GC1744@adacore.com> References: <200805161922.m4GJM0rJ020733@d12av02.megacenter.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805161922.m4GJM0rJ020733@d12av02.megacenter.de.ibm.com> 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-05/txt/msg00520.txt.bz2 Hi Ulrich, > Joel, would you mind checking the Ada changes? There was an element > SYMTAB in struct ada_symbol_info which appears to be obsolete now, > so I've removed it and everything that touched it as well ... I haven't had time to look into the Ada changes in detail, but I tested them and found no new failure. I will double-check the Ada changes later, just in case, but you should feel free to commit them now. -- Joel