diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-05-23 10:25:10 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-05-31 12:03:36 -0700 |
commit | 92a7d1343991897f77afe01041f3b77712445e47 (patch) | |
tree | 8cbf19a1c9670c9e3083f2a86c9af8acf1979d1d /sysdeps/unix/sysv/linux/Makefile | |
parent | 271ec55d0ae795f03d92e3aa61bff69a31a19e3a (diff) | |
download | glibc-92a7d1343991897f77afe01041f3b77712445e47.tar.gz glibc-92a7d1343991897f77afe01041f3b77712445e47.tar.xz glibc-92a7d1343991897f77afe01041f3b77712445e47.zip |
x86-64: Align child stack to 16 bytes [BZ #27902]
In the x86-64 clone wrapper, align child stack to 16 bytes per the x86-64 psABI. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index e9566e028a..bc14f20274 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -109,7 +109,7 @@ tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \ tst-tgkill tst-sysvsem-linux tst-sysvmsg-linux tst-sysvshm-linux \ tst-timerfd tst-ppoll \ tst-clock_adjtime tst-adjtimex tst-ntp_adjtime tst-ntp_gettime \ - tst-ntp_gettimex tst-sigtimedwait + tst-ntp_gettimex tst-sigtimedwait tst-misalign-clone # Test for the symbol version of fcntl that was replaced in glibc 2.28. ifeq ($(have-GLIBC_2.27)$(build-shared),yesyes) |