Port musl to x86-64. One giant commit!
authorNicholas J. Kain <njkain@gmail.com>
Tue, 15 Feb 2011 12:32:09 +0000 (07:32 -0500)
committerNicholas J. Kain <njkain@gmail.com>
Tue, 15 Feb 2011 12:32:09 +0000 (07:32 -0500)
commit1e12632591ab98a6ea3af8680716c28282552981
tree5b79bd9a0b950d6ab414fef8cbb5dfcd1a6d2e83
parentc2afb747b0296f23cd1903e82ccbdee3fc2978fd
Port musl to x86-64.  One giant commit!
43 files changed:
arch/x86_64/atomic.h [new file with mode: 0644]
arch/x86_64/bits/alltypes.h.sh [new file with mode: 0755]
arch/x86_64/bits/endian.h [new file with mode: 0644]
arch/x86_64/bits/errno.h [new file with mode: 0644]
arch/x86_64/bits/fcntl.h [new file with mode: 0644]
arch/x86_64/bits/fenv.h [new file with mode: 0644]
arch/x86_64/bits/float.h [new file with mode: 0644]
arch/x86_64/bits/in.h [new file with mode: 0644]
arch/x86_64/bits/ioctl.h [new file with mode: 0644]
arch/x86_64/bits/ipc.h [new file with mode: 0644]
arch/x86_64/bits/limits.h [new file with mode: 0644]
arch/x86_64/bits/mman.h [new file with mode: 0644]
arch/x86_64/bits/posix.h [new file with mode: 0644]
arch/x86_64/bits/pthread.h [new file with mode: 0644]
arch/x86_64/bits/reg.h [new file with mode: 0644]
arch/x86_64/bits/setjmp.h [new file with mode: 0644]
arch/x86_64/bits/shm.h [new file with mode: 0644]
arch/x86_64/bits/signal.h [new file with mode: 0644]
arch/x86_64/bits/socket.h [new file with mode: 0644]
arch/x86_64/bits/stat.h [new file with mode: 0644]
arch/x86_64/bits/statfs.h [new file with mode: 0644]
arch/x86_64/bits/stdarg.h [new file with mode: 0644]
arch/x86_64/bits/stdint.h [new file with mode: 0644]
arch/x86_64/bits/stdio.h [new file with mode: 0644]
arch/x86_64/bits/sysmacros.h [new file with mode: 0644]
arch/x86_64/bits/tcp.h [new file with mode: 0644]
arch/x86_64/bits/termios.h [new file with mode: 0644]
arch/x86_64/bits/user.h [new file with mode: 0644]
arch/x86_64/bits/wait.h [new file with mode: 0644]
arch/x86_64/bits/wexitstatus.h [new file with mode: 0644]
arch/x86_64/pthread_arch.h [new file with mode: 0644]
arch/x86_64/syscall.h [new file with mode: 0644]
crt/x86_64/crt1.s [new file with mode: 0644]
include/signal.h
src/math/x86_64/e_sqrt.s [new file with mode: 0644]
src/math/x86_64/e_sqrtf.s [new file with mode: 0644]
src/setjmp/x86_64/longjmp.s [new file with mode: 0644]
src/setjmp/x86_64/setjmp.s [new file with mode: 0644]
src/signal/x86_64/restore.s [new file with mode: 0644]
src/signal/x86_64/sigsetjmp.s [new file with mode: 0644]
src/thread/x86_64/__set_thread_area.s [new file with mode: 0644]
src/thread/x86_64/__unmapself.s [new file with mode: 0644]
src/thread/x86_64/clone.s [new file with mode: 0644]