about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8459d1e0bb..1f1cf0a049 100644
--- 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.