NetBSD/lib/libpthread_dbg
chs 94a458cedd enhance MI pthreads code to support hppa:
- statically initialize all global spin locks.  on hppa, 0 means
   the lock is held, so leaving them with the default value doesn't work.
 - compare functions pointers using a function-pointer type rather than
   an integral type.  on hppa, function pointers may be indirect,
   so we need to trigger gcc to emit calls to the function-pointer
   canonicalization routines in the millicode.
 - on hppa the stack grows up, so handle that using the STACK_* macros.
2004-07-18 21:24:52 +00:00
..
Makefile
pthread_dbg_int.h
pthread_dbg.c enhance MI pthreads code to support hppa: 2004-07-18 21:24:52 +00:00
pthread_dbg.h
shlib_version