diff options
author | Richard Henderson <rth@redhat.com> | 2014-05-23 15:44:23 -0400 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2014-06-03 11:04:04 -0400 |
commit | 111cc714894d71fdc31c04e56b1bcd41b2680269 (patch) | |
tree | 5d69bd81441b97d5880c0e27c194dc1de7f37b01 /ChangeLog | |
parent | ccc39911132db27b385b4dd196cf2bb82f2d03c2 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |