diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-21 16:08:06 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-26 11:45:14 -0500 |
commit | c7a8d667878a25bad5d7ab41fbbb603e535da661 (patch) | |
tree | 06ee75eaa7df12c63ecb23117e5211e5ee345655 /ChangeLog | |
parent | daee7851e28051fc81b50ac7862d923d77324e83 (diff) | |
download | glibc-c7a8d667878a25bad5d7ab41fbbb603e535da661.zip glibc-c7a8d667878a25bad5d7ab41fbbb603e535da661.tar.gz glibc-c7a8d667878a25bad5d7ab41fbbb603e535da661.tar.bz2 |
PowerPC: Move remaining nptl/sysdeps/unix/sysv/linux/powerpc/ files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,5 +1,38 @@ 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into + ... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise. + * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ... + * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ... + * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ... + * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here. + * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: + Moved ... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: + Moved ... + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ... + * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ... + * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved + ... + * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: + Moved ... + * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ... + here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved + ... + * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ... + * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ... * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here. * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ... |