From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtlLw-0007qA-95 for qemu-devel@nongnu.org; Wed, 17 Aug 2011 15:00:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtlLv-0003MS-CH for qemu-devel@nongnu.org; Wed, 17 Aug 2011 15:00:36 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:63247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtlLv-0003Lv-2x for qemu-devel@nongnu.org; Wed, 17 Aug 2011 15:00:35 -0400 Received: by vxi32 with SMTP id 32so1225735vxi.4 for ; Wed, 17 Aug 2011 12:00:34 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E4C0FCF.4030901@twiddle.net> Date: Wed, 17 Aug 2011 12:00:31 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1313520667-26507-1-git-send-email-pbonzini@redhat.com> <4E4B4557.2050505@comstyle.com> <4E4B65CB.70603@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 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: Blue Swirl Cc: Paolo Bonzini , qemu-devel@nongnu.org, Brad 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. r~