From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42414 invoked by alias); 12 Jun 2017 13:50:00 -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 42377 invoked by uid 89); 12 Jun 2017 13:49:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-io0-f182.google.com Received: from mail-io0-f182.google.com (HELO mail-io0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Jun 2017 13:49:58 +0000 Received: by mail-io0-f182.google.com with SMTP id k93so55427805ioi.2 for ; Mon, 12 Jun 2017 06:50:03 -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=2U3rFsM3SKn7L8B6zu0R1gqpRaj5Q8X6mqdLKPOkj+U=; b=KYrI76i+x2vuby+YtwzhEtCMSd3N3evh+kUrBu5ouNNFzIG8zNoeD9+z6aAxZvp697 le1vbvvpHbt2+CYHSCj5YfW4OwWelnIxLqjJz2DHzKO+t9A/W1rf+LWKmWoO54e5mkE4 Oz9Sm0YNylsh5MCarZ99Xkcbh0vbcyPSF782Ufr6fjQiYpvV/LdWiho6kwSMr2BB54bV 7QCxng/lZ+7XznfRoIG05xrjfuM4Q8QoLbqcyJT9GPa0iGeUMhRNuRGZ4yj8mosX3UVz b20owZrCzujgY+qux7pFSBwsfqr61om4owePWalthdNgThUjrUeYJWYMN0amt4O7b6JR GSHg== X-Gm-Message-State: AODbwcC8KyNeOfmrmSP4bHHc5BDyHfGPqol2JiPAEIm9AGuX7hH2HYTQ lbsxlahdmWjPMbgk X-Received: by 10.107.135.100 with SMTP id j97mr33069411iod.56.1497275401678; Mon, 12 Jun 2017 06:50:01 -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 h6sm75196ith.33.2017.06.12.06.50.00 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 12 Jun 2017 06:50:01 -0700 (PDT) From: Yao Qi To: Andreas Arnez Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 16/19] read/write_pieced_value: Remove unnecessary variable copies References: <1494352015-10465-1-git-send-email-arnez@linux.vnet.ibm.com> <1494352015-10465-17-git-send-email-arnez@linux.vnet.ibm.com> Date: Mon, 12 Jun 2017 13:50:00 -0000 In-Reply-To: <1494352015-10465-17-git-send-email-arnez@linux.vnet.ibm.com> (Andreas Arnez's message of "Tue, 9 May 2017 19:46:12 +0200") Message-ID: <86zidd8ge1.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/msg00309.txt.bz2 Andreas Arnez writes: > gdb/ChangeLog: > > * dwarf2loc.c (read_pieced_value): Remove unnecessary variables > dest_offset_bits and source_offset_bits. > (write_pieced_value): Likewise. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)