]> sourceware.org Git - glibc.git/commitdiff
Move SH code out of nptl/ subdirectory.
authorRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 16:05:54 +0000 (09:05 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 16:05:54 +0000 (09:05 -0700)
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]

index 1b6848078dfbad6c5b2177fb3c2287d162af6a25..606a889048d76a93fdd4fb46b10a6c38fe0e1b1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/nptl/sysdeps/sh/Makefile b/nptl/sysdeps/sh/Makefile
deleted file mode 100644 (file)
index 81bddf6..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(subdir),csu)
-gen-as-const-headers += tcb-offsets.sym
-endif
index bb7c5536205ccfd9574ceda8f9715ecbd098f27a..0c6db9a9d41d56defb946fcc31e0767c7a853611 100644 (file)
@@ -1,3 +1,7 @@
+ifeq ($(subdir),csu)
+gen-as-const-headers += tcb-offsets.sym
+endif
+
 ifeq ($(subdir),gmon)
 sysdep_routines += _mcount
 endif
similarity index 100%
rename from nptl/sysdeps/sh/tls.h
rename to sysdeps/sh/nptl/tls.h
similarity index 99%
rename from nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
rename to sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
index b2ca812dfecc4cf0a692acc3517b7d5d2bfe3385..865a9eeb521bc6464d0f40cefb5842752c8c9f72 100644 (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)
-
This page took 0.17532 seconds and 5 git commands to generate.