NetBSD/lib/libc/arch/i386/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 Add setjmp versioned bits (from Jason). 1998-09-26 23:46:01 +00:00
__sigsetjmp14.S Add setjmp versioned bits (from Jason). 1998-09-26 23:46:01 +00:00
_setjmp.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
alloca.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +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
divsi3.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
fabs.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
fixdfsi.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
fixunsdfsi.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
flt_rounds.S RCS Id Police. 1998-01-09 03:45:03 +00:00
fpgetmask.S RCS Id Police. 1998-01-09 03:45:03 +00:00
fpgetround.S RCS Id Police. 1998-01-09 03:45:03 +00:00
fpgetsticky.S RCS Id Police. 1998-01-09 03:45:03 +00:00
fpsetmask.S RCS Id Police. 1998-01-09 03:45:03 +00:00
fpsetround.S RCS Id Police. 1998-01-09 03:45:03 +00:00
fpsetsticky.S RCS Id Police. 1998-01-09 03:45:03 +00:00
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 delint 1998-11-14 19:31:01 +00:00
ldexp.c Assign my copyrights to TNF. 1998-08-15 09:36:04 +00:00
modf.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
setjmp.S Generate C labels with _C_LABEL(). 1998-07-01 01:28:48 +00:00
sigsetjmp.S Generate C labels with _C_LABEL(). 1998-07-01 01:28:48 +00:00
udivsi3.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00