From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1704 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: ldso : dladdr support Date: Thu, 23 Aug 2012 17:39:37 -0400 Message-ID: <20120823213937.GS27715@brightrain.aerifal.cx> References: <502237A1.1000805@gmail.com> <20120808115202.GL30810@port70.net> <5022703B.3090105@gmail.com> <20120811230536.GQ27715@brightrain.aerifal.cx> <20120817053934.GS27715@brightrain.aerifal.cx> <50311776.9040802@gmail.com> <20120820020626.GD27715@brightrain.aerifal.cx> <503233A8.8000604@gmail.com> <50324A60.7040206@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1345757887 18503 80.91.229.3 (23 Aug 2012 21:38:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2012 21:38:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1705-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 23 23:38:08 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T4f6N-0002Zo-2P for gllmg-musl@plane.gmane.org; Thu, 23 Aug 2012 23:38:07 +0200 Original-Received: (qmail 1428 invoked by uid 550); 23 Aug 2012 21:38:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 1420 invoked from network); 23 Aug 2012 21:38:02 -0000 Content-Disposition: inline In-Reply-To: <50324A60.7040206@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1704 Archived-At: On Mon, Aug 20, 2012 at 04:32:00PM +0200, musl wrote: > I missed a bug in my previous patch : > in find_sym func precomptab was always set to sysv_precomp. It's still broken; h is being used in the comparisons even if h was not initialized, rather than using gh. I'm working on integrating the code right now. I'll either commit my version or reply with a patch here soon for review. Rich