OSDN Git Service

Patch from George Thanos adding support for the "e1" architecture.
authorEric Andersen <andersen@codepoet.org>
Wed, 8 Oct 2003 18:15:50 +0000 (18:15 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 8 Oct 2003 18:15:50 +0000 (18:15 -0000)
commitc7757f181f0bd52206059f2685a5197113aca76f
treedcf97b5cda180791099fb63e028eccddf1f6c31b
parent9456866061819ea226ebe2b39ef20622fd36c2f1
Patch from George Thanos adding support for the "e1" architecture.
24 files changed:
extra/Configs/Config.e1 [new file with mode: 0644]
extra/Configs/Config.e1.default [new file with mode: 0644]
libc/sysdeps/linux/e1/Makefile [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/fenv.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/fenvinline.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/proto.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/unistd.h [new file with mode: 0644]
libc/sysdeps/linux/e1/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/e1/crt0.S [new file with mode: 0644]
libc/sysdeps/linux/e1/crt1.c [new file with mode: 0644]
libc/sysdeps/linux/e1/longjmp.c [new file with mode: 0644]
libc/sysdeps/linux/e1/setjmp.c [new file with mode: 0644]
libc/sysdeps/linux/e1/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/e1/sys/reg.h [new file with mode: 0644]
libc/sysdeps/linux/e1/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/e1/syscalls.c [new file with mode: 0644]
libc/sysdeps/linux/e1/vfork.c [new file with mode: 0644]