From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14090 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 3/3] crt: add dcrt1, with support for locating the dynamic loader at runtime Date: Sat, 27 Apr 2019 10:55:40 +0200 Message-ID: <20190427085539.GJ26605@port70.net> References: <1556327609-27385-1-git-send-email-rodger.combs@gmail.com> <1556327609-27385-3-git-send-email-rodger.combs@gmail.com> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="138719"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) To: musl@lists.openwall.com Original-X-From: musl-return-14106-gllmg-musl=m.gmane.org@lists.openwall.com Sat Apr 27 10:55:55 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hKJ7j-000Zyt-P1 for gllmg-musl@m.gmane.org; Sat, 27 Apr 2019 10:55:55 +0200 Original-Received: (qmail 11639 invoked by uid 550); 27 Apr 2019 08:55:52 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 11615 invoked from network); 27 Apr 2019 08:55:52 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <1556327609-27385-3-git-send-email-rodger.combs@gmail.com> Xref: news.gmane.org gmane.linux.lib.musl.general:14090 Archived-At: * Rodger Combs [2019-04-26 20:13:29 -0500]: > --- i think you need a lot more explanation about possible use-cases, failure modes, toolchain requirements etc.