diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | sysdeps/powerpc/nptl/Makefile (renamed from nptl/sysdeps/powerpc/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/powerpc/nptl/pthread_spin_lock.c (renamed from nptl/sysdeps/powerpc/pthread_spin_lock.c) | 0 | ||||
-rw-r--r-- | sysdeps/powerpc/nptl/pthread_spin_trylock.c (renamed from nptl/sysdeps/powerpc/pthread_spin_trylock.c) | 0 | ||||
-rw-r--r-- | sysdeps/powerpc/nptl/pthreaddef.h (renamed from nptl/sysdeps/powerpc/pthreaddef.h) | 0 | ||||
-rw-r--r-- | sysdeps/powerpc/nptl/tcb-offsets.sym (renamed from nptl/sysdeps/powerpc/tcb-offsets.sym) | 0 | ||||
-rw-r--r-- | sysdeps/powerpc/nptl/tls.h (renamed from nptl/sysdeps/powerpc/tls.h) | 0 |
7 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * nptl/sysdeps/powerpc/Makefile: Moved ... + * sysdeps/powerpc/nptl/Makefile: ... here. + * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ... + * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here. + * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ... + * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here. + * nptl/sysdeps/powerpc/pthreaddef.h: Moved ... + * sysdeps/powerpc/nptl/pthreaddef.h: ... here. + * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ... + * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here. + * nptl/sysdeps/powerpc/tls.h: Moved ... + * sysdeps/powerpc/nptl/tls.h: ... here. + 2014-06-16 Joseph Myers <joseph@codesourcery.com> [BZ #16681] diff --git a/nptl/sysdeps/powerpc/Makefile b/sysdeps/powerpc/nptl/Makefile index 0ecd371737..0ecd371737 100644 --- a/nptl/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/nptl/Makefile diff --git a/nptl/sysdeps/powerpc/pthread_spin_lock.c b/sysdeps/powerpc/nptl/pthread_spin_lock.c index b8333c7d9a..b8333c7d9a 100644 --- a/nptl/sysdeps/powerpc/pthread_spin_lock.c +++ b/sysdeps/powerpc/nptl/pthread_spin_lock.c diff --git a/nptl/sysdeps/powerpc/pthread_spin_trylock.c b/sysdeps/powerpc/nptl/pthread_spin_trylock.c index 3131ae529c..3131ae529c 100644 --- a/nptl/sysdeps/powerpc/pthread_spin_trylock.c +++ b/sysdeps/powerpc/nptl/pthread_spin_trylock.c diff --git a/nptl/sysdeps/powerpc/pthreaddef.h b/sysdeps/powerpc/nptl/pthreaddef.h index 5c6a0cde52..5c6a0cde52 100644 --- a/nptl/sysdeps/powerpc/pthreaddef.h +++ b/sysdeps/powerpc/nptl/pthreaddef.h diff --git a/nptl/sysdeps/powerpc/tcb-offsets.sym b/sysdeps/powerpc/nptl/tcb-offsets.sym index eac5b5c732..eac5b5c732 100644 --- a/nptl/sysdeps/powerpc/tcb-offsets.sym +++ b/sysdeps/powerpc/nptl/tcb-offsets.sym diff --git a/nptl/sysdeps/powerpc/tls.h b/sysdeps/powerpc/nptl/tls.h index b80a5fbf54..b80a5fbf54 100644 --- a/nptl/sysdeps/powerpc/tls.h +++ b/sysdeps/powerpc/nptl/tls.h |