remove linuxthreads.new, rename linuxthreads.old
commit6a8ccc95528f5e86a8770ed15ce89609b5b3dee9
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Wed, 18 May 2016 16:41:24 +0000 (18 18:41 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Wed, 18 May 2016 16:41:24 +0000 (18 18:41 +0200)
treebbd4df35b4d4a6a8b00d7a5e61fb2668b850ad62
parent398a27a5b323956344b4f831d892fed3bd9813c7
remove linuxthreads.new, rename linuxthreads.old

Linuxthreads.new isn't really useful with the existence
of NPTL/TLS for well supported architectures. There is no
reason to use LT.new for ARM/MIPS or other architectures
supporting NPTL/TLS. It is not available for noMMU architectures
like Blackfin or FR-V. To simplify the live of the few uClibc-ng
developers, LT.new is removed and LT.old is renamed to LT.
LINUXTHREADS_OLD -> UCLIBC_HAS_LINUXTHREADS
303 files changed:
Makefile.in
Rules.mak
extra/Configs/Config.in
extra/Configs/Config.in.arch
extra/Configs/defconfigs/arc/tb10x_defconfig
extra/Configs/defconfigs/or1k/defconfig
include/cancel.h
libc/signal/allocrtsig.c
libc/stdlib/malloc-standard/malloc.h
libc/stdlib/malloc/malloc.h
libc/sysdeps/linux/arm/clone.S
libc/sysdeps/linux/common/bits/uClibc_local_lim.h
libc/sysdeps/linux/common/not-cancel.h
libc/sysdeps/linux/common/pause.c
libc/sysdeps/linux/common/pread_write.c
libc/unistd/confstr.c
libpthread/linuxthreads.old/Makefile [deleted file]
libpthread/linuxthreads.old/cancel.c [deleted file]
libpthread/linuxthreads.old/condvar.c [deleted file]
libpthread/linuxthreads.old/errno.c [deleted file]
libpthread/linuxthreads.old/forward.c [deleted file]
libpthread/linuxthreads.old/libc_pthread_init.c [deleted file]
libpthread/linuxthreads.old/mutex.c [deleted file]
libpthread/linuxthreads.old/queue.h [deleted file]
libpthread/linuxthreads.old/restart.h [deleted file]
libpthread/linuxthreads.old/semaphore.c [deleted file]
libpthread/linuxthreads.old/semaphore.h [deleted file]
libpthread/linuxthreads.old/spinlock.c [deleted file]
libpthread/linuxthreads.old/spinlock.h [deleted file]
libpthread/linuxthreads.old/sysdeps/alpha/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/arm/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/avr32/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/cris/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/hppa/pspinlock.c [deleted file]
libpthread/linuxthreads.old/sysdeps/hppa/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/i386/tls.h [deleted file]
libpthread/linuxthreads.old/sysdeps/i386/useldt.h [deleted file]
libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/ia64/tls.h [deleted file]
libpthread/linuxthreads.old/sysdeps/m68k/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/or1k/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-lock.h [deleted file]
libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h [deleted file]
libpthread/linuxthreads.old/sysdeps/pthread/bits/pthreadtypes.h [deleted file]
libpthread/linuxthreads.old/sysdeps/pthread/not-cancel.h [deleted file]
libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h [deleted file]
libpthread/linuxthreads.old/sysdeps/pthread/pthread.h [deleted file]
libpthread/linuxthreads.old/sysdeps/sh/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h [deleted file]
libpthread/linuxthreads.old/sysdeps/x86_64/tls.h [deleted file]
libpthread/linuxthreads.old_db/Banner [deleted file]
libpthread/linuxthreads.old_db/Makefile [deleted file]
libpthread/linuxthreads.old_db/Makefile.in [deleted file]
libpthread/linuxthreads.old_db/Versions [deleted file]
libpthread/linuxthreads.old_db/proc_service.h [deleted file]
libpthread/linuxthreads.old_db/td_init.c [deleted file]
libpthread/linuxthreads.old_db/td_log.c [deleted file]
libpthread/linuxthreads.old_db/td_symbol_list.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_clear_event.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_delete.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_enable_stats.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_event_addr.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_event_getmsg.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_get_nthreads.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_get_ph.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_get_stats.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_map_id2thr.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_new.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_reset_stats.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_set_event.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_setconcurrency.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_thr_iter.c [deleted file]
libpthread/linuxthreads.old_db/td_ta_tsd_iter.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_clear_event.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_dbresume.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_dbsuspend.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_event_enable.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_event_getmsg.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_get_info.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_getfpregs.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_getgregs.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_getxregs.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_getxregsize.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_set_event.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_setfpregs.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_setgregs.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_setprio.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_setsigpending.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_setxregs.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_sigsetmask.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_tlsbase.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_tsd.c [deleted file]
libpthread/linuxthreads.old_db/td_thr_validate.c [deleted file]
libpthread/linuxthreads.old_db/thread_db.h [deleted file]
libpthread/linuxthreads.old_db/thread_dbP.h [deleted file]
libpthread/linuxthreads/Makefile.in [moved from libpthread/linuxthreads.old/Makefile.in with 81% similarity]
libpthread/linuxthreads/alloca_cutoff.c [deleted file]
libpthread/linuxthreads/attr.c [moved from libpthread/linuxthreads.old/attr.c with 100% similarity]
libpthread/linuxthreads/barrier.c [deleted file]
libpthread/linuxthreads/cancel.c
libpthread/linuxthreads/condvar.c
libpthread/linuxthreads/debug.h [moved from libpthread/linuxthreads.old/debug.h with 100% similarity]
libpthread/linuxthreads/descr.h [deleted file]
libpthread/linuxthreads/errno.c
libpthread/linuxthreads/events.c [moved from libpthread/linuxthreads.old/events.c with 100% similarity]
libpthread/linuxthreads/forward.c
libpthread/linuxthreads/internals.h [moved from libpthread/linuxthreads.old/internals.h with 99% similarity]
libpthread/linuxthreads/join.c [moved from libpthread/linuxthreads.old/join.c with 100% similarity]
libpthread/linuxthreads/libc-cancellation.c [deleted file]
libpthread/linuxthreads/libc_pthread_init.c
libpthread/linuxthreads/linuxthreads.texi [moved from libpthread/linuxthreads.old/linuxthreads.texi with 100% similarity]
libpthread/linuxthreads/locale.c [moved from libpthread/linuxthreads.old/locale.c with 100% similarity]
libpthread/linuxthreads/lockfile.c [moved from libpthread/linuxthreads.old/lockfile.c with 100% similarity]
libpthread/linuxthreads/manager.c [moved from libpthread/linuxthreads.old/manager.c with 100% similarity]
libpthread/linuxthreads/mutex.c
libpthread/linuxthreads/pt-machine.c [moved from libpthread/linuxthreads.old/pt-machine.c with 100% similarity]
libpthread/linuxthreads/ptcleanup.c [deleted file]
libpthread/linuxthreads/ptclock_gettime.c [deleted file]
libpthread/linuxthreads/ptclock_settime.c [deleted file]
libpthread/linuxthreads/ptfork.c [moved from libpthread/linuxthreads.old/ptfork.c with 100% similarity]
libpthread/linuxthreads/pthandles.c [deleted file]
libpthread/linuxthreads/pthread.c [moved from libpthread/linuxthreads.old/pthread.c with 100% similarity]
libpthread/linuxthreads/pthread_atfork.c [deleted file]
libpthread/linuxthreads/pthread_setegid.c [deleted file]
libpthread/linuxthreads/pthread_seteuid.c [deleted file]
libpthread/linuxthreads/pthread_setgid.c [deleted file]
libpthread/linuxthreads/pthread_setregid.c [deleted file]
libpthread/linuxthreads/pthread_setresgid.c [deleted file]
libpthread/linuxthreads/pthread_setresuid.c [deleted file]
libpthread/linuxthreads/pthread_setreuid.c [deleted file]
libpthread/linuxthreads/pthread_setuid.c [deleted file]
libpthread/linuxthreads/ptlongjmp.c [moved from libpthread/linuxthreads.old/ptlongjmp.c with 100% similarity]
libpthread/linuxthreads/queue.h
libpthread/linuxthreads/restart.h
libpthread/linuxthreads/rwlock.c [moved from libpthread/linuxthreads.old/rwlock.c with 100% similarity]
libpthread/linuxthreads/semaphore.c
libpthread/linuxthreads/semaphore.h
libpthread/linuxthreads/sighandler.c [deleted file]
libpthread/linuxthreads/signals.c [moved from libpthread/linuxthreads.old/signals.c with 100% similarity]
libpthread/linuxthreads/specific.c [moved from libpthread/linuxthreads.old/specific.c with 100% similarity]
libpthread/linuxthreads/spinlock.c
libpthread/linuxthreads/spinlock.h
libpthread/linuxthreads/sysdeps/alpha/elf/pt-initfini.c [deleted file]
libpthread/linuxthreads/sysdeps/alpha/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/alpha/tls.h [deleted file]
libpthread/linuxthreads/sysdeps/arc/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/arc/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/arm/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/arm/pt-machine.h
libpthread/linuxthreads/sysdeps/arm/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/arm/tls.h [deleted file]
libpthread/linuxthreads/sysdeps/bfin/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/bfin/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/c6x/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/c6x/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/cris/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/cris/pt-machine.h
libpthread/linuxthreads/sysdeps/frv/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/frv/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/h8300/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/h8300/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h [deleted file]
libpthread/linuxthreads/sysdeps/i386/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/i386/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/i386/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym [deleted file]
libpthread/linuxthreads/sysdeps/i386/tls.h
libpthread/linuxthreads/sysdeps/i386/useldt.h
libpthread/linuxthreads/sysdeps/ia64/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/ia64/pt-machine.h
libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym [deleted file]
libpthread/linuxthreads/sysdeps/ia64/tls.h
libpthread/linuxthreads/sysdeps/m68k/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/m68k/pt-machine.h
libpthread/linuxthreads/sysdeps/microblaze/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/microblaze/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/microblaze/sigcontextinfo.h [moved from libpthread/linuxthreads.old/sysdeps/microblaze/sigcontextinfo.h with 100% similarity]
libpthread/linuxthreads/sysdeps/mips/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/mips/pt-machine.h
libpthread/linuxthreads/sysdeps/mips/tls.h [deleted file]
libpthread/linuxthreads/sysdeps/nios2/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/nios2/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/powerpc/powerpc32/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/powerpc/powerpc32/pt-machine.h [deleted file]
libpthread/linuxthreads/sysdeps/powerpc/powerpc64/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/powerpc/powerpc64/pt-machine.h [deleted file]
libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/powerpc/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/powerpc/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/powerpc/tcb-offsets.sym [deleted file]
libpthread/linuxthreads/sysdeps/powerpc/tls.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/bits/initspin.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/bits/libc-lock.h
libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h
libpthread/linuxthreads/sysdeps/pthread/bits/pthreadtypes.h
libpthread/linuxthreads/sysdeps/pthread/bits/typesizes.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/errno-loc.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/flockfile.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/ftrylockfile.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/funlockfile.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/list.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/malloc-machine.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/not-cancel.h
libpthread/linuxthreads/sysdeps/pthread/posix-timer.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/pt-initfini.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h
libpthread/linuxthreads/sysdeps/pthread/pthread.h
libpthread/linuxthreads/sysdeps/pthread/ptlongjmp.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/res-state.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/semaphore.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/sigaction.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/tcb-offsets.h [deleted file]
libpthread/linuxthreads/sysdeps/pthread/timer_create.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/timer_delete.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/timer_getoverr.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/timer_gettime.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/timer_routines.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/timer_settime.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/tls.h [moved from libpthread/linuxthreads.old/sysdeps/pthread/tls.h with 100% similarity]
libpthread/linuxthreads/sysdeps/pthread/tst-timer.c [deleted file]
libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h [deleted file]
libpthread/linuxthreads/sysdeps/sh/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/sh/tcb-offsets.sym [deleted file]
libpthread/linuxthreads/sysdeps/sh/tls.h [moved from libpthread/linuxthreads.old/sysdeps/sh/tls.h with 100% similarity]
libpthread/linuxthreads/sysdeps/sparc/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/sparc/tcb-offsets.h [moved from libpthread/linuxthreads.old/sysdeps/sparc/tcb-offsets.h with 100% similarity]
libpthread/linuxthreads/sysdeps/sparc/tcb-offsets.sym [deleted file]
libpthread/linuxthreads/sysdeps/sparc/tls.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/aio_cancel.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/pt-sigsuspend.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/arm/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/execve.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/fork.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/fork.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/aio_cancel.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/bits/initspin.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/malloc-machine.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/pt-initfini.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/fork.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/ptlongjmp.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/raise.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/pt-initfini.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/smp.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sigwait.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/smp.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/aio_cancel.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/typesizes.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/unregister-atfork.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/pt-sigsuspend.c [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h [deleted file]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S [deleted file]
libpthread/linuxthreads/sysdeps/x86_64/pspinlock.c [deleted file]
libpthread/linuxthreads/sysdeps/x86_64/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/x86_64/pt-machine.h with 100% similarity]
libpthread/linuxthreads/sysdeps/x86_64/tcb-offsets.sym [deleted file]
libpthread/linuxthreads/sysdeps/xtensa/pt-machine.h [moved from libpthread/linuxthreads.old/sysdeps/xtensa/pt-machine.h with 100% similarity]
libpthread/linuxthreads/wrapsyscall.c [moved from libpthread/linuxthreads.old/wrapsyscall.c with 100% similarity]
libpthread/linuxthreads_db/ChangeLog [deleted file]
libpthread/linuxthreads_db/Makefile.in
libpthread/linuxthreads_db/Makefile.old [deleted file]
libpthread/linuxthreads_db/shlib-versions [deleted file]
libpthread/linuxthreads_db/td_init.c
libpthread/linuxthreads_db/td_ta_clear_event.c
libpthread/linuxthreads_db/td_ta_event_getmsg.c
libpthread/linuxthreads_db/td_ta_map_id2thr.c
libpthread/linuxthreads_db/td_ta_map_lwp2thr.c
libpthread/linuxthreads_db/td_ta_set_event.c
libpthread/linuxthreads_db/td_ta_thr_iter.c
libpthread/linuxthreads_db/td_ta_tsd_iter.c
libpthread/linuxthreads_db/td_thr_clear_event.c
libpthread/linuxthreads_db/td_thr_tls_get_addr.c
libpthread/linuxthreads_db/td_thr_tsd.c
libpthread/linuxthreads_db/td_thr_validate.c
libpthread/linuxthreads_db/thread_dbP.h