From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63229 invoked by alias); 28 Jun 2017 07:54: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 63085 invoked by uid 89); 28 Jun 2017 07:54:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-io0-f181.google.com Received: from mail-io0-f181.google.com (HELO mail-io0-f181.google.com) (209.85.223.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Jun 2017 07:54:48 +0000 Received: by mail-io0-f181.google.com with SMTP id r36so31198105ioi.1 for ; Wed, 28 Jun 2017 00:54:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=WJPj34hjpYOLshNRMQ8x+cuy2ZYatSuWRcMoRl1W8KM=; b=jCO0A7wIR0DSDVQxC7JEvCULXh4VhRZL7TPLph+aH2wg8I7foSJn+mi7ubTid2Rtjy foN7fSRWTv6+Cch7MlTCUNNJ/8QuT5wWBWUocA5UGlu3hHkkjrrh76s4SGPMtt/sTjtK LIiEaLbwzFoMS6eXoJciSsVyQ9uWYJNVVZG/rmYQ7QSN3HaFvBNNIO9TiMTRBiLfmSTB eJDNDoiqOD2+M/oxMXDzSeZQwpQ1fi7mEX87TYxFsBkLFh1fwvPnWv6ObpEQc0R8fx+x AhiZgR5hKInR3Uk8JiTXZzLiQMY8d907eaExBqxcti+zH7wGL6WM2zXjypPaiIN5mHq9 hQGA== X-Gm-Message-State: AKS2vOxMX3k4XHgO9aSBlRGCTsNtnP6IanQAmTowxRV8NxI3BTr2YYLr Xz5OBWG5ie+V8nxi X-Received: by 10.107.32.197 with SMTP id g188mr11220886iog.146.1498636486407; Wed, 28 Jun 2017 00:54:46 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id 79sm2567348itj.15.2017.06.28.00.54.45 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 28 Jun 2017 00:54:45 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 05/40] command.h: Include common/scoped_restore.h References: <1496406158-12663-1-git-send-email-palves@redhat.com> <1496406158-12663-6-git-send-email-palves@redhat.com> <86bmp9fz0z.fsf@gmail.com> <684b5ca4-590b-d375-93f5-b66e86ec33a1@redhat.com> <6314192d-2f8e-cfd1-18ea-362cf2b59374@redhat.com> <5e659d80-8e34-5733-5a15-3b683c0c1906@redhat.com> <042b06ef-92f4-11c3-d789-cb211412ef10@redhat.com> Date: Wed, 28 Jun 2017 07:54:00 -0000 In-Reply-To: <042b06ef-92f4-11c3-d789-cb211412ef10@redhat.com> (Pedro Alves's message of "Tue, 27 Jun 2017 16:46:12 +0100") Message-ID: <86y3sceedb.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: 2017-06/txt/msg00757.txt.bz2 Pedro Alves writes: > Here's the same patch with commit log updated to include the missing > info, and also fix the silly typo in the filename in the > subject/ChangeLog. That is clear. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)