From 556f5c46c78f094d03b5e3e48900b7e4f312cc5e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 2 May 2018 06:26:04 -0700 Subject: [PATCH] cl --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8459d1e0bb..1f1cf0a049 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. -- 2.11.4.GIT