From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6721 invoked by alias); 15 May 2003 22:25:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6631 invoked from network); 15 May 2003 22:25:38 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 15 May 2003 22:25:38 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A79AA2B2F; Thu, 15 May 2003 18:25:24 -0400 (EDT) Message-ID: <3EC413D4.1080702@redhat.com> Date: Thu, 15 May 2003 22:25:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni Cc: David Carlton , gdb-patches@sources.redhat.com Subject: Re: [rfa] Inline/eliminate DEPRECATED_SYMBOL_MATCHES_NAME References: <3EC3DAC9.3080302@redhat.com> <16067.63484.227726.17985@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00265.txt.bz2 > David Carlton writes: > > On Thu, 15 May 2003 14:22:01 -0400, Andrew Cagney said: > > > > > This patch replaces the only remaining reference to > > > DEPRECATED_SYMBOL_MATCHES_NAME with it's contents (which also contains > > > a reference to a deprecated macro). > > > > I can't approve it, but it's fine with me - I would actually even say > > that it qualifies as obvious if Elena or Jim doesn't say otherwise in > > the next few days. The only reason why I hadn't done this earlier is > > that lookup_minimal_symbol could potentially use some other cleanups, > > which this would naturally be part of, but given that I haven't gotten > > around to posting an RF{A,C} for that, deleting the macro now makes > > sense. Ah, that's why I asked - I wondered if someone had other plans for it :-) > > David Carlton > > carlton@math.stanford.edu > > yes, fine with me. ta, committed. Andrew