Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stefan Allius writes: | Eric Andersen | 2002-11-15 | 1 | -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 Andersen | 2002-11-04 | 1 | -1/+1 |
| | |||||
* | Kill sysdep.h and fixup the SH asm to not use it. | Eric Andersen | 2002-11-04 | 1 | -3/+5 |
| | | | | -Erik | ||||
* | Run dos2unix on these files | Eric Andersen | 2002-04-03 | 1 | -3/+3 |
| | |||||
* | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen | 2002-03-01 | 1 | -0/+1 |
| | | | | for SH, and fix vfork | ||||
* | Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com> | Eric Andersen | 2001-05-25 | 1 | -0/+123 |