cl
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 2 May 2018 13:26:04 +0000 (06:26 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 2 May 2018 13:26:19 +0000 (06:26 -0700)
ChangeLog

index 8459d1e..1f1cf0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2018-05-02  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * 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  <hongjiu.lu@intel.com>
+
        * 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.