From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3491 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: dlinfo Date: Sat, 29 Jun 2013 11:53:59 -0400 Message-ID: <20130629155359.GJ29800@brightrain.aerifal.cx> References: 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 1372521253 23425 80.91.229.3 (29 Jun 2013 15:54:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Jun 2013 15:54:13 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3495-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jun 29 17:54:14 2013 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 1UsxTZ-0008UQ-ME for gllmg-musl@plane.gmane.org; Sat, 29 Jun 2013 17:54:13 +0200 Original-Received: (qmail 15899 invoked by uid 550); 29 Jun 2013 15:54:13 -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 15886 invoked from network); 29 Jun 2013 15:54:12 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3491 Archived-At: On Sat, Jun 29, 2013 at 04:40:17PM +0100, Justin Cormack wrote: > Has anyone got any plans to implement dlinfo? I'm not opposed to it, but not sure how easy it would be. RTLD_DI_LINKMAP looks trivial (just return the argument passed in), but the origin and search information is stuff that's probably not saved with the current dynamic linker implementation. Rich