From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20332 invoked by alias); 16 Jul 2003 03:21:17 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20182 invoked from network); 16 Jul 2003 03:21:15 -0000 Received: from unknown (63.201.54.26) by sources.redhat.com with QMTP; 16 Jul 2003 03:21:15 -0000 Received: (qmail 9101 invoked by uid 10); 16 Jul 2003 03:21:15 -0000 Received: (qmail 7219 invoked by uid 500); 16 Jul 2003 03:20:49 -0000 Mail-Followup-To: aoliva@redhat.com, gdr@integrable-solutions.net, ac131313@redhat.com, neroden@twcny.rr.com, fche@redhat.com, gdb@sources.redhat.com, binutils@sources.redhat.com, hjl@lucon.org To: "H. J. Lu" Cc: Alexandre Oliva , Gabriel Dos Reis , Andrew Cagney , Nathanael Nerode , fche@redhat.com, gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: FYI: A new C++ demangler References: <20030712180228.GA912@doctormoo> <3F142933.1060902@redhat.com> <20030715191642.GA21025@lucon.org> <20030715195522.GA21667@lucon.org> <20030715231445.GA24959@lucon.org> From: Ian Lance Taylor Date: Wed, 16 Jul 2003 03:21:00 -0000 In-Reply-To: <20030715231445.GA24959@lucon.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00184.txt.bz2 "H. J. Lu" writes: > The demangler configure makes sure the resulting .o is 100% binary > compatible with $(CC) before enabling the new demangler. You have > nothing to lose if you don't have a "working" C++ compiler. Except, of course, a fully functional demangler. Ian