summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/clone.S
Commit message (Collapse)AuthorAgeFilesLines
* Stefan Allius writes:Eric Andersen2002-11-151-55/+33
| | | | | | | | | | | I attached a patch, which revise the clone.S and vfork.S: - Use PIC code. - include new file syscall.S, so we can simply make a branch to __syscall_error instead of a PLT/GOT call - call errno_location to store the syscall error (for pthreads) - avoid to use the 'shad' statement on SH2 targets - call fork if vfork isn't available - some cleanups and optimization
* I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen2002-11-041-1/+1
|
* Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen2002-11-041-8/+16
| | | | -Erik
* Don't use ENTRY(), make the asm explicitEric Andersen2002-11-041-1/+5
| | | | -Erik
* Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen2002-03-011-0/+137
for SH, and fix vfork