diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-20 20:31:04 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-26 11:41:46 -0500 |
commit | 8464c2a11033bf52c04043ec65166d99f115b16e (patch) | |
tree | 36e297138f609609364ec3245aec36dc4f24222d /ChangeLog | |
parent | 3d1024e8d159ec5f0f3899c02af5473f5b0ec49c (diff) | |
download | glibc-8464c2a11033bf52c04043ec65166d99f115b16e.tar glibc-8464c2a11033bf52c04043ec65166d99f115b16e.tar.gz glibc-8464c2a11033bf52c04043ec65166d99f115b16e.tar.bz2 glibc-8464c2a11033bf52c04043ec65166d99f115b16e.zip |
PowerPC: Consolidate NPTL/non versions of clone
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove + conditional [RESET_PID]. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise. + * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File + removed. + * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File + removed. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include <tcb-offsets.h>. (__vfork): Incorporate save/restore of PID from nptl/vfork.S here. |