Date: Thu, 31 Aug 2006 19:16:47 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/arch/powerpc/include pthread_md.h src/lib/libthr/arch/powerpc/powerpc pthread_md.c Message-ID: <200608311916.k7VJGlrE081661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-08-31 19:16:47 UTC FreeBSD src repository Modified files: lib/libthr/arch/powerpc/include pthread_md.h lib/libthr/arch/powerpc/powerpc pthread_md.c Log: TLS fixes: o The TLS pointer (r2) points 0x7000 after the *end* of the TCB. o _rtld_allocate_tls() gets a pointer to the current TCB, not the current TLS pointer. o _rtld_free_tls() gets the size of the TCB structure. Revision Changes Path 1.2 +6 -2 src/lib/libthr/arch/powerpc/include/pthread_md.h 1.2 +2 -2 src/lib/libthr/arch/powerpc/powerpc/pthread_md.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608311916.k7VJGlrE081661>