From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69780 invoked by alias); 17 Dec 2016 04:18:57 -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 69760 invoked by uid 89); 17 Dec 2016 04:18:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*RU:74.125.83.65, Hx-spam-relays-external:74.125.83.65, papers, his X-HELO: mail-pg0-f65.google.com Received: from mail-pg0-f65.google.com (HELO mail-pg0-f65.google.com) (74.125.83.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 Dec 2016 04:18:46 +0000 Received: by mail-pg0-f65.google.com with SMTP id 3so11680947pgd.0 for ; Fri, 16 Dec 2016 20:18:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=K6vDfagbev8Wl8ThL1LXWHg6lxMIxGaPiyPAIi7qVw8=; b=lYYiwoZuPFsyxgd6H1iWGVkgdIInJSl95xU88HJHDIG/bNo/GiGs9La5j6l9R2utE5 1YC2ck5L026lu+n1HbazdQJx2CrG//kCn5W/vNvxqGhnDM7Llx9vGN1ZmB2E9GYoMVMe 0Z6o9lhPOnth1QtAsgA3clKt7dRp+U2ylIwybHaXbTQozIeuNrCvhKrtr5TCiwhcvZD5 aNnYDwq51S3K5QDfWMBRpyOJZtT2Ga3VHy1cV8wp2uj22U9A3Ha+K5ok1XF23iIt6F4f GoKKj0JtBR+3J8XVFpvZij4cNpcTV2hTuqjUHWcixgka0RLZ8SVTuK1WnSu3ECo5Q0hu +AXw== X-Gm-Message-State: AKaTC02nRMmNhhmfYMfQdufFUl/VdfOmyA0PsxlZd7qfP5xTgZ6coAMWAttGmziHWTi7dw== X-Received: by 10.99.140.77 with SMTP id q13mr11745437pgn.109.1481948324399; Fri, 16 Dec 2016 20:18:44 -0800 (PST) Received: from localhost (z194.61-115-67.ppp.wakwak.ne.jp. [61.115.67.194]) by smtp.gmail.com with ESMTPSA id 65sm15003448pfl.21.2016.12.16.20.18.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Dec 2016 20:18:43 -0800 (PST) Date: Sat, 17 Dec 2016 04:18:00 -0000 From: Stafford Horne To: vapier@gentoo.org Cc: gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH 00/18] sim: port for OpenRISC Message-ID: <20161217041836.GH2650@lianli.shorne-pla.net> References: <1479939272-1754-1-git-send-email-shorne@gmail.com> <20161125161932.GH21655@vapier.lan> <20161205084050.GA567@lianli.shorne-pla.net> <20161216203421.GB30602@vapier.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161216203421.GB30602@vapier.lan> User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00333.txt.bz2 Hi Mike, On Fri, Dec 16, 2016 at 03:34:21PM -0500, Mike Frysinger wrote: > On 05 Dec 2016 17:40, Stafford Horne wrote: > > On Sat, Nov 26, 2016 at 07:46:37AM +0900, Stafford Horne wrote: > > > On Fri, 25 Nov 2016, Mike Frysinger wrote: > > > > On 24 Nov 2016 07:14, Stafford Horne wrote: > > > > > The main author is Peter Gavin who should have his FSF copyright in place. > > > > > > > > what about yourself ? all authors should have papers in place. > > > > > > I do not yet, but I would like to. According to the gcc contributing > > > guidelines [1] it mentions: > > > > > > See some documentation by the FSF for details and contact us (either via > > > the gcc@gcc.gnu.org list or the GCC maintainer that is taking care of > > > your contributions) to obtain the relevant forms. > > > > > > I know this is not gcc, but gdb, but I thought it might be the same > > > process. Since it mentions 'via .. maintainer .. taking care of your ..' I > > > thought it best I submit these patches first. > > > > > > Could you send me the forms? > > > > > > [1] https://gcc.gnu.org/contribute.html > > > > I was able to get these forms submitted, but I may have made a mistake. > > Please, help clarify, I sent the program name as "GDB". However does > > that cover work on all of binutils-gdb? Or just gdb? > > i think each project is considered sep. you'll want binutils, gdb, and > sim. this is the form i used in the past (directions at the top): > http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=doc/Copyright/request-assign.future;hb=HEAD > -mike Right, those are the same forms I used. I will additionally request sim and binutils. -Stafford