Commit Graph

2 Commits

Author SHA1 Message Date
kurt
17110c98ef Remove uthreads work-arounds. Works ok with rthreads now.
Tested by sthen@ and espie@
2012-02-22 12:31:42 +00:00
kurt
67e36b90b6 - use __data_start symbol to find the beginning of the data sections
and adjust boehm-gc to deal with any number of holes that may appear
between __data_start and _end. (requires -current binutils)
- work-around libpthread bugs that prevent sigsuspend() from working
in a signal handler by using pthread_suspend_np() + an arch/libpthread
specific offset to obtain the suspended thread's stack pointer.

thanks to sthen@ and jasper@ for access to other arches. discussed
with todd@
2008-04-01 17:41:13 +00:00