]> sourceware.org Git - glibc.git/commitdiff
powerpc64le: Adhere to ABI stack alignment requirement
authorSachin Monga <smonga@linux.ibm.com>
Mon, 28 Oct 2024 21:11:39 +0000 (16:11 -0500)
committerPeter Bergner <bergner@linux.ibm.com>
Mon, 28 Oct 2024 21:12:34 +0000 (16:12 -0500)
The ABI requires all stack frames be 16-byte aligned.

Reviewed-by: Peter Bergner <bergner@linux.ibm.com>
sysdeps/powerpc/powerpc64/le/power9/strncpy.S

index eccb2ffbb0d8e8cb065f7add1db8c1db048d86a8..58139ad9e875011d68aa6a89c9b29bf3af304f3f 100644 (file)
@@ -43,7 +43,7 @@
 # endif
 #endif
 
-#define FRAMESIZE (FRAME_MIN_SIZE+8)
+#define FRAMESIZE (FRAME_MIN_SIZE+16)
 
 /* Implements the function
 
This page took 0.0479 seconds and 5 git commands to generate.