OSDN Git Service

powerpc: Add TLS and NPTL support
authorKhem Raj <raj.khem@gmail.com>
Thu, 6 May 2010 05:50:19 +0000 (22:50 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 10 May 2010 05:53:25 +0000 (22:53 -0700)
commite3dec33ba03ef7080a39444388a01e59135bb3aa
tree9693449a78a556a91ddba349116d9c988399071a
parentd2ab6ee38dd6ef107bac77f485ab1bb35b177e6c
powerpc: Add TLS and NPTL support

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
42 files changed:
Makefile.in
ldso/include/ldso.h
ldso/ldso/powerpc/dl-sysdep.h
ldso/ldso/powerpc/elfinterp.c
libc/sysdeps/linux/common/Makefile.in
libc/sysdeps/linux/powerpc/Makefile.arch
libc/sysdeps/linux/powerpc/bits/atomic.h
libc/sysdeps/linux/powerpc/bits/mathdef.h
libc/sysdeps/linux/powerpc/bits/syscalls.h
libc/sysdeps/linux/powerpc/bits/sysdep.h [deleted file]
libc/sysdeps/linux/powerpc/clone.S
libc/sysdeps/linux/powerpc/powerpc32/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/powerpc64/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/pread_write.c
libc/sysdeps/linux/powerpc/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/vfork.S
libpthread/nptl/sysdeps/powerpc/Makefile [deleted file]
libpthread/nptl/sysdeps/powerpc/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/powerpc/pthread_spin_lock.c
libpthread/nptl/sysdeps/powerpc/pthread_spin_trylock.c
libpthread/nptl/sysdeps/powerpc/tls.h
libpthread/nptl/sysdeps/pthread/Makefile.in
libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
libpthread/nptl/sysdeps/unix/sysv/linux/alpha/createthread.c
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/clone.S [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pt-__syscall_error.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pt-vfork.S [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/vfork.S [new file with mode: 0644]
test/misc/opendir-tst1.c
test/misc/tst-utmp.c
test/stdlib/test-canon.c
test/tls/tls-macros.h
test/unistd/tst-preadwrite.c