From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123005 invoked by alias); 25 Nov 2016 22:50:56 -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 122991 invoked by uid 89); 25 Nov 2016 22:50:55 -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=Bennett, sit, ch, quality X-HELO: mail-pf0-f194.google.com Received: from mail-pf0-f194.google.com (HELO mail-pf0-f194.google.com) (209.85.192.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Nov 2016 22:50:45 +0000 Received: by mail-pf0-f194.google.com with SMTP id y68so3405561pfb.1 for ; Fri, 25 Nov 2016 14:50:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:date:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=CyTH5VoYJj6LQk9EAxUe5IadIAim15iTimXKz1fYc3U=; b=fz6hDifB9HDcmZyTsUo/zf/OT4VeGGkbRxOhqEN1XGeadHTDJJk0EP+N/ilrv7QpFW w0n5K6eiwRpd/+ZbLe0jvHsJXROyPxJO0n0K0Y5Sxs6r8jLsRaGB+uGNwIJIHgQw3+lm hB7GKdQZ64PWDHZfnhOe0DqcSb6W9L/bLrYDXGjIPBs2AW7pxRPmogKFe+De9HS9I/FP Y9uyk7QTE+jphp2EneGAAOqZUsWrIA7XyuaVtNk6/tBrJEcn9iRj7phICmEm12wTlSPq WPI7YntZ7QRG1kbB9jfNGl7HHjfTeGuGppGJ7rebeS3FhPrWD5/zTN0A4QbmXFw/DYr3 xF1g== X-Gm-Message-State: AKaTC030yZ1MkEh5geOnP29bqajvxx9mEZEh/AMtoc+LYul9GCgX6iLDsVkoXzRbtTBAfQ== X-Received: by 10.84.141.129 with SMTP id 1mr22664985plv.102.1480114244077; Fri, 25 Nov 2016 14:50:44 -0800 (PST) Received: from lianli.shorne-pla.net (z107.124-45-178.ppp.wakwak.ne.jp. [124.45.178.107]) by smtp.gmail.com with ESMTPSA id g27sm43852733pfk.58.2016.11.25.14.50.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Nov 2016 14:50:43 -0800 (PST) From: Stafford Horne X-Google-Original-From: Stafford Horne Date: Fri, 25 Nov 2016 22:50:00 -0000 To: Yao Qi cc: Stafford Horne , gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH 00/18] gdb: Port for OpenRISC In-Reply-To: <20161124203629.gaokqfocdcev2zfq@localhost> Message-ID: References: <1479939044-1341-1-git-send-email-shorne@gmail.com> <20161124203629.gaokqfocdcev2zfq@localhost> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00884.txt.bz2 On Thu, 24 Nov 2016, Yao Qi wrote: > 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. Thanks I am working on this. Getting the changelog fixed up is taking time as not all authors over the years maintained this so well. > Please look at https://sourceware.org/gdb/wiki/ContributionChecklist Thanks this is helpful. -Stafford