Add explicit noload flag to BSS section

This commit is contained in:
Berkus Decker 2020-11-03 03:24:43 +02:00
parent 3415ccd68c
commit 2a4eb20131
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ SECTIONS
/* @todo could insert .data.boot here with proper alignment */ /* @todo could insert .data.boot here with proper alignment */
.bss ALIGN(8): .bss ALIGN(8) (NOLOAD):
{ {
__BSS_START = .; __BSS_START = .;
*(.bss .bss.*) *(.bss .bss.*)