NetBSD/lib/libc/arch/mips/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 Userland support for 64-bit safe sigcontexts. 1999-01-15 03:53:33 +00:00
__sigsetjmp14.S Userland support for 64-bit safe sigcontexts. 1999-01-15 03:53:33 +00:00
_setjmp.S Userland support for 64-bit safe sigcontexts. 1999-01-15 03:53:33 +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
cacheflush.c s/vm_offset_t/vaddr_t/ 1999-01-10 08:24:42 +00:00
fabs.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00
flt_rounds.c Prototype __flt_rounds(). 1997-10-18 02:43:06 +00:00
fpgetmask.c Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string 1996-09-16 18:10:35 +00:00
fpgetround.c Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string 1996-09-16 18:10:35 +00:00
fpgetsticky.c Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string 1996-09-16 18:10:35 +00:00
fpsetmask.c Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string 1996-09-16 18:10:35 +00:00
fpsetround.c Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string 1996-09-16 18:10:35 +00:00
fpsetsticky.c Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string 1996-09-16 18:10:35 +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.S Need internal names for isinf() and isnan(). 1998-10-13 14:43:36 +00:00
ldexp.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00
modf.S Do a .cpload if compiling with PIC. 1997-08-19 20:49:47 +00:00
setjmp.S Userland support for 64-bit safe sigcontexts. 1999-01-15 03:53:33 +00:00
sigsetjmp.S * Add Mips ABI changes for ELf shared library support. 1996-09-17 01:32:22 +00:00