|
@@ -107,6 +107,12 @@ SECTIONS
|
|
|
* RT-Thread related sections - Start
|
|
|
*
|
|
|
*********************************************/
|
|
|
+ /* 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 = .;
|