This commit is contained in:
HiFiPhile 2023-04-14 17:22:25 +02:00
parent 413b0a7da5
commit 71d2ccd78f
4 changed files with 7 additions and 9 deletions

View File

@ -150,7 +150,7 @@ SECTIONS
. = ALIGN(4);
.bss :
{
/* This is used by the startup in order to initialize the .bss secion */
/* This is used by the startup in order to initialize the .bss section */
_sbss = .; /* define a global symbol at bss start */
__bss_start__ = _sbss;
*(.bss)
@ -185,5 +185,3 @@ SECTIONS
.ARM.attributes 0 : { *(.ARM.attributes) }
}