mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 11:53:05 +08:00
[bsp][stm32]完善星火1号链接脚本
This commit is contained in:
@@ -70,6 +70,7 @@ SECTIONS
|
||||
} > CODE = 0
|
||||
|
||||
/* .ARM.exidx is sorted, so has to go in its own output section. */
|
||||
.ARM.extab : { *(.ARM.extab* .gnu.linkonce.armextab.*) } > CODE
|
||||
__exidx_start = .;
|
||||
.ARM.exidx :
|
||||
{
|
||||
@@ -102,7 +103,7 @@ SECTIONS
|
||||
_edata = . ;
|
||||
} >RAM1
|
||||
|
||||
.stack :
|
||||
.stack (NOLOAD):
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_sstack = .;
|
||||
@@ -112,7 +113,7 @@ SECTIONS
|
||||
} >RAM1
|
||||
|
||||
__bss_start = .;
|
||||
.bss :
|
||||
.bss (NOLOAD):
|
||||
{
|
||||
. = ALIGN(4);
|
||||
/* This is used by the startup in order to initialize the .bss secion */
|
||||
|
||||
Reference in New Issue
Block a user