From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21472 invoked by alias); 18 Jul 2017 11:49:05 -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 20909 invoked by uid 89); 18 Jul 2017 11:48:40 -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-it0-f65.google.com Received: from mail-it0-f65.google.com (HELO mail-it0-f65.google.com) (209.85.214.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Jul 2017 11:48:39 +0000 Received: by mail-it0-f65.google.com with SMTP id o202so1889656itc.1 for ; Tue, 18 Jul 2017 04:48:39 -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=0MOVa/WdXPn9Uy2PDYEpEp4UKrufPL9uaZ1tvarhGDQ=; b=PbRcA8xI/eYmzCWtj3ZdrvTNbnsesiNjnDOhDcORMXRedxTe8fg1UXpvuGfUWrqpjX wGsPXDyKIYK2gxk0d/twaDD4xoDzHYYb5Og3ImS2J4PDIKFJogVsahw0XkoL9r7q0mfN PKaUzaCribIBC54iY7zEhbcTinV3NyoHg4shX33EIcCQ0oYfAVmp8uXEaSym0jtWmtbL x0RrVMvQSc1mY5s7ihNfSEcOrchC+W8K1LOaDy8JiKqeiv0GE2z3z1FHlJbQxIMzqOsV Hi8tky/hmWy8KQJdZIejVbo8gM7+dGPV4X7zGw+tBEZRgjMJYDifLveQm6FWuGQLIoaw xXrg== X-Gm-Message-State: AIVw111YsWyO2LP6Cv2DeGc92+cZ3iJ5wobpiEiLDKBiU6nBfrxZciIb WC1RlzqRecWiU3lo X-Received: by 10.36.250.67 with SMTP id v64mr1395587ith.127.1500378518287; Tue, 18 Jul 2017 04:48:38 -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 a65sm1045188ioj.51.2017.07.18.04.48.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 18 Jul 2017 04:48:37 -0700 (PDT) From: Yao Qi To: Alan Hayward Cc: "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH] Simplify regcache_cpy and remove regcache::cpy_no_passthrough References: <1498549057-3942-1-git-send-email-yao.qi@linaro.org> <86k237s3hl.fsf@gmail.com> Date: Tue, 18 Jul 2017 11:49:00 -0000 In-Reply-To: (Alan Hayward's message of "Tue, 18 Jul 2017 09:01:14 +0000") Message-ID: <86zic2q834.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-07/txt/msg00250.txt.bz2 Alan Hayward writes: >> I updated the comments to regcache_dup and regcache_cpy. > > Ok for me. I pushed it in. --=20 Yao (=E9=BD=90=E5=B0=A7)