From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20892 invoked by alias); 31 Jan 2002 18:46:46 -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 20738 invoked from network); 31 Jan 2002 18:46:38 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 31 Jan 2002 18:46:38 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 9B5BC3DDC; Thu, 31 Jan 2002 13:46:31 -0500 (EST) Message-ID: <3C599106.9080706@cygnus.com> Date: Thu, 31 Jan 2002 10:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Andrew Cagney , gdb@sources.redhat.com Cc: Daniel Jacobowitz , gcc-bugs@gcc.gnu.org Subject: Re: More libiberty/demangler fallout - gdb (was: Re: Er, ...) References: <3C59819D.9020500@cygnus.com> <20020131125948.A12285@nevyn.them.org> <3C598876.9060506@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00364.txt.bz2 > All the 's1's have been replaced by 'short'. This is because of the > current argument on one of the gcc lists about how the demangler should > treat symbols that may be mangled but without the leading mangling > prefix for v3 mangling. > > GCC folks, can we please get this fixed? > > > Ah, thanks. I think I'll read up on GCC's revert rules. http://gcc.gnu.org/develop.html (see Patch Reversion :-) 2002-01-30 Phil Edwards * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. (cplus_demangle_v3): Mimic __cxa_demangle and fall back on cp_demangle_type. * testsuite/demangle-expected: New gnu-v3 test. For GDB people you want to drop liberty/cp-demangle.c back to 1.15 until this clears up. Andrew