diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-12 14:40:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-05 08:36:18 -0700 |
commit | b4425b95ad64e5945ea9674f888561d725747128 (patch) | |
tree | d1c048c18f885aaa810eb29c475cec72a23cd47d /ChangeLog | |
parent | 8e1f346462d8c1b238a7c6bb501c45b381a45e4d (diff) | |
download | glibc-b4425b95ad64e5945ea9674f888561d725747128.tar.gz glibc-b4425b95ad64e5945ea9674f888561d725747128.tar.xz glibc-b4425b95ad64e5945ea9674f888561d725747128.zip |
Align stack to 16 bytes when calling __gettimeofday
Subtract stack by 24 bytes instead of 16 bytes so that stack is aligned to 16 bytes when calling __gettimeofday. [BZ #18661] * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedwait_tid): Align stack to 16 bytes when calling __gettimeofday.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a47768e03..763771e848 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ 2015-08-05 H.J. Lu <hongjiu.lu@intel.com> [BZ #18661] + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S + (__lll_timedwait_tid): Align stack to 16 bytes when calling + __gettimeofday. + +2015-08-05 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #18661] * sysdeps/unix/sysv/linux/x86_64/__start_context.S (__start_context): Don't use pop to restore %rdi so that stack is aligned to 16 bytes when calling __setcontext. |