PPC port cleaned up, static linking works well now.
authorrofl0r <retnyg@gmx.net>
Fri, 9 Nov 2012 22:36:55 +0000 (23:36 +0100)
committerrofl0r <retnyg@gmx.net>
Tue, 13 Nov 2012 18:12:25 +0000 (19:12 +0100)
commit1c8eb8bad791fe9d01d0d4ab77882db634fa933d
treed3faf83663c1383f7ea16a0e6c68b3e2f4cc968a
parent7669d1e334e6b96455eece78da43bf830b93d697
PPC port cleaned up, static linking works well now.
80 files changed:
arch/powerpc/atomic.h [new file with mode: 0644]
arch/powerpc/bits/alltypes.h.sh [new file with mode: 0755]
arch/powerpc/bits/endian.h [new file with mode: 0644]
arch/powerpc/bits/errno.h [new file with mode: 0644]
arch/powerpc/bits/fcntl.h [new file with mode: 0644]
arch/powerpc/bits/fenv.h [new file with mode: 0644]
arch/powerpc/bits/float.h [new file with mode: 0644]
arch/powerpc/bits/ioctl.h [new file with mode: 0644]
arch/powerpc/bits/ipc.h [new file with mode: 0644]
arch/powerpc/bits/limits.h [new file with mode: 0644]
arch/powerpc/bits/mman.h [new file with mode: 0644]
arch/powerpc/bits/msg.h [new file with mode: 0644]
arch/powerpc/bits/posix.h [new file with mode: 0644]
arch/powerpc/bits/reg.h [new file with mode: 0644]
arch/powerpc/bits/setjmp.h [new file with mode: 0644]
arch/powerpc/bits/shm.h [new file with mode: 0644]
arch/powerpc/bits/signal.h [new file with mode: 0644]
arch/powerpc/bits/socket.h [new file with mode: 0644]
arch/powerpc/bits/stat.h [new file with mode: 0644]
arch/powerpc/bits/statfs.h [new file with mode: 0644]
arch/powerpc/bits/stdarg.h [new file with mode: 0644]
arch/powerpc/bits/stdint.h [new file with mode: 0644]
arch/powerpc/bits/syscall.h [new file with mode: 0644]
arch/powerpc/bits/termios.h [new file with mode: 0644]
arch/powerpc/bits/user.h [new file with mode: 0644]
arch/powerpc/bits/wchar.h [new file with mode: 0644]
arch/powerpc/pthread_arch.h [new file with mode: 0644]
arch/powerpc/reloc.h [new file with mode: 0644]
arch/powerpc/syscall_arch.h [new file with mode: 0644]
arch/ppc/atomic.h [deleted file]
arch/ppc/bits/alltypes.h.sh [deleted file]
arch/ppc/bits/asm.h [deleted file]
arch/ppc/bits/endian.h [deleted file]
arch/ppc/bits/errno.h [deleted file]
arch/ppc/bits/fcntl.h [deleted file]
arch/ppc/bits/fenv.h [deleted file]
arch/ppc/bits/float.h [deleted file]
arch/ppc/bits/ioctl.h [deleted file]
arch/ppc/bits/ipc.h [deleted file]
arch/ppc/bits/limits.h [deleted file]
arch/ppc/bits/mman.h [deleted file]
arch/ppc/bits/msg.h [deleted file]
arch/ppc/bits/posix.h [deleted file]
arch/ppc/bits/reg.h [deleted file]
arch/ppc/bits/setjmp.h [deleted file]
arch/ppc/bits/shm.h [deleted file]
arch/ppc/bits/signal.h [deleted file]
arch/ppc/bits/socket.h [deleted file]
arch/ppc/bits/stat.h [deleted file]
arch/ppc/bits/statfs.h [deleted file]
arch/ppc/bits/stdarg.h [deleted file]
arch/ppc/bits/stdint.h [deleted file]
arch/ppc/bits/syscall.h [deleted file]
arch/ppc/bits/termios.h [deleted file]
arch/ppc/bits/user.h [deleted file]
arch/ppc/bits/wchar.h [deleted file]
arch/ppc/pthread_arch.h [deleted file]
arch/ppc/reloc.h [deleted file]
configure
crt/powerpc/crt1.s [new file with mode: 0644]
crt/ppc/crt1.S [deleted file]
src/internal/powerpc/syscall.s [new file with mode: 0644]
src/internal/ppc/syscall.S [deleted file]
src/ldso/powerpc/dlsym.s [new file with mode: 0644]
src/ldso/powerpc/start.s [new file with mode: 0644]
src/ldso/ppc/dlsym.S [deleted file]
src/ldso/ppc/start.S [deleted file]
src/setjmp/powerpc/longjmp.s [new file with mode: 0644]
src/setjmp/powerpc/setjmp.s [new file with mode: 0644]
src/setjmp/ppc/longjmp.S [deleted file]
src/setjmp/ppc/setjmp.S [deleted file]
src/signal/powerpc/restore.s [new file with mode: 0644]
src/signal/powerpc/sigsetjmp.s [new file with mode: 0644]
src/signal/ppc/restore.S [deleted file]
src/signal/ppc/sigsetjmp.S [deleted file]
src/thread/powerpc/__set_thread_area.s [new file with mode: 0644]
src/thread/powerpc/__unmapself.s [new file with mode: 0644]
src/thread/powerpc/clone.s [new file with mode: 0644]
src/thread/powerpc/syscall_cp.s [new file with mode: 0644]
src/thread/ppc/__unmapself.S [deleted file]