aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-05-02 06:26:04 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-05-02 06:26:19 -0700
commit556f5c46c78f094d03b5e3e48900b7e4f312cc5e (patch)
tree8dee7b1623ae0083290599645151de76e466befb
parent8b8f32b2800a132b4d95053fad7c9b44309f1d6e (diff)
downloadglibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.tar
glibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.tar.gz
glibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.tar.bz2
glibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.zip
cl
-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.