OSDN Git Service

lm32: add new architecture
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 17 Oct 2015 09:17:07 +0000 (11:17 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Sat, 17 Oct 2015 09:18:35 +0000 (11:18 +0200)
commitb6b726d407d1ac6c0789247a98b4e5cae7ac991f
tree64243df22bc2ecf4b4881d5e5c7006d2c9b888e9
parentd752724d4dce488a38f464a52f367e585da71075
lm32: add new architecture

Add support for FPGA systems from Lattice Semiconductor
http://www.latticesemi.com
Merge https://github.com/m-labs/uclibc-lm32.git
26 files changed:
Rules.mak
extra/Configs/Config.in
extra/Configs/Config.lm32 [new file with mode: 0644]
extra/Configs/defconfigs/lm32 [new file with mode: 0644]
libc/sysdeps/linux/lm32/Makefile [new file with mode: 0644]
libc/sysdeps/linux/lm32/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/lm32/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/uClibc_page.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/clone.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/crti.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/vfork.S [new file with mode: 0644]