freebsd-dev/lib/libthr
Marcel Moolenaar 1d3e7116dc Add support for ia64.
Note that the tp register (r13) is reserved as the TLS pointer in
the same way that that gp register (r1) is reserved as the global
pointer. This implementation uses the tp register to point to the
thread structure used by the threads implementation. This is not
in violation with the runtime specification provided the TLS is
a fixed distance from the thread structure. This is only an issue
when code used the __thread keyword to create TLS. This is not
supported at the moment.
2003-04-20 03:06:42 +00:00
..
arch Add support for ia64. 2003-04-20 03:06:42 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread Use STDERR_FILENO as the file descriptor passed to _thread_printf() 2003-04-20 02:58:30 +00:00
Makefile - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00