From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id nMulAxEj2WCafgAAWB0awg (envelope-from ) for ; Sun, 27 Jun 2021 21:17:05 -0400 Received: by simark.ca (Postfix, from userid 112) id EF8941F1F4; Sun, 27 Jun 2021 21:17:04 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 B60AB1EE74 for ; Sun, 27 Jun 2021 21:17:03 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0FABC3850438 for ; Mon, 28 Jun 2021 01:17:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FABC3850438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1624843023; bh=tBju9OmeRj47oYa09IQEIRHYPUkixXWpDabaNdr9e5M=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=rvv9VLQn78/bm3KflKBZjSA4Ki172GQCOOv7H2NPgCqcoNz97kq3SmJztlfDELSMe 2CQbM4rPy8I9kNq9XYIz3EezHrDz1RVrvKWI69Wvtmsj02IwT15DD1Pv3TX+NFHSLD U6kJpXZfbTEoxohyC3t4zSBD09VZWCdES0idYZzc= Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 2CA123853820 for ; Mon, 28 Jun 2021 01:16:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2CA123853820 Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01AA1335DD1; Mon, 28 Jun 2021 01:16:42 +0000 (UTC) Date: Sun, 27 Jun 2021 21:16:41 -0400 To: Simon Marchi Subject: Re: [EXTERNAL]Re: [PATCH 4/5] sim: mips: Add simulator support for mips32r6/mips64r6 Message-ID: Mail-Followup-To: Simon Marchi , Faraz Shahbazker , Eli Zaretskii , cfu@wavecomp.com, gdb-patches@sourceware.org, macro@orcam.me.uk References: <20210520074554.1465327-1-fshahbazker@wavecomp.com> <20210520074554.1465327-5-fshahbazker@wavecomp.com> <83tumvl275.fsf@gnu.org> <81dee879-8424-1e8b-020d-6f7152aff6ce@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <81dee879-8424-1e8b-020d-6f7152aff6ce@polymtl.ca> 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: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: macro@orcam.me.uk, gdb-patches@sourceware.org, Faraz Shahbazker , cfu@wavecomp.com Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 27 Jun 2021 15:33, Simon Marchi wrote: > On 2021-06-27 3:25 p.m., Faraz Shahbazker wrote: > > On 5/22/21 11:50 AM, Eli Zaretskii wrote: > >>> Date: Fri, 21 May 2021 21:46:33 -0400 > >>> From: Mike Frysinger via Gdb-patches > >>> Cc: Chao-ying Fu , gdb-patches@sourceware.org, > >>> "Maciej W . Rozycki" > >>> > >>> On 20 May 2021 13:15, Faraz Shahbazker wrote: > >>>> 2021-05-19 Ali Lown > >>>> Andrew Bennett > >>>> Dragan Mladjenovic > >>>> Faraz Shahbazker > >>> > >>> i assume everyone has FSF papers in place ? > >> > >> Not that I could see, no. > > Can someone please clear this up for me? I was told by my manager in 2019 that papers were in place for Wave Computing, after which I posted a number of submissions without any questions. I assumed that the same would be good even now. The people who dealt with the FSF paperwork back then are no longer with Wave, so I can't easily verify at my end. > > I do see an entry matching that in copyright.list, covering GDB (as well > as many other projets). At line 44659 in the file, for those who have > access to it. Sim is part of GDB for copyright-related things? we've never done it separately, so sounds fine to keep it simple -mike