From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtptj-0005R7-KQ for qemu-devel@nongnu.org; Wed, 17 Aug 2011 19:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtptR-0000cJ-Vb for qemu-devel@nongnu.org; Wed, 17 Aug 2011 19:51:42 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:65078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtptR-0000Ws-T7 for qemu-devel@nongnu.org; Wed, 17 Aug 2011 19:51:29 -0400 Received: by gwb19 with SMTP id 19so652991gwb.4 for ; Wed, 17 Aug 2011 16:51:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E4C53E9.2020903@redhat.com> Date: Wed, 17 Aug 2011 16:51:05 -0700 From: Paolo Bonzini MIME-Version: 1.0 References: <1313520667-26507-1-git-send-email-pbonzini@redhat.com> <4E4B4557.2050505@comstyle.com> <4E4B65CB.70603@redhat.com> <4E4C0FCF.4030901@twiddle.net> <1313625017.1478.6.camel@Nokia-N900> In-Reply-To: <1313625017.1478.6.camel@Nokia-N900> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-thread: add TLS wrappers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Cc: Blue Swirl , qemu-devel@nongnu.org, Richard Henderson On 08/17/2011 04:50 PM, Brad wrote: > ----- Original message ----- >> On 08/17/2011 10:28 AM, Blue Swirl wrote: >>> GCC may support it but it can't use it on a platform if the other >>> parts are missing (libc etc.). >> >> With a new-enough gcc, we provide the support in libgcc. > > I doubt gcc 4.2.1 fits the bill. Nope, I'll generalize this patch to include pthread too. Paolo