mirror of
https://github.com/memtest86plus/memtest86plus
synced 2025-03-13 01:13:11 +03:00
Fix the bss section size in 32-bit builds.
The AP stacks section was being discarded by the linker because the change in section name and attributes hadn't been propagated from the startup64.S to startup32.S.
This commit is contained in:
parent
9c16a0568a
commit
d088740757
@ -812,7 +812,7 @@ startup_stack_top:
|
||||
|
||||
# Main stack area.
|
||||
|
||||
.section "stacks", "aw", @progbits
|
||||
.section ".stacks", "aw", @nobits
|
||||
.align 16
|
||||
|
||||
. = . + STACKS_SIZE
|
||||
|
Loading…
x
Reference in New Issue
Block a user