From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111886 invoked by alias); 13 Apr 2016 11:33:40 -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 111857 invoked by uid 89); 13 Apr 2016 11:33:39 -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= X-HELO: mail-pa0-f47.google.com Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 13 Apr 2016 11:33:38 +0000 Received: by mail-pa0-f47.google.com with SMTP id fs9so13357258pac.2 for ; Wed, 13 Apr 2016 04:33:38 -0700 (PDT) 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-transfer-encoding; bh=urfHPb5ehcpksio6xw3TC9Bngwmmd4o4b8rkTa51UbI=; b=lyK7l9L2YJfBiV3TRo3uhYJwtqC51i3eyy7Rc2uH/r/ufLQdg0lBU+DOZyzJiJXsP8 GRSLb8OoxPKqqmoDb7PrpeGGCsgl98ufzpbFzDJ91m6zm213Cb+tVUqM0sJP6JxV3inl TwKBRExx3y5AYivNptr3ZNpI+efHCWzxtwfnWhgnxvp95kMJlm65BBzS5GJnlcwNEit4 dAOAfFcR17rUq6N18buVZtnP7NPMfXNQd15BQGaX+k5AIg15ytsw8PxDjPjSX42B+oRI xR0Xf5o72IfNzSFgnh/6VgBOq14CvCLnQgliHENf6rsx0JglSJJodMcSo5kbWwkAZrYh V5xg== X-Gm-Message-State: AOPr4FWHKBPF7nXaFsNTSfpn4RzA1uvl3ZjrcLFTeh6a2KMQzr+4v1WtKPCyDPyW2UaqgA== X-Received: by 10.66.66.10 with SMTP id b10mr12244330pat.12.1460547216863; Wed, 13 Apr 2016 04:33:36 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id l81sm50508403pfj.21.2016.04.13.04.33.30 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 13 Apr 2016 04:33:35 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Simon Marchi , gdb-patches@sourceware.org, qiyaoltc@gmail.com Subject: Re: [PATCH] gdbserver-base.exp: Copy file to standard output directory in ${board}_download References: <1460483287-23953-1-git-send-email-simon.marchi@ericsson.com> <570D39A7.7040001@redhat.com> <570D403F.5010406@ericsson.com> <570D4262.90201@redhat.com> Date: Wed, 13 Apr 2016 11:33:00 -0000 In-Reply-To: <570D4262.90201@redhat.com> (Pedro Alves's message of "Tue, 12 Apr 2016 19:45:54 +0100") Message-ID: <86inzlkakh.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-04/txt/msg00267.txt.bz2 Pedro Alves writes: > Otherwise LGTM. (Let's wait a bit to give Yao a chance to comment though= .) Patch is fine by me as well. --=20 Yao (=E9=BD=90=E5=B0=A7)