musl/arch/mips/bits
Szabolcs Nagy e5bb165bed mips: add mips-sf subarch support (soft-float)
Userspace emulated floating-point (gcc -msoft-float) is not compatible
with the default mips abi (assumes an FPU or in kernel emulation of it).
Soft vs hard float abi should not be mixed, __mips_soft_float is checked
in musl's configure script and there is no runtime check. The -sf subarch
does not save/restore floating-point registers in setjmp/longjmp and only
provides dummy fenv implementation.
2014-02-24 23:16:29 +01:00
..
alltypes.h.in
endian.h
errno.h
fcntl.h
fenv.h mips: add mips-sf subarch support (soft-float) 2014-02-24 23:16:29 +01:00
float.h
io.h
ioctl.h
ipc.h
limits.h
mman.h
msg.h
posix.h
reg.h
setjmp.h
shm.h sys/shm.h: move arch specific structs to bits/ 2014-02-23 11:07:18 +01:00
signal.h
socket.h
stat.h
statfs.h
stdarg.h
stdint.h
syscall.h
termios.h fix namespace violations in termios.h, at least mostly 2014-01-08 19:20:55 -05:00
user.h