From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2336 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [OpenWrt-Devel] [musl] Support for musl libc in OpenWrt Date: Sun, 25 Nov 2012 19:41:08 +0100 Message-ID: <50B26644.30401@barfooze.de> References: <50AFD839.9010408@openwrt.org> <20121123221533.eb6d941c.idunham@lavabit.com> <201211251246.27100.florian@openwrt.org> <20121125133733.GF10895@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1353868880 13759 80.91.229.3 (25 Nov 2012 18:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2012 18:41:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2337-gllmg-musl=m.gmane.org@lists.openwall.com Sun Nov 25 19:41:31 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 1Tch8y-0002Dj-VB for gllmg-musl@plane.gmane.org; Sun, 25 Nov 2012 19:41:29 +0100 Original-Received: (qmail 9941 invoked by uid 550); 25 Nov 2012 18:41:17 -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 9930 invoked from network); 25 Nov 2012 18:41:17 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <20121125133733.GF10895@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:2336 Archived-At: On 11/25/2012 02:37 PM, Szabolcs Nagy wrote: > * Florian Fainelli [2012-11-25 12:46:26 +0100]: >> Cop1 registers. After patching setjmp not to access these it works flawlessly >> on MIPS (big-endian) but MIPS (little-endian) still segfaults while being >> executed either from the kernel or qemu-mipsel. >> > so there is endian issue with dynamic linking nope, mipsel works as fine as mipseb using sabotage. there must be something wrong on the openwrt side.