Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/arch/sh3/sys/__clone.S
RevisionDateAuthorComments
 1.7  12-Sep-2013  joerg Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.
 1.6  06-Jan-2006  uwe branches: 1.6.44; 1.6.50;
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.5  05-Jan-2006  uwe Use PLT for PIC call to _exit to avoid text reloc in the shared library.
Add .size directive.
 1.4  05-Jan-2006  uwe Use macros from <machine/asm.h>. Add some comments.
Same PIC object code. Almost the same non-PIC object code (b/c of
s/jsr/jmp/ to _exit).
 1.3  24-Oct-2003  uwe branches: 1.3.6;
In PIC code "braf" to cerror, not "bsrf" to it!
 1.2  01-Jul-2003  marcus Generate proper PIC code for libc_pic.a.
 1.1  22-Jul-2001  tsubai branches: 1.1.2;
Add __clone() for sh3.
 1.1.2.2  08-Oct-2001  nathanw Catch up to -current.
 1.1.2.1  22-Jul-2001  nathanw file __clone.S was added on branch nathanw_sa on 2001-10-08 20:18:06 +0000
 1.3.6.3  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!
 1.3.6.2  22-Jan-2006  tron Pull up following revision(s) (requested by uwe in ticket #1101):
lib/libc/arch/sh3/sys/__clone.S: revision 1.5
Use PLT for PIC call to _exit to avoid text reloc in the shared library.
Add .size directive.
 1.3.6.1  22-Jan-2006  tron Pull up following revision(s) (requested by uwe in ticket #1101):
lib/libc/arch/sh3/sys/__clone.S: revision 1.4
Use macros from <machine/asm.h>. Add some comments.
Same PIC object code. Almost the same non-PIC object code (b/c of
s/jsr/jmp/ to _exit).
 1.6.50.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.44.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed