OSDN Git Service

Add RX support.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 30 Dec 2015 10:59:11 +0000 (19:59 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 30 Dec 2015 10:59:11 +0000 (19:59 +0900)
commit248b95ace92e0b9233768bdf2d6e45d0f3f8b5d9
tree5c924900d489c3079bc0e1767ca19d946ebd9267
parent7db56e580823ca91aff186d46eac693b09b9bb0e
Add RX support.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
29 files changed:
extra/Configs/Config.rx [new file with mode: 0644]
libc/sysdeps/linux/rx/Makefile [new file with mode: 0644]
libc/sysdeps/linux/rx/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/rx/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/rx/__syscall_error.c [new file with mode: 0644]
libc/sysdeps/linux/rx/_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/fenv.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/poll.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/sigcontextinfo.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/rx/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/rx/clone.S [new file with mode: 0644]
libc/sysdeps/linux/rx/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/rx/crti.S [new file with mode: 0644]
libc/sysdeps/linux/rx/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/rx/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/rx/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/rx/sys/reg.h [new file with mode: 0644]
libc/sysdeps/linux/rx/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/rx/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/rx/vfork.S [new file with mode: 0644]