NetBSD/lib/libc/arch
thorpej fed292651f From rev. 1.11 of the 32-bit version:
Add a macro "CALL()" to call a function correctly in the pic and non pic
case. Write ERROR() in terms of call.
2001-07-23 07:26:50 +00:00
..
alpha
arm Add __clone() for arm. 2001-07-22 18:56:34 +00:00
i386
m68k Compensate for the syscall args stack cleanup in the clone. 2001-07-20 17:08:18 +00:00
mips Duh, call the clone's entry point w/ jal, so that when it returns, 2001-07-20 17:37:39 +00:00
ns32k This is just a RSYSCALL. 2001-07-20 11:17:18 +00:00
powerpc Add a __clone(3) entry point for powerpc. 2001-07-20 17:19:15 +00:00
sh3 Add __clone() for sh3. 2001-07-22 17:18:25 +00:00
sparc add an implementation of __clone(2) 2001-07-23 01:41:25 +00:00
sparc64 From rev. 1.11 of the 32-bit version: 2001-07-23 07:26:50 +00:00
vax Add __clone(2) for VAX. 2001-07-20 06:10:12 +00:00
x86_64