s390x: Align child stack while clone. [BZ #27968]
commitdbdc57dc81437c350c8c8e00a2d40d1749da004e
authorStefan Liebler <stli@linux.ibm.com>
Tue, 8 Jun 2021 13:37:32 +0000 (8 15:37 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Tue, 15 Jun 2021 14:56:39 +0000 (15 16:56 +0200)
treea0c97baad74cb24402d5608890f952594e35049f
parent088d3291ef3dac918b002f84eace4c5a7b757f4f
s390x: Align child stack while clone. [BZ #27968]

Starting with recent commit 92a7d1343991897f77afe01041f3b77712445e47
"x86-64: Align child stack to 16 bytes [BZ #27902]"
the new test misc/tst-misalign-clone has failed on s390x/s390.

This patch is now aligning the stack to a double
word boundary as also done in start.S files.
sysdeps/unix/sysv/linux/s390/s390-32/clone.S
sysdeps/unix/sysv/linux/s390/s390-64/clone.S