From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58845 invoked by alias); 7 Jun 2017 19:13:25 -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 58400 invoked by uid 89); 7 Jun 2017 19:13:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f196.google.com Received: from mail-yw0-f196.google.com (HELO mail-yw0-f196.google.com) (209.85.161.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Jun 2017 19:13:23 +0000 Received: by mail-yw0-f196.google.com with SMTP id w143so1072097yww.1; Wed, 07 Jun 2017 12:13:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=lwgiEut++Dret1GAG1kRoAa+nzlQ3elnR0paeof7T2w=; b=noY2RsSLHc8Pd3Ucb0AXtmBOhVotbs4Vx4Cy3ciB/v1XxPN7mB6Gk6/63rTVNTT7fW tGIQZTtZCNiVf04URtEJXtB0RXjW7wXQTjiaX9VGRO3GHQRLtnVpfHhUtx7EI0GeCnG3 THCJJzWH6EDPMO30m2Ke1Q+mNYyKsaZ3sWc6R3fQQSK6I+y1DJomdFzVvBXUJ+Ic06Ms MjZs3LzRLpbonW1xWwN6ask0GqTg0KiJnMZ1xYG9zQcirsLIdyC1qp+W2mKSZz3L0myZ KQpdy69/4JI9ruoXHUZNsQba/dPhBpgj8LvQe3uxKT82Ve2428et9GOQiwULsZ49Ph9U FInQ== X-Gm-Message-State: AODbwcDvgqSBNIeekD0iHTvLkPZxSnCEnZbfC1qtKj6vMa0/YvqvafLS IrbpOYnfBnt2hvFD4l2CGQQ0dJpOow== X-Received: by 10.129.162.14 with SMTP id z14mr8168627ywg.276.1496862805988; Wed, 07 Jun 2017 12:13:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.207.14 with HTTP; Wed, 7 Jun 2017 12:13:25 -0700 (PDT) In-Reply-To: <3e6148ad-a559-5aac-da17-ddf4a7bb5e36@redhat.com> References: <1495487553-19078-1-git-send-email-jcmvbkbc@gmail.com> <1495487553-19078-3-git-send-email-jcmvbkbc@gmail.com> <3e6148ad-a559-5aac-da17-ddf4a7bb5e36@redhat.com> From: Max Filippov Date: Wed, 07 Jun 2017 19:13:00 -0000 Message-ID: Subject: Re: [RFC 2/5] xtensa: make configuration dynamic To: Nick Clifton Cc: "augustine.sterling@gmail.com" , binutils@sourceware.org, gdb-patches@sourceware.org, David Weatherford , Maxim Grigoriev , Woody LaRue Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-06/txt/msg00175.txt.bz2 Hi Nick, On Tue, Jun 6, 2017 at 5:53 AM, Nick Clifton wrote: > Well the binutils already has a plugin support, so this patch is just > adding the ability for a different type of plugin to be used. I am OK > with that, providing that the plugin itself is also licensed under the > GPL v3. Yes, that's the intention. I've also got a suggestion on the gcc list to add a mechanism that makes the plugin license requirement more apparent, I'll do it in the next iteration of this series. -- Thanks. -- Max