add m68k port
three ABIs are supported: the default with 68881 80-bit fpu format and results returned in floating point registers, softfloat-only with the same format, and coldfire fpu with IEEE single/double only. only the first is tested at all, and only under qemu which has fpu emulation bugs. basic functionality smoke tests have been performed for the most common arch-specific breakage via libc-test and qemu user-level emulation. some sysvipc failures remain, but are shared with other big endian archs and will be fixed separately.
Showing
arch/m68k/atomic_arch.h
0 → 100644
arch/m68k/bits/alltypes.h.in
0 → 100644
arch/m68k/bits/endian.h
0 → 100644
arch/m68k/bits/fcntl.h
0 → 100644
arch/m68k/bits/fenv.h
0 → 100644
arch/m68k/bits/float.h
0 → 100644
arch/m68k/bits/limits.h
0 → 100644
arch/m68k/bits/posix.h
0 → 100644
arch/m68k/bits/setjmp.h
0 → 100644
arch/m68k/bits/signal.h
0 → 100644
arch/m68k/bits/stat.h
0 → 100644
arch/m68k/bits/stdint.h
0 → 100644
arch/m68k/bits/syscall.h.in
0 → 100644
arch/m68k/crt_arch.h
0 → 100644
arch/m68k/pthread_arch.h
0 → 100644
arch/m68k/reloc.h
0 → 100644
arch/m68k/syscall_arch.h
0 → 100644
src/fenv/m68k/fenv.c
0 → 100644
src/internal/m68k/syscall.s
0 → 100644
src/ldso/m68k/dlsym.s
0 → 100644
src/setjmp/m68k/longjmp.s
0 → 100644
src/setjmp/m68k/setjmp.s
0 → 100644
src/signal/m68k/sigsetjmp.s
0 → 100644
src/thread/m68k/__m68k_read_tp.s
0 → 100644
src/thread/m68k/clone.s
0 → 100644
src/thread/m68k/syscall_cp.s
0 → 100644
想要评论请 注册 或 登录