From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22185 invoked by alias); 17 May 2008 05:44:07 -0000 Received: (qmail 22176 invoked by uid 22791); 17 May 2008 05:44:06 -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; Sat, 17 May 2008 05:43:49 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8307B2A98F9; Sat, 17 May 2008 01:43:47 -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 YbbTBi6MX9Ow; Sat, 17 May 2008 01:43:47 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4B4922A9858; Sat, 17 May 2008 01:43:47 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id F1B5DE7ACD; Fri, 16 May 2008 22:43:44 -0700 (PDT) Date: Sat, 17 May 2008 14:06: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: <20080517054344.GD1744@adacore.com> References: <200805161922.m4GJM0rJ020733@d12av02.megacenter.de.ibm.com> <20080516200757.GC1744@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080516200757.GC1744@adacore.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/msg00526.txt.bz2 > > 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. Just to confirm that I had a look at the ada-lang.h & ada-lang.c part, and it looked good to me :). Thanks for doing this cleanup, Ulrich. -- Joel