Merge pull request #5263 from jhbdream/thead_ld

[fix][bsp/thead-smart/gcc_csky.ld]
This commit is contained in:
Bernard Xiong
2021-11-13 03:54:25 +08:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ SECTIONS
.text : AT(ADDR(.text)){
. = ALIGN(0x4) ;
__stext = . ;
KEEP(*startup.o(*.text*))
KEEP(*startup_gcc.o(*.text*))
*(.text)
*(.text*)
*(.text.*)