From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99106 invoked by alias); 21 Mar 2017 09:14:42 -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 96300 invoked by uid 89); 21 Mar 2017 09:14:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?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==e5=b0=a7?= X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Mar 2017 09:14:40 +0000 Received: by mail-wm0-f68.google.com with SMTP id u132so1749732wmg.1 for ; Tue, 21 Mar 2017 02:14:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=hYaiJKinYg5FZL55fKUPrt4axBp6f0QA1Gc0fAUvNaQ=; b=YxA2b5i4pQ3ohWm2EDvS7XuiDOdE+c5/+ecC11vcZ6TQbEeUj/ghzP8YvApUrLoi8P uNbvzfuOTSoQbvv3qSnyfxjHucemv9N+ip9R1lPmIRg/fvf9cLxygvzYFB8vbgjelY3S cvk1V1cKX9LXqzJO1g5+eHsQjyDLvU5Ev/Oz1P5mxADirdrHFbGEThtizp9zSFjT8rRk Fcyp+EzELcJF5UbvBIZ2BSJxpHZoZkfGwO2pdePoEfkW1NyxIS4qs3lu364cBRujpRNO iD6GSlUr8bnWqA7vRPz8XVRL+gFwUw4h4MKE3VyiDBssmaB+rvmnoM96YWw1H+F/kqlv yv+Q== X-Gm-Message-State: AFeK/H3vMQ5bU7LBg5YfQXwp55+JBOcGSDdNkj2snSInhRbAB5KrVkKhrvNodjY6DgqUHw== X-Received: by 10.28.29.138 with SMTP id d132mr1648202wmd.40.1490087678825; Tue, 21 Mar 2017 02:14:38 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id u11sm24255140wrb.45.2017.03.21.02.14.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 21 Mar 2017 02:14:38 -0700 (PDT) From: Yao Qi To: Stafford Horne Cc: gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH v5 0/4] OpenRISC gdb port References: Date: Tue, 21 Mar 2017 09:14:00 -0000 In-Reply-To: (Stafford Horne's message of "Fri, 17 Mar 2017 14:43:16 +0900") Message-ID: <86d1dbvvnr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00363.txt.bz2 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. --=20 Yao (=E9=BD=90=E5=B0=A7)