import preliminary ppc work by rdp.
authorRichard Pennington <rich@pennware.com>
Fri, 9 Nov 2012 22:32:57 +0000 (23:32 +0100)
committerrofl0r <retnyg@gmx.net>
Tue, 13 Nov 2012 17:15:10 +0000 (18:15 +0100)
commit7669d1e334e6b96455eece78da43bf830b93d697
tree6649acfaa61ec6780498b55fa8015ca4f7a6cdae
parent1e717ea3d2a864e00e507f1a70a892c551955f1b
import preliminary ppc work by rdp.
38 files changed:
arch/ppc/atomic.h [new file with mode: 0644]
arch/ppc/bits/alltypes.h.sh [new file with mode: 0755]
arch/ppc/bits/asm.h [new file with mode: 0644]
arch/ppc/bits/endian.h [new file with mode: 0644]
arch/ppc/bits/errno.h [new file with mode: 0644]
arch/ppc/bits/fcntl.h [new file with mode: 0644]
arch/ppc/bits/fenv.h [new file with mode: 0644]
arch/ppc/bits/float.h [new file with mode: 0644]
arch/ppc/bits/ioctl.h [new file with mode: 0644]
arch/ppc/bits/ipc.h [new file with mode: 0644]
arch/ppc/bits/limits.h [new file with mode: 0644]
arch/ppc/bits/mman.h [new file with mode: 0644]
arch/ppc/bits/msg.h [new file with mode: 0644]
arch/ppc/bits/posix.h [new file with mode: 0644]
arch/ppc/bits/reg.h [new file with mode: 0644]
arch/ppc/bits/setjmp.h [new file with mode: 0644]
arch/ppc/bits/shm.h [new file with mode: 0644]
arch/ppc/bits/signal.h [new file with mode: 0644]
arch/ppc/bits/socket.h [new file with mode: 0644]
arch/ppc/bits/stat.h [new file with mode: 0644]
arch/ppc/bits/statfs.h [new file with mode: 0644]
arch/ppc/bits/stdarg.h [new file with mode: 0644]
arch/ppc/bits/stdint.h [new file with mode: 0644]
arch/ppc/bits/syscall.h [new file with mode: 0644]
arch/ppc/bits/termios.h [new file with mode: 0644]
arch/ppc/bits/user.h [new file with mode: 0644]
arch/ppc/bits/wchar.h [new file with mode: 0644]
arch/ppc/pthread_arch.h [new file with mode: 0644]
arch/ppc/reloc.h [new file with mode: 0644]
crt/ppc/crt1.S [new file with mode: 0644]
src/internal/ppc/syscall.S [new file with mode: 0644]
src/ldso/ppc/dlsym.S [new file with mode: 0644]
src/ldso/ppc/start.S [new file with mode: 0644]
src/setjmp/ppc/longjmp.S [new file with mode: 0644]
src/setjmp/ppc/setjmp.S [new file with mode: 0644]
src/signal/ppc/restore.S [new file with mode: 0644]
src/signal/ppc/sigsetjmp.S [new file with mode: 0644]
src/thread/ppc/__unmapself.S [new file with mode: 0644]