From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114636 invoked by alias); 24 Nov 2016 20:37:30 -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 114624 invoked by uid 89); 24 Nov 2016 20:37:30 -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=sit, ch, quality X-HELO: mail-wj0-f193.google.com Received: from mail-wj0-f193.google.com (HELO mail-wj0-f193.google.com) (209.85.210.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 Nov 2016 20:37:20 +0000 Received: by mail-wj0-f193.google.com with SMTP id o2so90565wje.2 for ; Thu, 24 Nov 2016 12:37:19 -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:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=bpngDY7nNO83Ga1MpqNMAxb2PsjeraL76h3xWwtG3Jw=; b=BxfBsDp91EDwZaCf9LiC0fe0R7nCM/R/s5ngS1ekVHOBPuvr9ZiGOqSTzP/NurOu+P AHkn52SmSrwkPKQS/GP0xeDEx3hnZ5M9H/d7AR8uqR/Rmi9d1YWzI3fXri229bChbbtO tFk+sYpAnpxhi+o/rs4FI0dKCwdF0/2HZ8/p5PsGSF2k2JfTS5PFAXa3GjQyhuJLFCBf MamgGeEw5VoTsR6rWzeS3vxRXRcxHkNli7HbS/phxw6h5IM/1qNiorVgCwfvORdsfwvq COuJ8mWn2Ma/RZ8Bjq2p46Bxoq8bxgDyS6dIFjX9rtODpfDF7PoBVsgZbN+hH9nSITCd Ndvw== X-Gm-Message-State: AKaTC020hZGbrHLPJuBzxMABP1XWJdhdtlEcFFsYLDYfKj/rWOaCLwaODlrIZJpgbZ06Tg== X-Received: by 10.194.138.111 with SMTP id qp15mr3968488wjb.3.1480019838040; Thu, 24 Nov 2016 12:37:18 -0800 (PST) Received: from localhost ([90.221.201.181]) by smtp.gmail.com with ESMTPSA id n17sm43623863wjq.6.2016.11.24.12.37.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 24 Nov 2016 12:37:17 -0800 (PST) Date: Thu, 24 Nov 2016 20:37:00 -0000 From: Yao Qi To: Stafford Horne Cc: gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH 00/18] gdb: Port for OpenRISC Message-ID: <20161124203629.gaokqfocdcev2zfq@localhost> References: <1479939044-1341-1-git-send-email-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479939044-1341-1-git-send-email-shorne@gmail.com> User-Agent: NeoMutt/20161014 (1.7.1) X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00788.txt.bz2 On Thu, Nov 24, 2016 at 07:10:26AM +0900, Stafford Horne wrote: > Hello, > > This is the openrisc port of GDB that has been in openrisc > repositories for a very long time. The main original author > was Jeremy Bennett as can be seen in file copyrights. Other > are willing to do what it takes for FSF copyright assignment. > Hi Stafford, It is a new port in FSF GDB, and we want the quality of this new port is good enough, so the history of openrisc branch isn't very important in the patch review. Please put all or1k-tdep.{c,h} changes into a single patch, and the authors in the ChangeLog entry should be all the contributors to or1k-tdep.{c,h}. The target independent changes can still sit in each patch if necessary. Please look at https://sourceware.org/gdb/wiki/ContributionChecklist -- Yao