aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-05-23 15:44:23 -0400
committerRichard Henderson <rth@redhat.com>2014-06-03 11:04:04 -0400
commit111cc714894d71fdc31c04e56b1bcd41b2680269 (patch)
tree5d69bd81441b97d5880c0e27c194dc1de7f37b01 /ChangeLog
parentccc39911132db27b385b4dd196cf2bb82f2d03c2 (diff)
downloadglibc-111cc714894d71fdc31c04e56b1bcd41b2680269.zip
glibc-111cc714894d71fdc31c04e56b1bcd41b2680269.tar.gz
glibc-111cc714894d71fdc31c04e56b1bcd41b2680269.tar.bz2
aarch64: Consolidate NPTL/non versions of clone
At the same time, rely on non-clobbered registers across syscall so that we eliminate the stack frame that we previously ignored in the unwind info.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d00c7d4..2b30915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-03 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
+ child in registers, not on the stack. Remove RESET_PID conditionals.
+ * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
+
2014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
* sysdeps/aarch64/libm-test-ulps: Regenerate.