From a2b99c04d8359a8a2098d1217f3c7475547fa0cf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 15 Dec 2017 21:34:23 +0100 Subject: sh: remove assembly code from NPTL --- libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch index e3b2f7c4e..77ac2868f 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch @@ -5,13 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -libpthread_linux_arch_SSRC = pthread_once.S pthread_rwlock_wrlock.S \ - pthread_rwlock_rdlock.S pthread_rwlock_unlock.S \ - lowlevellock.S lowlevelrobustlock.S pthread_barrier_wait.S \ - pthread_cond_broadcast.S pthread_cond_signal.S \ - pthread_rwlock_timedwrlock.S pthread_rwlock_timedrdlock.S \ - sem_post.S sem_timedwait.S sem_trywait.S sem_wait.S - +libpthread_linux_arch_CSRC = pthread_once.c libc_linux_arch_CSRC = fork.c ASFLAGS += -DUSE___THREAD -- cgit v1.2.3