[bsp] insert keep section .rti_fn* in GCC link file
This commit is contained in:
parent
a2d56fb5d9
commit
165868c46c
@ -88,6 +88,13 @@ SECTIONS
|
||||
__vsymtab_end = .;
|
||||
. = ALIGN(4);
|
||||
|
||||
/* section information for initial. */
|
||||
. = ALIGN(4);
|
||||
__rt_init_start = .;
|
||||
KEEP(*(SORT(.rti_fn*)))
|
||||
__rt_init_end = .;
|
||||
. = ALIGN(4);
|
||||
|
||||
. = ALIGN(4);
|
||||
_etext = .;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user