From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2143 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl mips fails to compile with gcc 3.4.6 Date: Fri, 19 Oct 2012 01:09:50 +0200 Message-ID: <50808C3E.7040501@barfooze.de> References: <5075EDDD.1080904@barfooze.de> <20121011000738.GT254@brightrain.aerifal.cx> 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 1350601826 16244 80.91.229.3 (18 Oct 2012 23:10:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2012 23:10:26 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2144-gllmg-musl=m.gmane.org@lists.openwall.com Fri Oct 19 01:10:34 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 1TOzEV-0001YG-25 for gllmg-musl@plane.gmane.org; Fri, 19 Oct 2012 01:10:31 +0200 Original-Received: (qmail 32542 invoked by uid 550); 18 Oct 2012 23:10:23 -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 32534 invoked from network); 18 Oct 2012 23:10:23 -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: <20121011000738.GT254@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:2143 Archived-At: On 10/11/2012 02:07 AM, Rich Felker wrote: > register pthread_t self __asm__("$3"); > > and "=r"(self) as the constraint. yeah that compiles.