Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace fixes | Austin Foxley | 2009-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Push latest libc SH4 specific implementations | Carmelo Amoroso | 2007-11-20 | 1 | -2/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -2/+2 |
| | |||||
* | Stefan Allius writes: | Eric Andersen | 2002-11-15 | 1 | -0/+37 |
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 |