OSDN Git Service

First pass attempt at an alpha port
authorEric Andersen <andersen@codepoet.org>
Fri, 10 May 2002 08:28:15 +0000 (08:28 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 10 May 2002 08:28:15 +0000 (08:28 -0000)
commitb5bbbc0f5f2c2c36c56249c7b2e305eb78cab7e3
tree70acacdc76cb4cfdb2aa4072fc3535ff99594f81
parent4a6cfe318094cc8b20e6e3003f417f8ab3563bb1
First pass attempt at an alpha port
35 files changed:
libc/sysdeps/linux/alpha/Makefile [new file with mode: 0644]
libc/sysdeps/linux/alpha/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/elfclass.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/msq.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/netdb.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/resource.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/sem.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/shm.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/sigaction.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/siginfo.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/signum.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/sigstack.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/socket.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/stat.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/statvfs.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/termios.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/types.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/brk.S [new file with mode: 0644]
libc/sysdeps/linux/alpha/bsd-_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/alpha/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/alpha/clone.S [new file with mode: 0644]
libc/sysdeps/linux/alpha/crt0.S [new file with mode: 0644]
libc/sysdeps/linux/alpha/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/alpha/sys/acct.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/sys/io.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/sys/sysmacros.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/sysdep.c [new file with mode: 0644]