summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/powerpc/uthread_machdep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Save all floating point registers to full register sized fields, notdrahn2003-01-271-8/+12
| | | | half-sized areas. fixes preemption_float on powerpc.
* Use volatile on the __asm__ directives, do not allow the compiler to reorderrahnds2000-10-051-5/+5
| | | | or optimize out any of the assembly statements.
* constistent namingd2000-10-031-4/+4
|
* preparation for switch-based threadsd2000-09-251-0/+82