Date: Thu, 31 Jul 2003 02:42:32 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: David Xu <davidxu@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/amd64/include ksd.h Message-ID: <20030731094232.GA18170@dhcp01.pn.xcllnt.net> In-Reply-To: <200307310903.h6V93afH035975@repoman.freebsd.org> References: <200307310903.h6V93afH035975@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 31, 2003 at 02:03:36AM -0700, David Xu wrote: > davidxu 2003/07/31 02:03:36 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/arch/amd64/include ksd.h > Log: > Set GSBASE for kse. Finally make libkse work on AMD64. Nice! Note however that on amd64 the compiler uses %fs instead of %gs for the thread pointer. It's probably a good idea to migrate from %gs to %fs (assuming it's not a compiler bug) before we have TLS support. JFYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030731094232.GA18170>