Move SH code out of nptl/ subdirectory.

This commit is contained in:
Roland McGrath 2014-06-12 09:05:54 -07:00
parent 35a5e3e338
commit 45262aeedf
33 changed files with 72 additions and 4 deletions

View File

@ -1,3 +1,71 @@
2014-06-12 Roland McGrath <roland@hack.frob.com>
* sysdeps/sh/Makefile [$(subdir) = csu]
(gen-as-const-headers): Add tcb-offsets.sym.
* nptl/sysdeps/sh/Makefile: File removed.
* nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
* sysdeps/sh/nptl/pthread_spin_init.c: ... here.
* nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
* sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
* nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
* sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
* nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
* sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
* nptl/sysdeps/sh/pthreaddef.h: Moved ...
* sysdeps/sh/nptl/pthreaddef.h: ... here.
* nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
* sysdeps/sh/nptl/tcb-offsets.sym: ... here.
* nptl/sysdeps/sh/tls.h: Moved ...
* sysdeps/sh/nptl/tls.h: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
* sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
* sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
* sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
* sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
* sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
* sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
* sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
* sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
* sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
* sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
* sysdeps/unix/sysv/linux/sh/smp.h: ... here.
* nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
2014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
* posix/spawn_faction_addopen.c: Include string.h.

View File

@ -1,3 +0,0 @@
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
endif

View File

@ -1,3 +1,7 @@
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
endif
ifeq ($(subdir),gmon)
sysdep_routines += _mcount
endif

View File

@ -199,4 +199,3 @@ __pthread_cond_signal:
.size __pthread_cond_signal, .-__pthread_cond_signal
versioned_symbol (libpthread, __pthread_cond_signal, pthread_cond_signal,
GLIBC_2_3_2)