NetBSD/lib/libc/arch
drochner ca430e5111 Really, there is no need to use the old int0x80 syscall entry just for
getcontext(). There are some registers not properly saved with the
new syscall entry, but these are calee-saved, scratch or meaningless.
It's the setcontext() return path what matters.
2004-03-09 20:21:22 +00:00
..
alpha * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
arm * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
hppa * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
i386 * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
m68k * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
mips * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
ns32k * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
powerpc * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
sh3 * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
sh5 * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
sparc * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
sparc64 * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
vax * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
x86_64 Really, there is no need to use the old int0x80 syscall entry just for 2004-03-09 20:21:22 +00:00