NetBSD/lib/libc/arch
bjh21 ffbd94556b Change isnan() and isinf() to use a union to convert from double to
struct ieee_double, rather than a pointer cast.  This seems to enable
GCC 2.95.3 to get the instruction dependencies right (the old one fell
foul of ANSI aliasing rules), and it also generates more sensible code in
general.

If this is the correct solution, it should be applied to the other ports.
If it's not, someone should come up with one that _is_ correct.
2001-10-29 20:16:55 +00:00
..
alpha Add a __clone(3) entry point. 2001-07-17 00:33:04 +00:00
arm Change isnan() and isinf() to use a union to convert from double to 2001-10-29 20:16:55 +00:00
i386 Fix call to _exit. 2001-07-18 12:24:53 +00:00
m68k On the 68010, don't bother with the by-8-longwords loop, instead 2001-09-07 12:50:01 +00:00
mips Remove files beginning with ":", which is invalid on other host OS's 2001-10-19 02:43:26 +00:00
ns32k __clone stub for ns32k. Basic code taken from m68k. 2001-08-08 09:19:40 +00:00
powerpc Ansi'fy. (to make this compile under -Wstrict-prototypes) 2001-08-27 16:46:43 +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 Improved version of bzero. 2001-08-02 01:17:28 +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