NetBSD/lib/libc/arch/powerpc/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 New signal stuff for PowerPC. 1998-10-03 12:30:37 +00:00
__sigsetjmp14.S New signal stuff for PowerPC. 1998-10-03 12:30:37 +00:00
_setjmp.S Architecture-specific bits for libc on the PowerPC. From Wolfgang 1997-03-29 20:55:50 +00:00
fabs.S Remove long obsolete copyright (should have been done before initial import) 1998-05-25 15:19:10 +00:00
flt_rounds.c s/asm/__asm/ 1998-08-09 12:43:33 +00:00
frexp.c Add frexp.c and modf.c. 1998-11-26 07:50:56 +00:00
infinity.c delint 1998-11-14 19:31:01 +00:00
isinf.c delint 1998-11-14 19:31:01 +00:00
isnan.c Need internal names for isinf() and isnan(). 1998-10-13 14:43:36 +00:00
ldexp.c Fix RCSID's 1997-07-13 18:41:38 +00:00
modf.c Add frexp.c and modf.c. 1998-11-26 07:50:56 +00:00
setjmp.S New signal stuff for PowerPC. 1998-10-03 12:30:37 +00:00
sigsetjmp.S New signal stuff for PowerPC. 1998-10-03 12:30:37 +00:00