OSDN Git Service

initial port to hppa
authorMike Frysinger <vapier@gentoo.org>
Sat, 12 Nov 2005 01:10:24 +0000 (01:10 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 12 Nov 2005 01:10:24 +0000 (01:10 -0000)
commit38545a368ca50c8c24e5adae349bcbcae2065132
tree81eaac7b3d99330be800ab8ae97dee28f2c9b49b
parent63f4057c6726e42960439780675ad165cecc9f75
initial port to hppa
26 files changed:
extra/Configs/Config.hppa [new file with mode: 0644]
extra/Configs/Config.in
libc/sysdeps/linux/hppa/Makefile [new file with mode: 0644]
libc/sysdeps/linux/hppa/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/hppa/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/__syscall_error.c [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/sigaction.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/signum.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/brk.c [new file with mode: 0644]
libc/sysdeps/linux/hppa/bsd-_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/clone.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/crti.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/mmap.c [new file with mode: 0644]
libc/sysdeps/linux/hppa/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/syscall.S [new file with mode: 0644]
libc/sysdeps/linux/hppa/syscall.c [new file with mode: 0644]