diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-03 22:09:33 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-04 09:50:41 -0400 |
commit | 9c925ff964bf221207dd6727d468ee964e2725fd (patch) | |
tree | 19bbbf928807cbfbb80cbbfd9ce647d487b29ad5 /ChangeLog | |
parent | e641054cd8a362a904b6ca898ef00e64ce42df29 (diff) | |
download | glibc-9c925ff964bf221207dd6727d468ee964e2725fd.tar.gz glibc-9c925ff964bf221207dd6727d468ee964e2725fd.tar.xz glibc-9c925ff964bf221207dd6727d468ee964e2725fd.zip |
IA64: Consolidate NPTL/non versions of vfork
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f5861bad62..5cf57462a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2014-08-04 Roland McGrath <roland@hack.frob.com> + * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ... + * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here. + (__libc_vfork): Define function under this name. + (__vfork): Define as an alias. + * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file. + * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed. + +2014-08-04 Roland McGrath <roland@hack.frob.com> + * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code that was previously under [RESET_PID]. * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed. |