Move SH code out of nptl/ subdirectory.
commit45262aeedf2f56dcd3b30e37630ea85bb4f55603
authorRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 16:05:54 +0000 (12 09:05 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 16:05:54 +0000 (12 09:05 -0700)
tree726ce7b82a5d652713e514fa2811244fe647e5a7
parent35a5e3e338ae17f3d42c60a708763c5d498fb840
Move SH code out of nptl/ subdirectory.
33 files changed:
ChangeLog
nptl/sysdeps/sh/Makefile [deleted file]
sysdeps/sh/Makefile
sysdeps/sh/nptl/pthread_spin_init.c [moved from nptl/sysdeps/sh/pthread_spin_init.c with 100% similarity]
sysdeps/sh/nptl/pthread_spin_lock.c [moved from nptl/sysdeps/sh/pthread_spin_lock.c with 100% similarity]
sysdeps/sh/nptl/pthread_spin_trylock.S [moved from nptl/sysdeps/sh/pthread_spin_trylock.S with 100% similarity]
sysdeps/sh/nptl/pthread_spin_unlock.S [moved from nptl/sysdeps/sh/pthread_spin_unlock.S with 100% similarity]
sysdeps/sh/nptl/pthreaddef.h [moved from nptl/sysdeps/sh/pthreaddef.h with 100% similarity]
sysdeps/sh/nptl/tcb-offsets.sym [moved from nptl/sysdeps/sh/tcb-offsets.sym with 100% similarity]
sysdeps/sh/nptl/tls.h [moved from nptl/sysdeps/sh/tls.h with 100% similarity]
sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h [moved from nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h with 100% similarity]
sysdeps/unix/sysv/linux/sh/lowlevellock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/lowlevellock.h [moved from nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h with 100% similarity]
sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S with 99% similarity]
sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_once.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S [moved from nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/sem_post.S [moved from nptl/sysdeps/unix/sysv/linux/sh/sem_post.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/sem_timedwait.S [moved from nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/sem_trywait.S [moved from nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/sem_wait.S [moved from nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S with 100% similarity]
sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h [moved from nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h with 100% similarity]
sysdeps/unix/sysv/linux/sh/smp.h [moved from nptl/sysdeps/unix/sysv/linux/sh/smp.h with 100% similarity]
sysdeps/unix/sysv/linux/sh/sysdep-cancel.h [moved from nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h with 100% similarity]