From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5000 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: thumb2 support Date: Wed, 30 Apr 2014 15:03:57 -0400 Message-ID: <20140430190357.GM26358@brightrain.aerifal.cx> References: <20140428120630.GG12324@port70.net> <20140428142714.GX26358@brightrain.aerifal.cx> <20140429005658.GC26358@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 1398884691 668 80.91.229.3 (30 Apr 2014 19:04:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2014 19:04:51 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5004-gllmg-musl=m.gmane.org@lists.openwall.com Wed Apr 30 21:04:45 2014 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 1WfZoB-000196-Od for gllmg-musl@plane.gmane.org; Wed, 30 Apr 2014 21:04:43 +0200 Original-Received: (qmail 9813 invoked by uid 550); 30 Apr 2014 19:04:41 -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 9703 invoked from network); 30 Apr 2014 19:04:09 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5000 Archived-At: On Tue, Apr 29, 2014 at 06:09:14PM +0200, Wermut wrote: > Hi > > I have tested the patch from Stephen Thomas at least for gcc 4.6, 4.7 > and 4.8. Seems to work. Would be nice if the 1.1.1 release will > include a fix. It only works for armv7. On armv6k, I'm getting errors that the instructions aren't supported. I think we could simply add !thumb as a condition for the whole block... Rich