PowerPC: Move powerpc code out of nptl/ subdirectory

This commit is contained in:
Adhemerval Zanella 2014-06-12 09:32:53 -05:00
parent 4b26620076
commit 556f529dab
7 changed files with 15 additions and 0 deletions

View File

@ -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]