From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25312 invoked by alias); 27 Jan 2008 06:29:35 -0000 Received: (qmail 25284 invoked by uid 22791); 27 Jan 2008 06:29:34 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 27 Jan 2008 06:29:14 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 173EC311732; Sun, 27 Jan 2008 06:29:15 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Sun, 27 Jan 2008 06:29:14 +0000 (UTC) Received: from [192.168.7.222] ([192.168.7.222]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 26 Jan 2008 22:29:11 -0800 Message-ID: <479C24B5.4080903@avtrex.com> Date: Sun, 27 Jan 2008 06:29:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: gcc-patches , binutils@sourceware.org Cc: Ian Lance Taylor , Java Patch List Subject: Re: [Patch 1/2] Add demangling for java resource files to libiberty References: <478C061B.1040003@avtrex.com> <479A5E18.6000100@avtrex.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2008-q1/txt/msg00035.txt.bz2 Ian Lance Taylor wrote: > David Daney writes: > > >> include/ >> 2008-01-14 David Daney >> >> * demangle.h (demangle_component_type): Add >> DEMANGLE_COMPONENT_JAVA_RESOURCE, >> DEMANGLE_COMPONENT_COMPOUND_NAME, and >> DEMANGLE_COMPONENT_CHARACTER as new enum values. >> (demangle_component): Add struct s_character to union u. >> >> libiberty/ >> 2008-01-25 David Daney >> >> * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, >> DEMANGLE_COMPONENT_COMPOUND_NAME, and >> DEMANGLE_COMPONENT_CHARACTER cases. >> (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and >> DEMANGLE_COMPONENT_JAVA_RESOURCE cases. >> (d_make_character): New function. >> (d_java_resource): Same. >> (d_special_name): Handle "Gr" case. >> (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, >> DEMANGLE_COMPONENT_COMPOUND_NAME, and >> DEMANGLE_COMPONENT_CHARACTER cases. >> * testsuite/demangle-expected: Add test for java resource name >> mangling. >> > > This is OK for 4.3 if 4.3 will include the java patches which can > generate these mangled names. > The patch for the new mangling was committed a couple of days ago to GCC 4.3. This patch now committed to GCC and binutils. Thanks, David Daney