提交 315a6164 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #755 from TanekLiang/master

[bsp] insert keep section .rti_fn* in GCC link file
......@@ -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 = .;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册