format link scripts

This commit is contained in:
Meco Man
2023-01-08 21:16:47 -05:00
committed by Man, Jianting (Meco)
parent 9bc68d26a4
commit 592284c66c
869 changed files with 24161 additions and 23968 deletions

View File

@@ -73,7 +73,7 @@ SECTIONS
_edata = . ;
} >DATA
.stack :
.stack :
{
. = . + _system_stack_size;
. = ALIGN(4);
@@ -94,7 +94,7 @@ SECTIONS
. = ALIGN(4);
/* This is used by the startup in order to initialize the .bss secion */
_ebss = . ;
*(.bss.init)
} > DATA
__bss_end = .;