From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3737 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: New "portable" crt1.c Date: Thu, 25 Jul 2013 02:38:08 -0500 Message-ID: <1374737888.3031.10@driftwood> References: <20130719021726.GA19068@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1374737903 456 80.91.229.3 (25 Jul 2013 07:38:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Jul 2013 07:38:23 +0000 (UTC) Cc: musl@lists.openwall.com To: musl@lists.openwall.com Original-X-From: musl-return-3741-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jul 25 09:38:23 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 1V2G7z-0005Dn-FL for gllmg-musl@plane.gmane.org; Thu, 25 Jul 2013 09:38:23 +0200 Original-Received: (qmail 21840 invoked by uid 550); 25 Jul 2013 07:38:22 -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 21832 invoked from network); 25 Jul 2013 07:38:22 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:subject:to:cc:in-reply-to:x-mailer:message-id :mime-version:content-type:content-disposition :content-transfer-encoding:x-gm-message-state; bh=eg2Ah1UgOp5ym63c/0yWpJYZ2onF65QFtYj8V4d1pac=; b=g9/p5QWf0xaiHeFa/sNZEE6RGCQaIojwV+JjviiO1tieuDcmp/ZXGuEqNuDRy0tDtH SIQ4ilZCjD0t3tovzVLom3wzaXJeUAMOhvFuAj8HUo/pm5wYfLjRRoG2PgndLOJKXTHI 0+ss1jzCMgNFpLUBnumEfLx3GVUUAdOIqEVO8UzGzHM7wHUHORZUFM5XxqUt2MMP4SrM I/ke8//LdEaZcN3rf1ojj/YgBl6PkT4m1hOq5XEHmt8Srgud9+Drg7JKP+NDPx2f5CCt Ineg7c3lIRUhuuShXo4JYZNgAhB56JMV9YKTLuKPdfQNKULdwSlFv9orI4H632RCBH52 Mmfg== X-Received: by 10.60.116.6 with SMTP id js6mr6313190oeb.4.1374737890566; Thu, 25 Jul 2013 00:38:10 -0700 (PDT) In-Reply-To: <20130719021726.GA19068@brightrain.aerifal.cx> (from dalias@aerifal.cx on Thu Jul 18 21:17:26 2013) X-Mailer: Balsa 2.4.11 Content-Disposition: inline X-Gm-Message-State: ALoCoQlq80RbDH4k+zg0HCKps54pvCjZaM055FHJpGz5dgK8D9uDnXmaO2veN2XivzoUsjSr87VR Xref: news.gmane.org gmane.linux.lib.musl.general:3737 Archived-At: On 07/18/2013 09:17:26 PM, Rich Felker wrote: > I'm open to comments, but my feeling is that we should keep the > existing crt asm for archs where it already exists, but replace the > empty crt1.c with a version based on this approach, and encourage > using the new approach on all new ports. In the future, if maintaining > the current asm becomes a burden (e.g. if new requirements are > introduced) we could remove the existing asm and switch to the C for > all ports. The wiki page on porting to new architectures needs some updating. :) > Rich Rob =