diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-14 10:16:27 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-14 10:16:27 -0700 |
commit | 941d7dfd247bc116b89ec97d530d618b5862a80f (patch) | |
tree | 152cede4caef7c9759b8c468900778494e483f23 /ChangeLog | |
parent | 1b731c35e6ed316076d9a61d3e8d683cb9255523 (diff) | |
download | glibc-941d7dfd247bc116b89ec97d530d618b5862a80f.tar glibc-941d7dfd247bc116b89ec97d530d618b5862a80f.tar.gz glibc-941d7dfd247bc116b89ec97d530d618b5862a80f.tar.bz2 glibc-941d7dfd247bc116b89ec97d530d618b5862a80f.zip |
x86: Consolidate NPTL/non versions of clone
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-05-14 Roland McGrath <roland@hack.frob.com> + * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code + that was previously under [RESET_PID]. + * sysdeps/unix/sysv/linux/i386/clone.S: Likewise. + * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed. + * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed. + * sysdeps/i386/nptl/Implies: New file. * sysdeps/x86_64/nptl/Implies: New file. * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ... |