From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68410 invoked by alias); 11 Nov 2016 08:41:42 -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 68397 invoked by uid 89); 11 Nov 2016 08:41:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=HX-Received:Fri X-HELO: mail-qk0-f195.google.com Received: from mail-qk0-f195.google.com (HELO mail-qk0-f195.google.com) (209.85.220.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Nov 2016 08:41:31 +0000 Received: by mail-qk0-f195.google.com with SMTP id h201so1130032qke.3 for ; Fri, 11 Nov 2016 00:41:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=tZDE55DtBj5aaktT2s/D5tpNUVkbv/ptPDVCbzd+/is=; b=NpLQbPoHHFRfEedxVnIEx9Qy9LvzX19Odk5H8UFJEze6EmytkAqX/mnKf4hi/2DWYQ z+w8/+IC5TVxCNl3pjWYbK37rPp8/FJXkblcuFHjTch9kILlTFGaOakLesum4ctC2XOR qXjJxdehuDVoWcrDBbu7BWuPo4lh54N0NROBGbnioEFU6DTrVA8cLM9C9/foEKjQic27 CyB4qU/pNa3K/GbZ8LBn8GS3/YaH2Dr4mwJr3q7Vfysm5ZzmwM+fm/u4fgKbvZwkbN1w I5sKZZOwmpScWJGHdnuOMfrsZ1CnCtZyXGybQ2m6Vctr6wMGNVTB4gSZ3nIzK9qLcUx+ 0WWw== X-Gm-Message-State: ABUngvcX6cHt+FO1s3LGmRjJ/CIkFKJdgxx5LPZdShOTQ6x4J6fib8W26AHlW3dE1rXFs/ECex77rvE/Y7cw2g== X-Received: by 10.233.216.71 with SMTP id u68mr2120828qkf.161.1478853689240; Fri, 11 Nov 2016 00:41:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.149.55 with HTTP; Fri, 11 Nov 2016 00:41:28 -0800 (PST) In-Reply-To: References: <1478789679-30957-1-git-send-email-yao.qi@linaro.org> From: Yao Qi Date: Fri, 11 Nov 2016 08:41:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Remove parameter valaddr from c print functions To: Doug Evans Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00289.txt.bz2 On Thu, Nov 10, 2016 at 5:53 PM, Doug Evans wrote: > On Thu, Nov 10, 2016 at 6:54 AM, Yao Qi wrote: >> This patch removes parameter valaddr from some c print functions. >> >> Regression tested on x86_64-linux. >> >> gdb: >> >> 2016-11-10 Yao Qi >> >> * c-lang.h (cp_print_value_fields): Update declaration. >> * cp-valprint.c (cp_print_value): Update declaration. >> (cp_print_value_fields): Remove parameter valaddr. Callers >> updated. >> (cp_print_value): Likewise. > > LGTM Thanks for the review, patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)