aboutsummaryrefslogtreecommitdiff
path: root/src/thread/powerpc/syscall_cp.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* consistently use hidden visibility for cancellable syscall internals•••in a few places, non-hidden symbols were referenced from asm in ways that assumed ld-time binding. while these is no semantic reason these symbols need to be hidden, fixing the references without making them hidden was going to be ugly, and hidden reduces some bloat anyway. in the asm files, .global/.hidden directives have been moved to the top to unclutter the actual code. Rich Felker2015-04-141-3/+10
* prepare cancellation syscall asm for possibility of __cancel returningRich Felker2015-02-201-1/+0
* PPC port cleaned up, static linking works well now.rofl0r2012-11-131-0/+51