From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16971 invoked by alias); 18 Jan 2014 18:24:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16960 invoked by uid 89); 18 Jan 2014 18:24:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qe0-f42.google.com Received: from mail-qe0-f42.google.com (HELO mail-qe0-f42.google.com) (209.85.128.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 18 Jan 2014 18:24:23 +0000 Received: by mail-qe0-f42.google.com with SMTP id i11so1696902qej.1 for ; Sat, 18 Jan 2014 10:24:21 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.83.112 with SMTP id i103mr13695204qgd.100.1390069461503; Sat, 18 Jan 2014 10:24:21 -0800 (PST) Received: by 10.229.195.196 with HTTP; Sat, 18 Jan 2014 10:24:21 -0800 (PST) In-Reply-To: <87k3e31wdt.fsf@fleche.redhat.com> References: <87zjn47ref.fsf@fleche.redhat.com> <87mwj34ikd.fsf@fleche.redhat.com> <87k3e31wdt.fsf@fleche.redhat.com> Date: Sat, 18 Jan 2014 18:24:00 -0000 Message-ID: Subject: Re: [PATCH 5/5] Fix for D demangling in GDB From: Iain Buclaw To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00698.txt.bz2 On 13 January 2014 20:04, Tom Tromey wrote: >>>>>> "Iain" == Iain Buclaw writes: > > Iain> 2014-01-11 Iain Buclaw > Iain> * Makefile.in (SFILES): Add d-support.c. > Iain> (COMMON_OBS): Add d-support.o. > Iain> * d-lang.h (d_parse_symbol): Add comment, now defined in > Iain> d-support.c. > Iain> * d-lang.c (parse_call_convention) > Iain> (parse_attributes, parse_function_types) > Iain> (parse_function_args, parse_type, parse_identifier) > Iain> (call_convention_p, d_parse_symbol): Move functions to ... > Iain> * d-support.c: ... New file. > > Thanks, this is ok. > > Tom Thanks, now all done! Regards Iain