From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10305 invoked by alias); 11 Feb 2016 07:04:15 -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 10290 invoked by uid 89); 11 Feb 2016 07:04:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=our X-HELO: mail-wm0-f53.google.com Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 11 Feb 2016 07:04:12 +0000 Received: by mail-wm0-f53.google.com with SMTP id g62so56038312wme.0 for ; Wed, 10 Feb 2016 23:04:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=36r5S52Xjh2B3aVKFH109fATXt6OZt0xVw3M2VIyRg8=; b=YpZnldoBWdMOfXhGiXsPq3in5a+Dy3X5xwBYPUjxBZ71nHGbw8EztHL69lt1H4Pqqk F8AbehkWGnBXBdwZ5RE4QDTH1tXX0E7GO/dSuVgZTB4oIzc0eHbGVunWW3m8b/EnVuhD C2OzCifLaIghf7E3SUgYYFU60kyygJYEgKgFXSHjMQU7UM02n+tA6qNwsgUwsh+B+f8y u7yxBiyxEbUxpZejD0vZAYljhNjIrYnGR1cqMr9vxXMfu5rxMtkKoF3+mjnyeGmqqguW L/MrEdw2eaULSMblVNEM4jtOAoFEttN6jnAgFt7VPmHGjVmj2CIYO6Td2/syXJca7tKH 4yZQ== X-Gm-Message-State: AG10YOSAEGrLTBPJwZ0C9SBpkGePnYOwYTKFEavlR9tutCQf/1WZ761KXYwmqQy1oaso19yOIj+7vvQvThW50A== MIME-Version: 1.0 X-Received: by 10.194.240.234 with SMTP id wd10mr49330023wjc.129.1455174249879; Wed, 10 Feb 2016 23:04:09 -0800 (PST) Received: by 10.28.211.1 with HTTP; Wed, 10 Feb 2016 23:04:09 -0800 (PST) In-Reply-To: <56BB2D18.7050704@redhat.com> References: <56BB2D18.7050704@redhat.com> Date: Thu, 11 Feb 2016 07:04:00 -0000 Message-ID: Subject: Re: [PATCH] gdb/testsuite: Add D support to gdb_default_target_compile From: Iain Buclaw To: Pedro Alves Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00332.txt.bz2 On 10 February 2016 at 13:29, Pedro Alves wrote: > On 02/01/2016 12:46 PM, Iain Buclaw wrote: >> Hi, >> >> As discussed a couple months back. Adding support for D in >> gdb_default_target_compile, which should allow D sources to be used in >> the testsuite. > > Looks fine, but could you send a patch to dejagnu too, so that our > copy can be dropped at some point? > > Thanks, > Pedro Alves > Yep, I have a patch against dejagnu ready. I just haven't searched for their patches ML just yet. Thanks. Iain