initial version of mips (o32) port, based on work by Richard Pennington (rdp)
basically, this version of the code was obtained by starting with rdp's work from his ellcc source tree, adapting it to musl's build system and coding style, auditing the bits headers for discrepencies with kernel definitions or glibc/LSB ABI or large file issues, fixing up incompatibility with the old binutils from aboriginal linux, and adding some new special cases to deal with the oddities of sigaction and pipe syscall interfaces on mips. at present, minimal test programs work, but some interfaces are broken or missing. threaded programs probably will not link.
Showing
arch/mips/atomic.h
0 → 100644
arch/mips/bits/alltypes.h.sh
0 → 100755
arch/mips/bits/endian.h
0 → 100644
arch/mips/bits/errno.h
0 → 100644
arch/mips/bits/fcntl.h
0 → 100644
arch/mips/bits/fenv.h
0 → 100644
arch/mips/bits/float.h
0 → 100644
arch/mips/bits/ioctl.h
0 → 100644
arch/mips/bits/ipc.h
0 → 100644
arch/mips/bits/limits.h
0 → 100644
arch/mips/bits/mman.h
0 → 100644
arch/mips/bits/msg.h
0 → 100644
arch/mips/bits/posix.h
0 → 100644
arch/mips/bits/reg.h
0 → 100644
arch/mips/bits/setjmp.h
0 → 100644
arch/mips/bits/shm.h
0 → 100644
arch/mips/bits/signal.h
0 → 100644
arch/mips/bits/socket.h
0 → 100644
arch/mips/bits/stat.h
0 → 100644
arch/mips/bits/statfs.h
0 → 100644
arch/mips/bits/stdarg.h
0 → 100644
arch/mips/bits/stdint.h
0 → 100644
arch/mips/bits/syscall.h
0 → 100644
此差异已折叠。
arch/mips/bits/termios.h
0 → 100644
arch/mips/bits/user.h
0 → 100644
arch/mips/bits/wchar.h
0 → 100644
arch/mips/ksigaction.h
0 → 100644
arch/mips/pthread_arch.h
0 → 100644
arch/mips/reloc.h
0 → 100644
crt/mips/crt1.s
0 → 100644
crt/mips/crti.s
0 → 100644
crt/mips/crtn.s
0 → 100644
src/internal/mips/syscall.s
0 → 100644
src/setjmp/mips/longjmp.s
0 → 100644
src/setjmp/mips/setjmp.s
0 → 100644
src/signal/mips/restore.s
0 → 100644
src/unistd/mips/pipe.s
0 → 100644
想要评论请 注册 或 登录