Align stack to 16 bytes when calling __gettimeofday
commit5958c1784e0f5b6f476f927ac6a449ec6e0f911e
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 12 Jul 2015 21:40:25 +0000 (12 14:40 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 1 Aug 2015 20:05:23 +0000 (1 13:05 -0700)
tree499721e1a9387a7b227b64686e47b03a8ca0125f
parentfa1f4698c17560f8e2bdaa9b89dafc780b00e3b9
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.
sysdeps/unix/sysv/linux/x86_64/lowlevellock.S