From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5244 invoked by alias); 19 Nov 2015 14:03:11 -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 5231 invoked by uid 89); 19 Nov 2015 14:03:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 19 Nov 2015 14:03:00 +0000 Received: by pacdm15 with SMTP id dm15so82191572pac.3 for ; Thu, 19 Nov 2015 06:02:59 -0800 (PST) X-Received: by 10.66.170.238 with SMTP id ap14mr10953614pac.128.1447941778980; Thu, 19 Nov 2015 06:02:58 -0800 (PST) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id dw5sm10982955pbb.3.2015.11.19.06.02.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Nov 2015 06:02:58 -0800 (PST) Subject: Re: [PATCH 0/4] [C++, AArch64] Fix warnings and errors To: Simon Marchi , gdb-patches@sourceware.org References: <1447938062-29624-1-git-send-email-yao.qi@linaro.org> <564DD1E0.1080709@ericsson.com> From: Yao Qi Message-ID: <564DD68F.2020403@gmail.com> Date: Thu, 19 Nov 2015 14:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <564DD1E0.1080709@ericsson.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00395.txt.bz2 On 19/11/15 13:42, Simon Marchi wrote: > The series looks good to me. Thanks for the review. Patches are pushed in. -- Yao (齐尧)