From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1606 invoked by alias); 24 Jun 2015 13:57:52 -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 1577 invoked by uid 89); 24 Jun 2015 13:57:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f174.google.com Received: from mail-pd0-f174.google.com (HELO mail-pd0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 24 Jun 2015 13:57:49 +0000 Received: by pdbep18 with SMTP id ep18so9344412pdb.1 for ; Wed, 24 Jun 2015 06:57:47 -0700 (PDT) X-Received: by 10.70.101.168 with SMTP id fh8mr79839450pdb.15.1435154267560; Wed, 24 Jun 2015 06:57:47 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id q5sm26933798pde.56.2015.06.24.06.57.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Jun 2015 06:57:46 -0700 (PDT) Message-ID: <558AB757.5050308@gmail.com> Date: Wed, 24 Jun 2015 13:57:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] New proc supports_get_siginfo_type References: <1434971017-22494-1-git-send-email-yao.qi@linaro.org> <558A873F.4020409@redhat.com> In-Reply-To: <558A873F.4020409@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00529.txt.bz2 On 24/06/15 11:32, Pedro Alves wrote: > Looks fine to me. I've pushed these two patches in. -- Yao (齐尧)