summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-27 09:58:51 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-27 11:18:10 -0700
commit58eb0862c3471b931bf3412d6d02bac447d5a653 (patch)
treee2e51c207e1d93a4e21362d08b3deac47dc69404 /ChangeLog
parent6f12d0629f411c6b580585dbcfb4409a72b7362e (diff)
MIPS: Consolidate NPTL/non versions of vfork
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79ac38715d..5d5d7092c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-27 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
+ SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
+ * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
+ * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
+ * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
+
2014-06-27 Arjun Shankar <arjun.is@lostca.se>
[BZ #17092]