NetBSD/lib/libc/arch
msaitoh cf9f94a483 sync with other archs.
Important fixes:

 > ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow
 > cases.  Totally rework this code to fix this bug *and* make it faster.

 > Don't ever return -0.0.
2001-12-10 10:23:03 +00:00
..
alpha Fix -Wshadow warnings. 2001-11-08 06:51:05 +00:00
arm Update asm files to use sp instead of r13. Also tweak a couple of bits in the longjmp code to save an instruction. 2001-11-13 20:04:52 +00:00
i386 fix WARNS=2 (-Wshadow) warnings 2001-11-04 13:57:29 +00:00
m68k -Wshadow fix 2001-11-07 17:56:32 +00:00
mips Remove files beginning with ":", which is invalid on other host OS's 2001-10-19 02:43:26 +00:00
ns32k Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
powerpc Add assembler version of strlen. 2001-11-30 02:26:35 +00:00
sh3 sync with other archs. 2001-12-10 10:23:03 +00:00
sparc Rename a parameter to fix build problem with new toolchain. 2001-11-08 11:24:07 +00:00
sparc64 fix for -Wshadow 2001-11-07 15:45:12 +00:00
vax change "pushl [r0](ap)" ---> "pushl (ap)[r0]" ... the old version 2001-09-06 18:42:58 +00:00
x86_64 Initial commit of x86-64 specific parts of libc. 2001-06-19 00:25:01 +00:00