remove deprecated architectures v850/i960
commit82b948ef8ffd2770fb09a8640dab82f3cb2af443
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Mon, 28 Dec 2015 21:43:01 +0000 (28 22:43 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sat, 2 Jan 2016 15:57:03 +0000 (2 16:57 +0100)
tree17380b9ddad8301a6feadc66f18986074e5e5ce8
parentbad1263e3316825b5ef0037ad7a897ae62a30d7e
remove deprecated architectures v850/i960

Both architectures are more or less deprecated.
No Linux upstream support, no gcc support for uClinux.
58 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/or1k/defconfig
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.old/sysdeps/microblaze/sigcontextinfo.h
libpthread/linuxthreads.old/sysdeps/v850/pt-machine.h [deleted file]
test/Rules.mak
utils/ldd.c