Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/arch/sh3/sys/fork.S
RevisionDateAuthorComments
 1.10  06-Jan-2006  uwe Open code _SYSCALL_NOERROR to shave off a memory load and a branch.
Makes this congruent to vforks. Add .size directive.
 1.9  06-Jan-2006  uwe Change cerror to take errno in r4, instead of r0.
In PIC code fetch cerror address from GOT to avoid
unresolved text relocations in shared libraries.
Hide the code to jump to cerror inside JUMP_CERROR macro.
Change syscall code to use JUMP_CERROR.
Die text relocations! DIE!
 1.8  07-Aug-2003  agc branches: 1.8.6;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.7  01-Jul-2003  marcus Generate proper PIC code for libc_pic.a.
 1.6  13-Feb-2003  nathanw Implement pthread_atfork() (in libc, because the required threadlib
stub behavior is exactly the same as the usual behavior).
 1.5  11-May-2001  msaitoh style fix (no functional change)
 1.4  16-Dec-2000  tsubai branches: 1.4.2;
Fix weak alias.
 1.3  26-Jun-2000  kleink Need an internal name for fork().
 1.2  27-Mar-2000  msaitoh branches: 1.2.4;
fill delay slots (from Klaus Klein)
 1.1  05-Jan-2000  msaitoh libc for SH3.
TODO: fplib
 1.2.4.1  22-Aug-2000  kleink Pull up rev. 1.3 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().
 1.4.2.1  08-Oct-2001  nathanw Catch up to -current.
 1.8.6.1  22-Jan-2006  tron Pull up following revision(s) (requested by uwe in ticket #1101):
lib/libc/arch/sh3/SYS.h: revision 1.8
lib/libc/arch/sh3/sys/brk.S: revision 1.10
lib/libc/arch/sh3/sys/__clone.S: revision 1.6
lib/libc/arch/sh3/sys/cerror.S: revision 1.9
lib/libc/arch/sh3/sys/ptrace.S: revision 1.7
lib/libc/arch/sh3/sys/fork.S: revision 1.9
lib/libc/arch/sh3/sys/sbrk.S: revision 1.9
lib/libc/arch/sh3/sys/sigprocmask.S: patch
lib/libc/arch/sh3/sys/sigsuspend.S: patch
Change cerror to take errno in r4, instead of r0.
In PIC code fetch cerror address from GOT to avoid
unresolved text relocations in shared libraries.
Hide the code to jump to cerror inside JUMP_CERROR macro.
Change syscall code to use JUMP_CERROR.
Die text relocations! DIE!

RSS XML Feed