From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101663 invoked by alias); 19 Feb 2017 21:25:08 -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 101648 invoked by uid 89); 19 Feb 2017 21:25:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:595, management 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 ESMTP; Sun, 19 Feb 2017 21:25:06 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 536A681F01; Sun, 19 Feb 2017 21:25:06 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-221.ams2.redhat.com [10.36.116.221]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1JLP2H4005985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 19 Feb 2017 16:25:05 -0500 Date: Sun, 19 Feb 2017 21:25:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org, Victor Leschuk Subject: Re: [PATCH 1/8] Rename read_unsigned_leb128 to gdb_read_unsigned_leb128 Message-ID: <20170219212501.GA1291@host1.jankratochvil.net> References: <148693097396.9024.2288256732840761882.stgit@host1.jankratochvil.net> <463df715-da64-57a4-3237-99826918def1@redhat.com> <20170216194026.GA30138@host1.jankratochvil.net> <50c2f5aa-dedf-5c32-438f-1f9023795ec0@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00519.txt.bz2 On Thu, 16 Feb 2017 23:54:15 +0100, Pedro Alves wrote: > Actually, I think visibility wouldn't work given bfd is linked statically. Yes, that is a binutils-gdb project management bug. That way all the library bugs have to be backported by distros twice (to binutils and gdb). > And C++ namespaces are out of question obviously given bfd is written in C. Another bug. :-) > I quickly hacked up a mini-series to rename these > plus a few others I noticed by playing with nm + grep. OK, thanks, dropped this patch. Jan