Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stefan Allius writes: | Eric Andersen | 2002-11-15 | 1 | -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 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 | -8/+16 |
| | | | | -Erik | ||||
* | Don't use ENTRY(), make the asm explicit | Eric Andersen | 2002-11-04 | 1 | -1/+5 |
| | | | | -Erik | ||||
* | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen | 2002-03-01 | 1 | -0/+137 |
for SH, and fix vfork |