From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32087 invoked by alias); 1 Apr 2003 00:45:56 -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 32068 invoked from network); 1 Apr 2003 00:45:53 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 1 Apr 2003 00:45:53 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h310ja325419; Mon, 31 Mar 2003 16:45:36 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Andrew Cagney Cc: Adam Fedor , GDB Patches , Daniel Jacobowitz Subject: Re: [RFA] Compile objc-lang.c, objc-exp.tab.c [1/5] References: <99FCC0F2-63CE-11D7-9F75-000A277AC1A4@doc.com> <3E88DDD0.2090603@redhat.com> From: David Carlton Date: Tue, 01 Apr 2003 00:45:00 -0000 In-Reply-To: <3E88DDD0.2090603@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-04/txt/msg00001.txt.bz2 On Mon, 31 Mar 2003 19:31:12 -0500, Andrew Cagney said: > The problem with trying to eliminate the parameter is that it also > means eliminating it from things like fprintf_symbol_filtered(). > While likely a good idea, it is getting beyond the scope of this > immediate patch. Yeah, that's a good point: I'd been assuming that having the C++ language vector's member use DMGL_ANSI | DMGL_PARAMS would be good enough (since we could still allow explicit calls to cplus_demangle where we need full control over the demangling style), but looking through the various calls to cplus_demangle and fprintf_symbol_filtered, I guess that wouldn't be wise just yet. So probably, for now, we shouldn't get rid of that argument in the language vector member. David Carlton carlton@math.stanford.edu