From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113383 invoked by alias); 12 Jul 2015 20:01:16 -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 113374 invoked by uid 89); 12 Jul 2015 20:01:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 12 Jul 2015 20:01:15 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id D48DFA380D; Sun, 12 Jul 2015 20:01:13 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-41.ams2.redhat.com [10.36.116.41]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6CK19Fx029972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 12 Jul 2015 16:01:11 -0400 Date: Sun, 12 Jul 2015 20:01:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: palves@redhat.com, dje@google.com, gdb-patches@sourceware.org, ARistovski@qnx.com Subject: Re: [PATCH v9 09/10] Validate symbol file using build-id Message-ID: <20150712200108.GA32615@host1.jankratochvil.net> References: <20150614192542.18346.87859.stgit@host1.jankratochvil.net> <20150614192655.18346.17075.stgit@host1.jankratochvil.net> <20150621101644.GA12733@host1.jankratochvil.net> <20150623204702.GA2156@host1.jankratochvil.net> <559D3749.9010200@redhat.com> <20150712190921.GA8682@host1.jankratochvil.net> <20150712192911.GB12553@host1.jankratochvil.net> <83vbdp8846.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83vbdp8846.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00359.txt.bz2 On Sun, 12 Jul 2015 21:54:17 +0200, Eli Zaretskii wrote: > > > OK, I will change it to "set build-id-validation on/off/...". > > > > It required some language changes as it reversed its on<->off meaning, > > therefore Ccing Eli. > > It's OK, although I wonder whether solib-validate-build-id is perhaps > a better name. I do not have an opinion on it so tell me if there is some settlement on a change request. Thanks, Jan