NetBSD/lib/libc/arch/sh3/sys
2006-05-18 17:54:19 +00:00
..
__clone.S Change cerror to take errno in r4, instead of r0. 2006-01-06 03:58:31 +00:00
__sigaction14_sigtramp.c change __weak_extern to __weak_reference so that gcc4 works. 2006-05-18 17:54:19 +00:00
__sigtramp2.S Add .size directive. 2006-01-06 04:38:10 +00:00
__syscall.S This can be simplified to RSYSCALL(__syscall), no special treatment necessary. 2006-01-06 01:57:38 +00:00
__vfork14.S Use JUMP_CERROR instead of messing with errno directly. 2006-01-06 07:07:34 +00:00
brk.S Change cerror to take errno in r4, instead of r0. 2006-01-06 03:58:31 +00:00
cerror.S Change !_REENTRANT && !PIC case to use r4 too. 2006-01-06 05:14:39 +00:00
exect.S This can be simplified to PSEUDO(exect,execve). 2006-01-06 01:53:30 +00:00
fork.S Open code _SYSCALL_NOERROR to shave off a memory load and a branch. 2006-01-06 05:11:29 +00:00
getcontext.S
pipe.S Simplify. 2006-01-06 05:23:46 +00:00
ptrace.S Provide _REENTRANT version of errno = 0; 2006-01-06 20:38:01 +00:00
sbrk.S Change cerror to take errno in r4, instead of r0. 2006-01-06 03:58:31 +00:00
shmat.S
syscall.S This can be simplified to RSYSCALL(syscall), no special treatment necessary. 2006-01-06 01:27:23 +00:00