summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/amd64/uthread_machdep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert previous commit: if gcc picks a memory operand for the asm thenguenther2011-01-041-2/+2
| | | | | 'movl' will result in an assembler error. Sorry llvm-clang users: fix your compiler to match gcc+as
* Make this compile with llvm-clang; problem pointed out by Amit Kulkarniguenther2010-12-311-2/+2
|
* copyrightsderaadt2004-02-251-0/+19
|
* initial working pthreads support from sparc64, done with drahn. there arederaadt2004-02-251-5/+67
| | | | | some `debugging features' and other optimizations (such as not saving all registers) that we can still do perhaps
* the rest of the libs stuff; from art@ againmickey2004-01-281-0/+27