From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29789 invoked by alias); 22 Nov 2016 14:33:17 -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 27825 invoked by uid 89); 22 Nov 2016 14:33:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=lgustavocodesourcerycom, U*lgustavo, lgustavo@codesourcery.com, sk:lgustav X-HELO: mail-qk0-f175.google.com Received: from mail-qk0-f175.google.com (HELO mail-qk0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Nov 2016 14:33:04 +0000 Received: by mail-qk0-f175.google.com with SMTP id n204so26434382qke.2 for ; Tue, 22 Nov 2016 06:33:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=5ueTlWreAXdlcSZQSWQTlaWznQCfuxUuBqKfHIxBpIM=; b=FSamYH6yw4fax3vRWsO8tOsprQN5U97+P3XJc6S9BuCJva6mLHk83KChnOOYxbMPNc kuqqoSlyWec04ZZy2uRXXj2wwEO72DFuLqnjl3wx8vwn48wjkC8Icm4qPAMb0ORBJWHv 50enFcf3TYxAlu+1Le2BtjTIHPksJbe8bWKej1Wv+flWnSS9ohoEsvSNGQaOhRy9bAyr qy1cQqsDeaslN47PXLf30EExgXnh5INGR16OmsI1Gco12hv0DYrixzQ+ppkjQ2XY9oZt 3biEVJz+ye1Kl38b3WyFS5T94aQlsCEK9KbmdXZrFujNfVMMvv8ojtZ38YCNSFeAIk/3 PRPg== X-Gm-Message-State: AKaTC03D8fpNPFRE8fPrK3JXIFPxe0LnVuyDTf8hJ8RHxxpKofjuQQHA31nyLglCeIAi9EA5zoz1L4GsyzYMSQ== X-Received: by 10.55.67.132 with SMTP id q126mr24469161qka.132.1479825182844; Tue, 22 Nov 2016 06:33:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.149.55 with HTTP; Tue, 22 Nov 2016 06:33:02 -0800 (PST) In-Reply-To: <36110d4e-9c80-23cb-ee40-849fb155af53@codesourcery.com> References: <1479145370-11432-1-git-send-email-yao.qi@linaro.org> <1479145370-11432-2-git-send-email-yao.qi@linaro.org> <3ce80f3c-44f6-8ec6-01fb-1564f8adc365@codesourcery.com> <20161122092838.GC24810@E107787-LIN> <36110d4e-9c80-23cb-ee40-849fb155af53@codesourcery.com> From: Yao Qi Date: Tue, 22 Nov 2016 14:33:00 -0000 Message-ID: Subject: Re: [PATCH 01/13] New regcache_raw_get_signed To: Luis Machado Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00625.txt.bz2 On Tue, Nov 22, 2016 at 1:01 PM, Luis Machado w= rote: >> How about this comment ? >> >> /* Return the register's value in signed or throw if it's not available. >> */ >> > > Looks good to me. > OK, the comment is added then. I pushed this series in. --=20 Yao (=E9=BD=90=E5=B0=A7)