From 111cc714894d71fdc31c04e56b1bcd41b2680269 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 23 May 2014 15:44:23 -0400 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d00c7d4..2b30915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-03 Richard Henderson + + * 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 * sysdeps/aarch64/libm-test-ulps: Regenerate. -- cgit v1.1