Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-15 | Stefan Allius writes: | Eric Andersen | |
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 | |||
2002-11-04 | I dunno why there were align 5, but align 4 is much more sensible. | Eric Andersen | |
2002-11-04 | Kill sysdep.h and fixup the SH asm to not use it. | Eric Andersen | |
-Erik | |||
2002-04-03 | Run dos2unix on these files | Eric Andersen | |
2002-03-01 | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen | |
for SH, and fix vfork | |||
2001-05-25 | Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com> | Eric Andersen | |