From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23684 invoked by alias); 16 Feb 2016 13:49:53 -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 23648 invoked by uid 89); 16 Feb 2016 13:49:52 -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=Hx-languages-length:188 X-HELO: mail-pa0-f49.google.com Received: from mail-pa0-f49.google.com (HELO mail-pa0-f49.google.com) (209.85.220.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 16 Feb 2016 13:49:52 +0000 Received: by mail-pa0-f49.google.com with SMTP id fy10so64334710pac.1 for ; Tue, 16 Feb 2016 05:49:51 -0800 (PST) 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-type :content-transfer-encoding; bh=2xVkA7kvm3cbIP7wyLdx2/y6KnXzRCE67Uycjw2xIg4=; b=C+6+f0SDEWeqMtAD4aRTBezIPqKj6cfTK1POibHRN5lg0r5bg6LcAiSmmVm+jUiT+Z gPwWCQ56j67QStr2ExQEBUIx43TCCFj0nsC85IWJW3CBp8p7s0ujaSivP95hF2Bzmxop BrHxSL7D7B8BOfL6x+x+2iU6c3lQvn0Bw81kFgjkhsZdCxvvDBBh18EmOIHSJxcBoLBa mfVtclvxcmo19s1lJ3onmmwnHP+g4rCiwSoPXgETMBzYNQTbjnKJIy8jH4f01V9ut0Ef q7TXx6RULSYM7SeQSvuLj8Pr7LAI4ftThf5P4lsuhvdAG27nbw3i8iS7I8+R8ESHOowi lFow== X-Gm-Message-State: AG10YOS27aXMmEQUeaPG8rdjLrmp9FRTOob5CjbUVX7shTRASawrjX4JoivIO+HHgEjbeg== X-Received: by 10.66.55.6 with SMTP id n6mr31413356pap.35.1455630590353; Tue, 16 Feb 2016 05:49:50 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id d81sm23344815pfj.77.2016.02.16.05.49.45 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 16 Feb 2016 05:49:47 -0800 (PST) From: Yao Qi To: Antoine Tremblay Cc: Yao Qi , Subject: Re: [PATCH] Remove PC from syscall_next_pc References: <1455546415-19101-1-git-send-email-yao.qi@linaro.org> Date: Tue, 16 Feb 2016 13:49:00 -0000 In-Reply-To: (Antoine Tremblay's message of "Mon, 15 Feb 2016 09:52:19 -0500") Message-ID: <86a8n0epe1.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-02/txt/msg00479.txt.bz2 Antoine Tremblay writes: > LGTM, thanks for this. Thanks for the review. Patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)