Align stack to 16 bytes when calling __gettimeofday
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 12 Jul 2015 21:40:25 +0000 (14:40 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 5 Aug 2015 15:36:18 +0000 (08:36 -0700)
commitb4425b95ad64e5945ea9674f888561d725747128
treed1c048c18f885aaa810eb29c475cec72a23cd47d
parent8e1f346462d8c1b238a7c6bb501c45b381a45e4d
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.
ChangeLog
sysdeps/unix/sysv/linux/x86_64/lowlevellock.S