From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13064 invoked by alias); 5 Feb 2003 15:18:48 -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 13057 invoked from network); 5 Feb 2003 15:18:48 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 5 Feb 2003 15:18:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BE7BC3CB5; Wed, 5 Feb 2003 10:18:46 -0500 (EST) Message-ID: <3E412B56.5000306@redhat.com> Date: Wed, 05 Feb 2003 15:18:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [rfa] replace SYMBOL_SOURCE_NAME by SYMBOL_PRINT_NAME References: <20030205030631.GA25425@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00184.txt.bz2 > 1) The current name is inaccurate. Sometimes it gives the source name > of the symbol in question, sometimes it doesn't. Functions or > macros should have accurate names: we shouldn't depend on people > actually reading comments any more than we have to. Yep. Welcome to reality :-) Andrew