ARC port to uClibc
commit917b9eebbc6dd580e2fa5a4e2b18ea609655b19e
authorVineet Gupta <vgupta@synopsys.com>
Fri, 13 Dec 2013 09:19:25 +0000 (13 14:49 +0530)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 20 Dec 2013 13:38:23 +0000 (20 14:38 +0100)
treec1b6c5c73db18a0daaca8327d28a0d5babd0f5cc
parent1ce639990b6340a8b9f18d076c427fcf5a93695e
ARC port to uClibc

For this port, I would like to give due credit to:

- Folks from Codito technologies (Sameer, Amit, Kanika, Ramana,...)
   who did the very first port

- ARC UK from 2007-2009 (Joern, Irfan, Khurram, Phil...

- Late Brendan Kehoe (may he RIP)

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
38 files changed:
Rules.mak
extra/Configs/Config.arc [new file with mode: 0644]
extra/Configs/Config.in
libc/sysdeps/linux/arc/Makefile [new file with mode: 0644]
libc/sysdeps/linux/arc/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/arc/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/arc/__syscall_error.c [new file with mode: 0644]
libc/sysdeps/linux/arc/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/arc/bits/endian.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bits/fcntl.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bits/kernel_types.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/arc/bits/sigcontextinfo.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bits/stackinfo.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/arc/bits/uClibc_arch_features.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bits/uClibc_page.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bits/wordsize.h [new file with mode: 0755]
libc/sysdeps/linux/arc/bsd-_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/arc/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/arc/cacheflush.c [new file with mode: 0644]
libc/sysdeps/linux/arc/clone.S [new file with mode: 0644]
libc/sysdeps/linux/arc/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/arc/crti.S [new file with mode: 0644]
libc/sysdeps/linux/arc/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/arc/jmpbuf-offsets.h [new file with mode: 0644]
libc/sysdeps/linux/arc/jmpbuf-unwind.h [new file with mode: 0644]
libc/sysdeps/linux/arc/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/arc/sigaction.c [new file with mode: 0644]
libc/sysdeps/linux/arc/sigrestorer.S [new file with mode: 0644]
libc/sysdeps/linux/arc/sys/cachectl.h [new file with mode: 0644]
libc/sysdeps/linux/arc/sys/procfs.h [new file with mode: 0755]
libc/sysdeps/linux/arc/sys/ucontext.h [new file with mode: 0755]
libc/sysdeps/linux/arc/sys/user.h [new file with mode: 0755]
libc/sysdeps/linux/arc/syscall.c [new file with mode: 0644]
libc/sysdeps/linux/arc/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/arc/vfork.S [new file with mode: 0644]
libc/sysdeps/linux/arc/xstatconv.c [new file with mode: 0644]