OSDN Git Service

Patch from Martin Proulx <mproulx@okiok.com> to support
authorEric Andersen <andersen@codepoet.org>
Tue, 18 Jun 2002 01:10:28 +0000 (01:10 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 18 Jun 2002 01:10:28 +0000 (01:10 -0000)
commitb34e006872e0c6c6f851ca36eda46d01e3ca0e6b
tree8206ca5739109e6482643cbea01975601c39b3b0
parent33a9fd74f98749da869c8d649f0a148768205867
Patch from Martin Proulx <mproulx@okiok.com> to support
the i960 architecture.
18 files changed:
extra/Configs/Config.i960 [new file with mode: 0644]
libc/sysdeps/linux/i960/AUTHORS [new file with mode: 0644]
libc/sysdeps/linux/i960/Makefile [new file with mode: 0644]
libc/sysdeps/linux/i960/README [new file with mode: 0644]
libc/sysdeps/linux/i960/_mmap.S [new file with mode: 0644]
libc/sysdeps/linux/i960/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/i960/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/i960/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/i960/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/i960/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/i960/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/i960/clone.S [new file with mode: 0644]
libc/sysdeps/linux/i960/crt0.S [new file with mode: 0644]
libc/sysdeps/linux/i960/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/i960/specs.uclinux.gcc-2.95.i960-intel-coff [new file with mode: 0644]
libc/sysdeps/linux/i960/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/i960/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/i960/vfork.S [new file with mode: 0644]