summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/powerpc/uthread_machdep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-011-86/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* powerpc stack needs a bit more headroom; needed because of mmap()edotto2006-09-291-2/+2
| | | | stacks; report by Antoine Jacoutot; ok kurt@
* 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