From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Qn5xMFCA118pYQAAWB0awg (envelope-from ) for ; Mon, 14 Dec 2020 10:10:08 -0500 Received: by simark.ca (Postfix, from userid 112) id B9AE21F0AA; Mon, 14 Dec 2020 10:10:08 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 06D101E99A for ; Mon, 14 Dec 2020 10:10:08 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A29F338350BC; Mon, 14 Dec 2020 15:10:07 +0000 (GMT) Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id EB2293842439 for ; Mon, 14 Dec 2020 15:10:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EB2293842439 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 4AE991E99A; Mon, 14 Dec 2020 10:10:05 -0500 (EST) Subject: Re: [PING][PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture. To: "Battig, Caleb" , "gdb-patches@sourceware.org" References: <84cb0009-cbd5-975a-cdaf-ac8cd77686aa@simark.ca> <074c171f-c4c0-d50f-0b51-c2d3e7e79ad3@simark.ca> <718eea4d-16a5-ea53-e801-19b51212308d@simark.ca> <7fa6862a-cc1f-b9ba-fe14-1ef65e13f751@simark.ca> From: Simon Marchi Message-ID: Date: Mon, 14 Dec 2020 10:10:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: tl Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Lovett, Stuart" , "Peikes, Wendy" Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2020-11-11 4:58 p.m., Battig, Caleb wrote: > Simon, > > Ok, thanks for submitting that bug to track this! I appreciate it. I'll let you know if I hear anything from the FSF. > > *Caleb Battig* > > Platform Software Engineer > > > > *NetApp* > > 724.741.5226 Direct Phone > > Caleb.Battig@netapp.com > > netapp.com Hi Caleb, Good news, I heard back from the FSF, basically it's fine to publish the stub as public domain, if that's what you wish. Did you hear back from the FSF concerning your copyright assignment? I don't know if it's required in this case, but if you can get one filed, it won't hurt, we'll be covered in any case. And just noting that As per: https://sourceware.org/gdb/wiki/ContributionChecklist#Attribution I will probably modify the header a little bit before pushing, and try to "modernize" it a little bit. Simon