mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Set stack alignment to 16 bytes.
This needs to be done in the ldscripts.
This commit is contained in:
@@ -45,6 +45,7 @@ SECTIONS {
|
||||
*(.bss)
|
||||
*(.bss.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(16);
|
||||
_stacks = .;
|
||||
*(.stacks)
|
||||
/* _end must be at least 256 byte aligned */
|
||||
|
||||
Reference in New Issue
Block a user