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:
Martin Whitaker 2023-01-31 18:25:28 +00:00 committed by Sam Demeulemeester
parent 9c16a0568a
commit d088740757

View File

@ -812,7 +812,7 @@ startup_stack_top:
# Main stack area.
.section "stacks", "aw", @progbits
.section ".stacks", "aw", @nobits
.align 16
. = . + STACKS_SIZE