From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103236 invoked by alias); 21 Mar 2017 14:17: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 103092 invoked by uid 89); 21 Mar 2017 14:17: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=Elis, openrisc, elis, H*i:sk:86d1dbv X-HELO: mail-pg0-f41.google.com Received: from mail-pg0-f41.google.com (HELO mail-pg0-f41.google.com) (74.125.83.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Mar 2017 14:17:54 +0000 Received: by mail-pg0-f41.google.com with SMTP id t143so28719218pgb.2 for ; Tue, 21 Mar 2017 07:17:55 -0700 (PDT) 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:content-transfer-encoding :in-reply-to:user-agent; bh=mlF8jcXrrdlad9wXxMkmQe9a55AfH52vUhNRtKJAf2Q=; b=Jj2GOzcVQPj1wVF1Y3bCgXXLzL1eu6XuH/1EOZ4ZOfNrqbsomfa6WLihCQmYhSKafW 5k4yaszC9Be2bRiMJQ8lOUhrdfaDuhyrxBkBHkbdu/Jla2QN6fWgN+MCXRO/1ufiq3BW bWYAFSzFS7wanwhVEncmh5mIOOwRzhkXTb3NmRi1iUb9YlTK6aFxQRS0z1S6d9oi0r36 H9JhoO/Cf9ayEetNHuvBlQK11sOyfbY+mXTV1+I513ogTICBtF6z0qFxGO+JQpEKFJUm tpKpLSIgWr/gaKKqh9kOVsWVQGC4I2KRFVF9jN3DqakSepMAH11vGlIxHQ8x58mTBvFP 7OJw== X-Gm-Message-State: AFeK/H0i6ql9JjMDKxqBwXQ/R+2C5X74bt2eBFtIASaQ4l1NfvxdGWxGalysDbo+Eir+wQ== X-Received: by 10.98.217.140 with SMTP id b12mr40359539pfl.136.1490105874128; Tue, 21 Mar 2017 07:17:54 -0700 (PDT) Received: from localhost (g168.124-44-221.ppp.wakwak.ne.jp. [124.44.221.168]) by smtp.gmail.com with ESMTPSA id 123sm33407129pgh.21.2017.03.21.07.17.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 Mar 2017 07:17:53 -0700 (PDT) Date: Tue, 21 Mar 2017 14:17:00 -0000 From: Stafford Horne To: Yao Qi Cc: gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH v5 0/4] OpenRISC gdb port Message-ID: <20170321141739.GD2570@lianli.shorne-pla.net> References: <86d1dbvvnr.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86d1dbvvnr.fsf@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00372.txt.bz2 On Tue, Mar 21, 2017 at 09:14:32AM +0000, Yao Qi wrote: > Stafford Horne writes: > > > 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. Others > > should also have copyright assignment in place. > > Hi Stafford, > Thanks for the patches, but I don't have cycles to review them now, > because of the 8.0 release. I'll review them after 8.0 release. Understood, Thanks for the heads up, I will post again after the 8.0 release. There are a few changes I made after Eli's comments. > -- > Yao (齐尧)