[fix][bsp/thead-smart/gcc_csky.ld]
Correct startup segment description error in link script
This commit is contained in:
parent
a818f2299e
commit
1cc029a1a3
|
@ -44,7 +44,7 @@ SECTIONS
|
||||||
.text : AT(ADDR(.text)){
|
.text : AT(ADDR(.text)){
|
||||||
. = ALIGN(0x4) ;
|
. = ALIGN(0x4) ;
|
||||||
__stext = . ;
|
__stext = . ;
|
||||||
KEEP(*startup.o(*.text*))
|
KEEP(*startup_gcc.o(*.text*))
|
||||||
*(.text)
|
*(.text)
|
||||||
*(.text*)
|
*(.text*)
|
||||||
*(.text.*)
|
*(.text.*)
|
||||||
|
|
Loading…
Reference in New Issue