From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14546 invoked by alias); 15 May 2003 19:47:20 -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 14539 invoked from network); 15 May 2003 19:47:19 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 15 May 2003 19:47:19 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h4FJlCX05489; Thu, 15 May 2003 12:47:12 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] Inline/eliminate DEPRECATED_SYMBOL_MATCHES_NAME References: <3EC3DAC9.3080302@redhat.com> From: David Carlton Date: Thu, 15 May 2003 19:47:00 -0000 In-Reply-To: <3EC3DAC9.3080302@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00251.txt.bz2 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. David Carlton carlton@math.stanford.edu