From owner-freebsd-current@FreeBSD.ORG Sat Jun 26 23:39:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA55616A4CE for ; Sat, 26 Jun 2004 23:39:38 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id A11F643D1F for ; Sat, 26 Jun 2004 23:39:38 +0000 (GMT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc13) with ESMTP id <20040626233938015002ih7te>; Sat, 26 Jun 2004 23:39:38 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA19709 for ; Sat, 26 Jun 2004 16:39:35 -0700 (PDT) Date: Sat, 26 Jun 2004 16:39:33 -0700 (PDT) From: Julian Elischer To: freebsd-current@freebsd.org In-Reply-To: <20040626231720.GB11573@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Does -CURRENT's gcc generate ___tls_get_addr under any X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 23:39:38 -0000 On Sat, 26 Jun 2004, David O'Brien wrote: > On Fri, Jun 25, 2004 at 02:15:04PM -0700, Julian Elischer wrote: > > On Fri, 25 Jun 2004, Joe Marcus Clarke wrote: > > > On Fri, 2004-06-25 at 16:44, John Merryweather Cooper wrote: > > > > I'm working on porting (and getting fully working) lang/mono > > > > version 0.96, and I'm having a problem. In one of my object > > > > files--mini.lo--I'm getting an extern reference to > > > > ___tls_get_addr. I've been over the source code in mini.c > ... > > TLS is coming.. it's just not here yet.. > > By whom? I've done the part I committed to. Yet I've heard nothing else > about TLS in the two weeks after it was possible to start work on the > next part. Doug Rabson has partly working TLS in p4 and last I heard was awaiting some comments from the nvidia people who would be our first users of TLS. > > -- > -- David (obrien@FreeBSD.org) >