From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2144 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Pending issues for release Date: Thu, 18 Oct 2012 22:17:27 -0400 Message-ID: <20121019021727.GK254@brightrain.aerifal.cx> References: <20121018182957.GA18080@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 X-Trace: ger.gmane.org 1350613574 3156 80.91.229.3 (19 Oct 2012 02:26:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2012 02:26:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2145-gllmg-musl=m.gmane.org@lists.openwall.com Fri Oct 19 04:26:22 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 1TP2Hx-0000NR-6k for gllmg-musl@plane.gmane.org; Fri, 19 Oct 2012 04:26:17 +0200 Original-Received: (qmail 15650 invoked by uid 550); 19 Oct 2012 02:26:09 -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 15642 invoked from network); 19 Oct 2012 02:26:09 -0000 Content-Disposition: inline In-Reply-To: <20121018182957.GA18080@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2144 Archived-At: On Thu, Oct 18, 2012 at 02:29:57PM -0400, Rich Felker wrote: > - dl_iterate_phdr patch (npx) > - sigreturn(?) and other issues npx wanted for unwinding Waiting on npx for these. > - integrating the configure patch for better pcc support I will commit the tryldflag changes as-is, but the libpcc search needs improvement. > - inline syscalls for microblaze Done. > - explicit mips soft-float abi support (mainly for use with broken > openwrt kernels) Still need to figure out how best to do this... > - make endian.h more robust for opposite-endian builds (mipsel, armeb) Done. > And a few other things that might make it in, if I get around to them: > > - fenv support on mips and microblaze Done on mips; microblaze does not seem to have working hard-float. > - additional use of vfork (system, popen, wordexp, etc.) Mostly done. wordexp remains, and should possibly be reworked to use popen or posix_spawn as its backend to avoid code duplication. > - subarchs in build system (e.g. mips-softfloat, arm-hardfloat, etc.) Still unsure how best to do this. Rich