summaryrefslogtreecommitdiff
path: root/src/thread/powerpc/syscall_cp.s
AgeCommit message (Collapse)AuthorLines
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-3/+10
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.
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-1/+0
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-0/+51