NetBSD/lib/libc/arch/vax/gen
bouyer dc306354b0 Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.
1999-01-15 13:31:15 +00:00
..
Makefile.inc Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
__setjmp14.S Use __sigprocmask14, fix a few more bugs 1998-10-10 01:50:23 +00:00
__sigsetjmp14.S This should be close... 1998-10-01 18:59:16 +00:00
_setjmp.S PICify. (e.g. change movl $sym, rX to movab sym, rX) 1998-10-13 00:02:19 +00:00
alloca.S
bswap64.S Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
byte_swap_2.S Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
byte_swap_4.S Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
fabs.S
frexp.c Fix RCSID's 1997-07-13 18:45:15 +00:00
infinity.c delint 1998-11-14 19:31:01 +00:00
isinf.c Need internal names for isinf() and isnan(). 1998-10-13 14:43:36 +00:00
ldexp.S Converted K&R -> ansi. 1995-06-01 01:11:41 +00:00
modf.S
setjmp.S Actually build __setjmp.S/__sigsetjmp.S for vax. PICifiy the setjmp code. 1998-10-10 00:08:50 +00:00
sigsetjmp.S sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul. 1995-12-09 13:26:43 +00:00
udiv.S
urem.S