summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/clone.S
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesAustin Foxley2009-10-171-3/+3
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sh: Align sh clone implementation with glibcCarmelo Amoroso2009-10-101-8/+7
| | | | | | | | | Align sh clone implementation with glibc one that incorporated time ago a patch provided by me slightly modified. The glibc code indeed avoids to load the r3 register if the 2nd function argument is NULL (r5). No functional change. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Push latest libc SH4 specific implementationsCarmelo Amoroso2007-11-201-57/+66
|
* Merge from trunk."Steven J. Hill"2006-12-161-2/+4
|
* Merge from trunk."Steven J. Hill"2006-02-281-10/+7
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-1/+1
|
* 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