OSDN Git Service

First round of VAX patches. This isn't complete right now, there are for
author"Jan-Benedict Glaw" <jbglaw@lug-owl.de>
Fri, 27 Jan 2006 21:20:28 +0000 (21:20 -0000)
committer"Jan-Benedict Glaw" <jbglaw@lug-owl.de>
Fri, 27 Jan 2006 21:20:28 +0000 (21:20 -0000)
commit0934f142036f12292711770d353f1c01ab718db7
treebad0873c1bbd8c81ec70180d6ca4e4006d01fa62
parent9f341620c14e959d333fb26d8ec5e9f9dc5209d6
First round of VAX patches. This isn't complete right now, there are for
sure still bugs (properly hidden, of course), a libm is completely missing
(I've got one that implements some basic stuff, but that's really not
ready for checking in...)

I've also got a list of other things that need touch-ups, but that's mostly
minor stuff that'll be done during the next days.
37 files changed:
MAINTAINERS
extra/Configs/Config.in
extra/Configs/Config.vax [new file with mode: 0644]
libc/sysdeps/linux/vax/Makefile [new file with mode: 0644]
libc/sysdeps/linux/vax/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/vax/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/vax/_mmap.c [new file with mode: 0644]
libc/sysdeps/linux/vax/_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/machine-gmon.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/profil-counter.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/resource.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/sem.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/shm.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/sigcontext.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/sockaddr.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/socket.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/statfs.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/vax/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/vax/brk.c [new file with mode: 0644]
libc/sysdeps/linux/vax/clone.S [new file with mode: 0644]
libc/sysdeps/linux/vax/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/vax/crti.S [new file with mode: 0644]
libc/sysdeps/linux/vax/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/vax/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/vax/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/vax/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/vax/vfork.c [new file with mode: 0644]