From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44556 invoked by alias); 13 Jul 2015 16:15:44 -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 44546 invoked by uid 89); 13 Jul 2015 16:15:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 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-f44.google.com Received: from mail-pa0-f44.google.com (HELO mail-pa0-f44.google.com) (209.85.220.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 13 Jul 2015 16:15:42 +0000 Received: by pachj5 with SMTP id hj5so34423823pac.3 for ; Mon, 13 Jul 2015 09:15:40 -0700 (PDT) X-Received: by 10.66.145.74 with SMTP id ss10mr71610846pab.28.1436804140833; Mon, 13 Jul 2015 09:15:40 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id ra10sm19412011pab.19.2015.07.13.09.15.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jul 2015 09:15:40 -0700 (PDT) Message-ID: <55A3E424.7060603@gmail.com> Date: Mon, 13 Jul 2015 16:15: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] Fix attach-pie-noexec.exp fail on native-extended-gdbserver References: <1436780091-7312-1-git-send-email-yao.qi@linaro.org> <55A3899B.8050602@redhat.com> In-Reply-To: <55A3899B.8050602@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00380.txt.bz2 On 13/07/15 10:49, Pedro Alves wrote: > Looks fine to me. Thanks, I've pushed it in. -- Yao (齐尧)