summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* Stefan Allius writes:Eric Andersen2002-11-151-60/+46
| | | | | | | | | | | 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-3/+5
| | | | -Erik
* Run dos2unix on these filesEric Andersen2002-04-031-3/+3
|
* Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen2002-03-011-0/+1
| | | | for SH, and fix vfork
* Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>Eric Andersen2001-05-251-0/+123