OSDN Git Service

remove deprecated architectures v850/i960
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Mon, 28 Dec 2015 11:11:16 +0000 (12:11 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Mon, 28 Dec 2015 11:11:16 +0000 (12:11 +0100)
commit7db56e580823ca91aff186d46eac693b09b9bb0e
treed97816a697bc83cdc47879a01a273c88a9dee97b
parent49b3d8569a8c8cb724ba6eadb34dea2df9b5ec4d
remove deprecated architectures v850/i960

Both architectures are more or less deprecated.
No Linux upstream support, no gcc support for uClinux.
57 files changed:
Rules.mak
extra/Configs/Config.i960 [deleted file]
extra/Configs/Config.in
extra/Configs/Config.v850 [deleted file]
extra/Configs/defconfigs/i960/defconfig [deleted file]
extra/Configs/defconfigs/v850/defconfig [deleted file]
include/elf.h
libc/sysdeps/linux/i960/AUTHORS [deleted file]
libc/sysdeps/linux/i960/Makefile [deleted file]
libc/sysdeps/linux/i960/README [deleted file]
libc/sysdeps/linux/i960/bits/endian.h [deleted file]
libc/sysdeps/linux/i960/bits/fcntl.h [deleted file]
libc/sysdeps/linux/i960/bits/setjmp.h [deleted file]
libc/sysdeps/linux/i960/bits/syscalls.h [deleted file]
libc/sysdeps/linux/i960/bits/uClibc_arch_features.h [deleted file]
libc/sysdeps/linux/i960/bits/wordsize.h [deleted file]
libc/sysdeps/linux/i960/clone.S [deleted file]
libc/sysdeps/linux/i960/crt0.S [deleted file]
libc/sysdeps/linux/i960/mmap.S [deleted file]
libc/sysdeps/linux/i960/setjmp.S [deleted file]
libc/sysdeps/linux/i960/specs.uclinux.gcc-2.95.i960-intel-coff [deleted file]
libc/sysdeps/linux/i960/sys/procfs.h [deleted file]
libc/sysdeps/linux/i960/sys/ucontext.h [deleted file]
libc/sysdeps/linux/i960/vfork.S [deleted file]
libc/sysdeps/linux/sparc/soft-fp/longlong.h
libc/sysdeps/linux/v850/Makefile [deleted file]
libc/sysdeps/linux/v850/__longjmp.S [deleted file]
libc/sysdeps/linux/v850/bits/byteswap.h [deleted file]
libc/sysdeps/linux/v850/bits/endian.h [deleted file]
libc/sysdeps/linux/v850/bits/fcntl.h [deleted file]
libc/sysdeps/linux/v850/bits/kernel_stat.h [deleted file]
libc/sysdeps/linux/v850/bits/kernel_types.h [deleted file]
libc/sysdeps/linux/v850/bits/poll.h [deleted file]
libc/sysdeps/linux/v850/bits/select.h [deleted file]
libc/sysdeps/linux/v850/bits/setjmp.h [deleted file]
libc/sysdeps/linux/v850/bits/sigcontextinfo.h [deleted file]
libc/sysdeps/linux/v850/bits/stackinfo.h [deleted file]
libc/sysdeps/linux/v850/bits/syscalls.h [deleted file]
libc/sysdeps/linux/v850/bits/uClibc_arch_features.h [deleted file]
libc/sysdeps/linux/v850/bits/wordsize.h [deleted file]
libc/sysdeps/linux/v850/clinkage.h [deleted file]
libc/sysdeps/linux/v850/clone.c [deleted file]
libc/sysdeps/linux/v850/crt0.S [deleted file]
libc/sysdeps/linux/v850/crti.S [deleted file]
libc/sysdeps/linux/v850/crtn.S [deleted file]
libc/sysdeps/linux/v850/jmpbuf-offsets.h [deleted file]
libc/sysdeps/linux/v850/jmpbuf-unwind.h [deleted file]
libc/sysdeps/linux/v850/setjmp.S [deleted file]
libc/sysdeps/linux/v850/sys/procfs.h [deleted file]
libc/sysdeps/linux/v850/sys/ptrace.h [deleted file]
libc/sysdeps/linux/v850/sys/ucontext.h [deleted file]
libc/sysdeps/linux/v850/syscall.c [deleted file]
libc/sysdeps/linux/v850/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/microblaze/sigcontextinfo.h
libpthread/linuxthreads/sysdeps/v850/pt-machine.h [deleted file]
test/Rules.mak
utils/ldd.c