From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34934 invoked by alias); 5 Dec 2016 08:41:10 -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 34890 invoked by uid 89); 5 Dec 2016 08:41:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=contribute.html, UD:contribute.html, contributehtml, Gavin 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; Mon, 05 Dec 2016 08:40:55 +0000 Received: by mail-pg0-f65.google.com with SMTP id p66so15787853pga.2 for ; Mon, 05 Dec 2016 00:40:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=O+IxPgBbfYP71mL6San241JXv4J+iTUijAOiVysGwTE=; b=J21gu3H4DICGUAJpYlDn77WIjF9LhGl+oXMrkOsxB+/sgc1lXjuRrKgaop507TXQ0s t+EpQpZVtXRr3InWvv0VKZT5uutVcI8AZZ0L99/SNiKPrOhphuNMXqHgfDSs46pyp6/4 D70HEEUE3AjDX0thWc2rGL+MWXq4NVgY5AJdM8OIz5Z3tLsS9ucKMajPfrWNbJR8c08h 8ED5UDGxxzfjK/T6aTOnfEskTlCfwVJCFNoduLNeET7CQ5y7PctUeFtfy9k2nYoYEpGT HUjCNy49JB/4NaBV63qYgJ4jg4Zjf7ioNiVZBgklCv3Rb66ZdQcQqA9sV8zPKS9OyOQh OlYg== X-Gm-Message-State: AKaTC01O1Ai9x/ZAN66jeFtI7EXf9f2CKI8WKun0Jx6quoOSy7O0MfdSczjxOi3pYHePLQ== X-Received: by 10.84.160.204 with SMTP id v12mr80418235plg.122.1480927254037; Mon, 05 Dec 2016 00:40:54 -0800 (PST) Received: from localhost (z109.115-65-22.ppp.wakwak.ne.jp. [115.65.22.109]) by smtp.gmail.com with ESMTPSA id m66sm25444253pfm.3.2016.12.05.00.40.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Dec 2016 00:40:53 -0800 (PST) Date: Mon, 05 Dec 2016 08:41:00 -0000 From: Stafford Horne To: gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH 00/18] sim: port for OpenRISC Message-ID: <20161205084050.GA567@lianli.shorne-pla.net> References: <1479939272-1754-1-git-send-email-shorne@gmail.com> <20161125161932.GH21655@vapier.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00129.txt.bz2 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. > > Hello, > > 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 Hello, 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? If needed I can request again. -Stafford