freebsd-dev/lib/libthr/arch
Marcel Moolenaar 9f7b8b0d3c 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.
2006-08-31 19:16:47 +00:00
..
amd64 Remove declaration of _thr_initial from MD header file, it is no longer 2006-04-04 03:35:26 +00:00
arm Remove unused variable. 2005-10-29 13:40:31 +00:00
i386 Remove declaration of _thr_initial from MD header file, it is no longer 2006-04-04 03:35:26 +00:00
ia64 Fix harmless bug: sizeof(tcb) equals sizeof(void*) not sizeof(struct tcb). 2006-08-31 19:06:30 +00:00
powerpc TLS fixes: 2006-08-31 19:16:47 +00:00
sparc64 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00