From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17758 invoked by alias); 21 Nov 2003 20:46:50 -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 17750 invoked from network); 21 Nov 2003 20:46:50 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 21 Nov 2003 20:46:50 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 15F482B8F; Fri, 21 Nov 2003 15:46:47 -0500 (EST) Message-ID: <3FBE79B6.2090209@redhat.com> Date: Fri, 21 Nov 2003 20:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:symtab] deprecate inside_entry_func References: <3FA2F940.5040102@redhat.com> <3FBE6D46.4070201@redhat.com> <20031121195949.GA794@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00445.txt.bz2 > > What Kevin and I have both repeatedly suggested, I think, is: > - Do not deprecate inside_entry_func; fix it if you don't like the > way it is implemented. Change the implementation. > - Deprecate entry_func_lowpc and entry_func_highpc (there's a typo in > your changelog, two lowpc's) if you really want to deprecate > something. Please point me at a legitimate use of this function. Andrew