mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-21 18:11:51 +08:00
Merge pull request #5263 from jhbdream/thead_ld
[fix][bsp/thead-smart/gcc_csky.ld]
This commit is contained in:
@@ -44,7 +44,7 @@ SECTIONS
|
||||
.text : AT(ADDR(.text)){
|
||||
. = ALIGN(0x4) ;
|
||||
__stext = . ;
|
||||
KEEP(*startup.o(*.text*))
|
||||
KEEP(*startup_gcc.o(*.text*))
|
||||
*(.text)
|
||||
*(.text*)
|
||||
*(.text.*)
|
||||
|
||||
Reference in New Issue
Block a user