From: Sachin Monga Date: Mon, 28 Oct 2024 21:11:39 +0000 (-0500) Subject: powerpc64le: Adhere to ABI stack alignment requirement X-Git-Tag: glibc-2.41~559 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f144dae4a113dc714d9f0feea5ee6f099c64a179;p=thirdparty%2Fglibc.git powerpc64le: Adhere to ABI stack alignment requirement The ABI requires all stack frames be 16-byte aligned. Reviewed-by: Peter Bergner --- diff --git a/sysdeps/powerpc/powerpc64/le/power9/strncpy.S b/sysdeps/powerpc/powerpc64/le/power9/strncpy.S index eccb2ffbb0..58139ad9e8 100644 --- a/sysdeps/powerpc/powerpc64/le/power9/strncpy.S +++ b/sysdeps/powerpc/powerpc64/le/power9/strncpy.S @@ -43,7 +43,7 @@ # endif #endif -#define FRAMESIZE (FRAME_MIN_SIZE+8) +#define FRAMESIZE (FRAME_MIN_SIZE+16) /* Implements the function