mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
powerpc64le: Adhere to ABI stack alignment requirement
The ABI requires all stack frames be 16-byte aligned. Reviewed-by: Peter Bergner <bergner@linux.ibm.com>
This commit is contained in:
parent
1cf29fbc5b
commit
f144dae4a1
@ -43,7 +43,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define FRAMESIZE (FRAME_MIN_SIZE+8)
|
||||
#define FRAMESIZE (FRAME_MIN_SIZE+16)
|
||||
|
||||
/* Implements the function
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user