From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2139 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Pending issues for release Date: Thu, 18 Oct 2012 14:29:57 -0400 Message-ID: <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 1350585523 7756 80.91.229.3 (18 Oct 2012 18:38:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2012 18:38:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2140-gllmg-musl=m.gmane.org@lists.openwall.com Thu Oct 18 20:38:51 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 1TOuzY-0002y8-Ic for gllmg-musl@plane.gmane.org; Thu, 18 Oct 2012 20:38:48 +0200 Original-Received: (qmail 22343 invoked by uid 550); 18 Oct 2012 18:38:40 -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 22335 invoked from network); 18 Oct 2012 18:38:40 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2139 Archived-At: Hi all, Once I confirm that there are no stupid bugs blocking threads from working on microblaze (so far I have been unable to test due to buggy qemu), I'd like to make a release. Pending issues I'd like to address before then include: - dl_iterate_phdr patch (npx) - sigreturn(?) and other issues npx wanted for unwinding - integrating the configure patch for better pcc support - inline syscalls for microblaze - explicit mips soft-float abi support (mainly for use with broken openwrt kernels) - make endian.h more robust for opposite-endian builds (mipsel, armeb) And a few other things that might make it in, if I get around to them: - fenv support on mips and microblaze - additional use of vfork (system, popen, wordexp, etc.) - subarchs in build system (e.g. mips-softfloat, arm-hardfloat, etc.) Rich