mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
Merge pull request #2106 from zhaojuntao/lds-1224
[bsp] 为常用板卡的 gcc 链接脚本增加 utest section 段
This commit is contained in:
@@ -11,6 +11,12 @@ SECTIONS
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
|
||||
/* section information for utest */
|
||||
. = ALIGN(4);
|
||||
__rt_utest_tc_tab_start = .;
|
||||
KEEP(*(UtestTcTab))
|
||||
__rt_utest_tc_tab_end = .;
|
||||
|
||||
/* section information for finsh shell */
|
||||
. = ALIGN(4);
|
||||
__fsymtab_start = .;
|
||||
|
||||
Reference in New Issue
Block a user