sh: remove assembly code from NPTL
commita2b99c04d8359a8a2098d1217f3c7475547fa0cf
authorWaldemar Brodkorb <wbx@openadk.org>
Fri, 15 Dec 2017 20:34:23 +0000 (15 21:34 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Sat, 16 Dec 2017 19:47:46 +0000 (16 20:47 +0100)
treef6bdd3568f0700dfc05e4c8c52e431187e6ee436
parentf764bcffed69d8c62625dc4b6c1a6af21bd6dbc2
sh: remove assembly code from NPTL
23 files changed:
libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_post.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h [deleted file]