aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-05-21 14:36:45 -0700
committerRichard Henderson <rth@twiddle.net>2014-05-23 11:20:41 -0700
commit279b24e2e5207f568d2d47b856f2227d884efd11 (patch)
tree7e6712383feda102e0dee54bed33360260368d90 /ChangeLog
parent132c7f5f01fe17f3161be7d03c7b1f07ae46b98b (diff)
downloadglibc-279b24e2e5207f568d2d47b856f2227d884efd11.zip
glibc-279b24e2e5207f568d2d47b856f2227d884efd11.tar.gz
glibc-279b24e2e5207f568d2d47b856f2227d884efd11.tar.bz2
alpha: Merge standard and nptl clone.S
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 689613e..83b3599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-05-23 Richard Henderson <rth@twiddle.net>
+ * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
+ that was previously under [RESET_PID].
+ * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
+
* sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
2014-05-23 Joseph Myers <joseph@codesourcery.com>