about summary refs log tree commit diff
path: root/src/thread/powerpc
Commit message (Expand)AuthorAgeFilesLines
* make arch __set_thread_area backends hiddenRich Felker2018-09-121-0/+1
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* fix thread structure/dtv-pointer corruption on powerpcRich Felker2016-04-251-0/+5
* use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker2015-11-021-1/+3
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-3/+10
* prepare cancellation syscall asm for possibility of __cancel returningRich Felker2015-02-201-1/+0
* powerpc: handle syscall error in clone.rofl0r2012-11-191-25/+9
* fix powerpc asm not to store data in volatile space below stack pointerRich Felker2012-11-181-4/+4
* fix indention with spaces in powerpc asmRich Felker2012-11-141-8/+8
* PPC port cleaned up, static linking works well now.rofl0r2012-11-134-0/+154