From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id E56F13850409 for ; Thu, 3 Sep 2020 19:28:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E56F13850409 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 9F3E030007DA; Thu, 3 Sep 2020 21:28:55 +0200 (CEST) Received: by librem (Postfix, from userid 1000) id 336D6C3212; Thu, 3 Sep 2020 21:28:12 +0200 (CEST) Date: Thu, 3 Sep 2020 21:28:12 +0200 From: Mark Wielaard To: "Dmitry V. Levin" Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH] libdw: Remove duplicate local wildcards from map file. Message-ID: <20200903192812.GA9465@wildebeest.org> References: <20200903130036.26321-1-mark@klomp.org> <20200903165715.GA18010@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200903165715.GA18010@altlinux.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2020 19:28:58 -0000 On Thu, Sep 03, 2020 at 07:57:15PM +0300, Dmitry V. Levin wrote: > On Thu, Sep 03, 2020 at 03:00:36PM +0200, Mark Wielaard wrote: > > We only need one local: * entry to capture all private local symbols. > > Yes, the first one (inside ELFUTILS_0.122) is enough. Thanks for the review. Pushed to master.