NetBSD/lib/libc/arch/sparc64
jmc d9c86555ad Add softfloat and quad softfloat setup for sparc64 (thanks to Andrey Petrov
for most of this. I just integrated the build).

This adds proper functions for the _Qp* parts of the sparc64 ABI (which
handle quad softfloat). The routines work but need additional testing.
However if the compiler calls these currently bad things (core dumps)
will happen as gcc 2.95.3 generates bad calls for these.

Until that problem is fixed in the toolchain -msoft-quad-float cannot be
enabled as the default option for all builds (but the routines need to be
in libc as libgcc contains some references to these and anything including
it via --whole-archive will need the symbols to at least resolve).
2002-02-05 07:53:05 +00:00
..
gen Add internal names for fp{get,set}{mask,round,sticky}(), and 2002-01-13 21:45:39 +00:00
net
softfloat Add softfloat and quad softfloat setup for sparc64 (thanks to Andrey Petrov 2002-02-05 07:53:05 +00:00
stdlib Add ISO C99 long long integer general utility interfaces; partially addresses 2000-03-06 18:32:22 +00:00
string Improved version of bzero. 2001-08-02 01:17:28 +00:00
sys sparc64 version, cloned (har har!) from the sparc version and tweaked. 2001-07-23 07:35:44 +00:00
Makefile.inc Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that need 2001-12-19 21:17:59 +00:00
SYS.h * Add WSYSCALL() to SYS.h, which creates a system call with an 2002-01-14 00:55:55 +00:00