From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22048 invoked by alias); 8 Jun 2016 08:17:38 -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 22027 invoked by uid 89); 8 Jun 2016 08:17:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f179.google.com Received: from mail-pf0-f179.google.com (HELO mail-pf0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 08 Jun 2016 08:17:27 +0000 Received: by mail-pf0-f179.google.com with SMTP id t190so315722pfb.3 for ; Wed, 08 Jun 2016 01:17:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=BzWgYQaQaQPch4Yf7Iy3sthK/+8wPQbupvpUd0/sUOo=; b=VQV+KuBSnG18UVASNaj/2k3HnjIidhodeUw/le/nxxbbzeRRC+MOxnggHCx+A1fifF HuNFLJt+UHrkUbagpHZWfib78tIcXvQ2mCgYMo9w88yyb9dwQFB+9zaWPtLkwI7+xawF gaEHU3rsPledE7N16mifzh/WGsHOVYMsCMViODzfo5TBaESjk05s6iBFZX+mRCOBTemV +dz9FwOdIAslyYc87Gs2H9EEn02x3Y2SADfa++EXuItoMTfkwW24TS0GYiA7BZ3Pos3A vb2vBLpsbEZW0MhddHS02dZ7QhWKHawBZEMSAK4sIgB+3f/QbCSX4GoxLaBRhVoazCgA J9dg== X-Gm-Message-State: ALyK8tJs9HFrqV9YLtf/6wPOdbueul4qvS2zlQKjoSX6tJ5YFGe1rwyzHxoUbSIhfkD0NA== X-Received: by 10.98.30.133 with SMTP id e127mr4467861pfe.112.1465373845574; Wed, 08 Jun 2016 01:17:25 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id q88sm238316pfj.4.2016.06.08.01.17.23 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 08 Jun 2016 01:17:24 -0700 (PDT) From: Yao Qi To: Eli Zaretskii Cc: Yao Qi , currygt52@gmail.com, gdb-patches@sourceware.org Subject: Re: [PATCH v2] AndesTech NDS32 port References: <3561f390-ea41-2ee3-a5a9-d870429497c3@gmail.com> <868typxi5r.fsf@gmail.com> <8660tlvwqy.fsf@gmail.com> <838tyhrmf4.fsf@gnu.org> Date: Wed, 08 Jun 2016 08:17:00 -0000 In-Reply-To: <838tyhrmf4.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 07 Jun 2016 19:30:55 +0300") Message-ID: <86shwoumb3.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: 2016-06/txt/msg00154.txt.bz2 Eli Zaretskii writes: > They are both OK. (What about the ChangeLog entries, though?) The most recent ChangeLog entries are https://sourceware.org/ml/gdb-patches/2016-05/msg00237.html --=20 Yao (=E9=BD=90=E5=B0=A7)