From: H.J. Lu Date: Wed, 2 May 2018 13:26:04 +0000 (-0700) Subject: cl X-Git-Tag: upstream/2.30~1311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=556f5c46c78f094d03b5e3e48900b7e4f312cc5e;p=platform%2Fupstream%2Fglibc.git cl --- diff --git a/ChangeLog b/ChangeLog index 8459d1e..1f1cf0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2018-05-02 H.J. Lu + * sysdeps/unix/sysv/linux/x86_64/swapcontext.S (__swapcontext): + Restore the pointer into %rdx, after syscall and use %rdx, + instead of %rsi, to restore context. + +2018-05-02 H.J. Lu + * sysdeps/unix/sysv/linux/x86_64/setcontext.S (__setcontext): Pop the pointer into %rdx after syscall and use %rdx, instead of %rsi, to restore context.