summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/syscall.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-101-13/+6
| | | | | Hide __syscall_error from outside libc. From Peter Mazinger.
* Implement syscall() for powerpc. Fixup syscall code soEric Andersen2003-06-151-0/+45
it compiles properly with gcc 3.3. -Erik