diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-02 06:26:04 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-05-02 06:26:19 -0700 |
commit | 556f5c46c78f094d03b5e3e48900b7e4f312cc5e (patch) | |
tree | 8dee7b1623ae0083290599645151de76e466befb | |
parent | 8b8f32b2800a132b4d95053fad7c9b44309f1d6e (diff) | |
download | glibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.tar glibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.tar.gz glibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.tar.bz2 glibc-556f5c46c78f094d03b5e3e48900b7e4f312cc5e.zip |
cl
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |