From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/546 Path: news.gmane.org!not-for-mail From: aep Newsgroups: gmane.linux.lib.musl.general Subject: Re: Dynamic linker refactoring Date: Sun, 22 Jan 2012 13:45:00 +0100 Message-ID: References: <20120121010554.GA8306@brightrain.aerifal.cx> <20120122043047.GN132@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327236143 14001 80.91.229.12 (22 Jan 2012 12:42:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Jan 2012 12:42:23 +0000 (UTC) To: Original-X-From: musl-return-547-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jan 22 13:42:19 2012 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1RowkU-0004OQ-DL for gllmg-musl@lo.gmane.org; Sun, 22 Jan 2012 13:42:18 +0100 Original-Received: (qmail 7206 invoked by uid 550); 22 Jan 2012 12:42:16 -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 7198 invoked from network); 22 Jan 2012 12:42:15 -0000 In-Reply-To: <20120122043047.GN132@brightrain.aerifal.cx> X-Sender: aep@exys.org User-Agent: Roundcube Webmail/0.5.4 Xref: news.gmane.org gmane.linux.lib.musl.general:546 Archived-At: Ah now i see what you're doing there, thanks for the explanation. > 2. Include the vdso-linking code directly in the functions (like > clock_gettime) that might want vdso code. Perfect. I like the kernel-code-in-userspace hack, but doing it through a dso seemed not very well thought out. Your idea sounds a lot cleaner.