From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90944 invoked by alias); 10 Nov 2016 17:54:38 -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 90886 invoked by uid 89); 10 Nov 2016 17:54:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Nov 2016 17:54:28 +0000 Received: by mail-wm0-f41.google.com with SMTP id t79so47364286wmt.0 for ; Thu, 10 Nov 2016 09:54:27 -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; bh=nP2APFThJid/aqG/YsdsdRYzrlItD4mxPB9GUbVNucA=; b=E6C482VCRN8t0JcCRKEDY7LDgTjBZuFBAT/qqVJ3bscXlr5qZ6/rbymu4AbjxYj4cf o73Dbha4Hjf0yISjJaNp44Adid/HNiK8LLlWmv6kB1+TobqPEJQ8vrnhphFRXh+NzKpR pLBaywpQJI0VyezsBibF2k1klbo3uBPbSZSPkmlLONsUtrEXieU5Do+oAnlrhYPnWlLx 4aH20hSgMqIBxmNashApCR1ltbbc5e7yiDGifTz0q6prcz+3lW2JIZ02WXnFfOegDFN2 XtWUgXanl61Mc7n3xCh3NSlstmzr69X/2UrYLwaU0+0v8PNAe+FQQG1r6g1sUKpiFcFR 0tug== X-Gm-Message-State: ABUngvc5SHcXPf24TKIGSoYPdDUy8EsMJ3fMIuCLLkCB7ImI9CkOH3Cl3WwuHEtyJz2fYYCHyf4Zctsm9fm138I3 X-Received: by 10.194.15.37 with SMTP id u5mr5381526wjc.117.1478800465823; Thu, 10 Nov 2016 09:54:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.152.70 with HTTP; Thu, 10 Nov 2016 09:53:45 -0800 (PST) In-Reply-To: <1478789679-30957-1-git-send-email-yao.qi@linaro.org> References: <1478789679-30957-1-git-send-email-yao.qi@linaro.org> From: Doug Evans Date: Thu, 10 Nov 2016 17:54:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Remove parameter valaddr from c print functions To: Yao Qi Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00251.txt.bz2 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