sh: Remove custom lowlevellock, barrier, condvar, and rwlock implementations.
commit6b814909b41476ad594547b5f2289889a39cc0dd
authorTorvald Riegel <triegel@redhat.com>
Wed, 17 Dec 2014 22:28:38 +0000 (17 23:28 +0100)
committerTorvald Riegel <triegel@redhat.com>
Fri, 19 Dec 2014 14:20:37 +0000 (19 15:20 +0100)
treedbd5607e9e34565805969806a4ff422c133154bc
parent9cd4d4abdca1329cde5ee3dcc963b8533678551e
sh: Remove custom lowlevellock, barrier, condvar, and rwlock implementations.
20 files changed:
ChangeLog
sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S [deleted file]
sysdeps/unix/sysv/linux/sh/lowlevellock.S [deleted file]
sysdeps/unix/sysv/linux/sh/lowlevellock.h [deleted file]
sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S [deleted file]
sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S [deleted file]
sysdeps/unix/sysv/linux/sh/sem_post.S [deleted file]
sysdeps/unix/sysv/linux/sh/sem_timedwait.S [deleted file]
sysdeps/unix/sysv/linux/sh/sem_trywait.S [deleted file]
sysdeps/unix/sysv/linux/sh/sem_wait.S [deleted file]
sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h [deleted file]