add new architecture support for or1k
commit4d8e5484afb4978f672a8568ddd12e628fb02724
authorWaldemar Brodkorb <wbx@openadk.org>
Thu, 8 Oct 2015 18:28:39 +0000 (8 20:28 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Fri, 9 Oct 2015 03:34:32 +0000 (9 05:34 +0200)
tree58be2b52d5afb90974cee8303c6966fb0298f7a0
parente78a0f58f23347c822c182d1c01f6eb9b9866d60
add new architecture support for or1k

Information about Openrisc:
http://opencores.org/or1k/Main_Page
Integrated from:
https://github.com/openrisc/uClibc-or1k
40 files changed:
extra/Configs/Config.in
extra/Configs/Config.or1k [new file with mode: 0644]
extra/Configs/defconfigs/or1k/defconfig [new file with mode: 0644]
include/elf.h
ldso/ldso/or1k/dl-debug.h [new file with mode: 0644]
ldso/ldso/or1k/dl-startup.h [new file with mode: 0644]
ldso/ldso/or1k/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/or1k/dl-sysdep.h [new file with mode: 0644]
ldso/ldso/or1k/elfinterp.c [new file with mode: 0644]
ldso/ldso/or1k/resolve.S [new file with mode: 0644]
libc/sysdeps/linux/or1k/Makefile [new file with mode: 0644]
libc/sysdeps/linux/or1k/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/or1k/__init_brk.c [new file with mode: 0644]
libc/sysdeps/linux/or1k/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/or1k/__syscall_error.c [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/machine-gmon.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/sigcontextinfo.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/uClibc_page.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/brk.c [new file with mode: 0644]
libc/sysdeps/linux/or1k/clone.c [new file with mode: 0644]
libc/sysdeps/linux/or1k/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/or1k/crti.S [new file with mode: 0644]
libc/sysdeps/linux/or1k/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/or1k/jmpbuf-offsets.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/jmpbuf-unwind.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/sbrk.c [new file with mode: 0644]
libc/sysdeps/linux/or1k/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/or1k/spr_defs.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/or1k/sys/ucontext.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/or1k/pt-machine.h [new file with mode: 0644]