cvs commit: src/lib/libpthread/arch/amd64/include ksd.h
Marcel Moolenaar
marcel at xcllnt.net
Thu Jul 31 02:42:35 PDT 2003
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 at xcllnt.net
More information about the cvs-all
mailing list